| Index: chrome/browser/android/shortcut_helper.h
|
| diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
|
| index 9e4e13c3f3d3a443540cdd707f7801a56c1d43be..bf7911a0cdab7b0d80aca89c940bd6f3f25d6706 100644
|
| --- a/chrome/browser/android/shortcut_helper.h
|
| +++ b/chrome/browser/android/shortcut_helper.h
|
| @@ -13,7 +13,7 @@
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|
| namespace favicon_base {
|
| -struct FaviconBitmapResult;
|
| +struct FaviconRawBitmapResult;
|
| } // namespace favicon_base
|
|
|
| namespace content {
|
| @@ -53,7 +53,7 @@ class ShortcutBuilder : public content::WebContentsObserver {
|
| const GURL& expected_url);
|
|
|
| void FinishAddingShortcut(
|
| - const favicon_base::FaviconBitmapResult& bitmap_result);
|
| + const favicon_base::FaviconRawBitmapResult& bitmap_result);
|
|
|
| // WebContentsObserver
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| @@ -84,7 +84,7 @@ class ShortcutHelper {
|
| const GURL& url,
|
| const base::string16& title,
|
| ShortcutBuilder::ShortcutType shortcut_type,
|
| - const favicon_base::FaviconBitmapResult& bitmap_result);
|
| + const favicon_base::FaviconRawBitmapResult& bitmap_result);
|
|
|
| // Registers JNI hooks.
|
| static bool RegisterShortcutHelper(JNIEnv* env);
|
|
|