blob: aac0270614f083750e8ebf90036c47b0f49a64c0 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package com.google.android.apps.chrome.appwidget.bookmarks;
import org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetProvider;
/**
* This class can't be renamed or moved since it's exported in the manifest and hence is part of
* Chrome's public API.
*/
public class BookmarkThumbnailWidgetProvider extends BookmarkWidgetProvider {
// Do not add code here. Add it to BookmarkWidgetProvider.
}