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

Unified Diff: chrome/browser/history/android/sqlite_cursor.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/history/android/sqlite_cursor.h
diff --git a/chrome/browser/history/android/sqlite_cursor.h b/chrome/browser/history/android/sqlite_cursor.h
index f5c7870014508891b7b975b76be06703a58565ac..b4cf8f67c26279225720638ac87b609bc04bb8ef 100644
--- a/chrome/browser/history/android/sqlite_cursor.h
+++ b/chrome/browser/history/android/sqlite_cursor.h
@@ -153,10 +153,10 @@ class SQLiteCursor {
void GetFaviconForIDInUIThread(
favicon_base::FaviconID id,
- const favicon_base::FaviconRawCallback& callback);
+ const favicon_base::FaviconRawBitmapCallback& callback);
// The callback function of FaviconService::GetLargestRawFaviconForID().
- void OnFaviconData(const favicon_base::FaviconBitmapResult& bitmap_result);
+ void OnFaviconData(const favicon_base::FaviconRawBitmapResult& bitmap_result);
// The callback function of MoveTo().
void OnMoved(AndroidHistoryProviderService::Handle handle, int pos);
@@ -189,7 +189,7 @@ class SQLiteCursor {
int count_;
// The favicon image.
- favicon_base::FaviconBitmapResult favicon_bitmap_result_;
+ favicon_base::FaviconRawBitmapResult favicon_bitmap_result_;
TestObserver* test_observer_;
« no previous file with comments | « chrome/browser/history/android/android_provider_backend_unittest.cc ('k') | chrome/browser/history/android/sqlite_cursor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698