Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4417)

Unified Diff: chrome/browser/android/shortcut_helper.h

Issue 330603004: Rename FaviconBitmapXxx to FaviconRawBitmapXxx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/android/provider/chrome_browser_provider.cc ('k') | chrome/browser/android/shortcut_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698