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

Unified Diff: chrome/browser/android/thumbnail/thumbnail_store.h

Issue 755643004: Replace SystemUIResourceManager with ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix clang build failure Created 6 years 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
« no previous file with comments | « chrome/browser/android/thumbnail/thumbnail.cc ('k') | chrome/browser/android/thumbnail/thumbnail_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/thumbnail/thumbnail_store.h
diff --git a/chrome/browser/android/thumbnail/thumbnail_store.h b/chrome/browser/android/thumbnail/thumbnail_store.h
index a5a24ee828b34c03e58afa1dda633be7891fa663..94cdbba27cb9a80e17c4cec5200ac49e6efed4fc 100644
--- a/chrome/browser/android/thumbnail/thumbnail_store.h
+++ b/chrome/browser/android/thumbnail/thumbnail_store.h
@@ -17,9 +17,9 @@
#include "base/time/time.h"
#include "chrome/browser/android/thumbnail/scoped_ptr_expiring_cache.h"
#include "chrome/browser/android/thumbnail/thumbnail.h"
-#include "content/public/browser/android/ui_resource_client_android.h"
-#include "content/public/browser/android/ui_resource_provider.h"
#include "third_party/skia/include/core/SkBitmap.h"
+#include "ui/android/resources/ui_resource_client_android.h"
+#include "ui/android/resources/ui_resource_provider.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/geometry/size_f.h"
@@ -52,7 +52,7 @@ class ThumbnailStore : ThumbnailDelegate {
virtual ~ThumbnailStore();
- void SetUIResourceProvider(content::UIResourceProvider* ui_resource_provider);
+ void SetUIResourceProvider(ui::UIResourceProvider* ui_resource_provider);
void AddThumbnailStoreObserver(ThumbnailStoreObserver* observer);
void RemoveThumbnailStoreObserver(
@@ -159,7 +159,7 @@ class ThumbnailStore : ThumbnailDelegate {
TabIdList read_queue_;
TabIdList visible_ids_;
- content::UIResourceProvider* ui_resource_provider_;
+ ui::UIResourceProvider* ui_resource_provider_;
base::WeakPtrFactory<ThumbnailStore> weak_factory_;
« no previous file with comments | « chrome/browser/android/thumbnail/thumbnail.cc ('k') | chrome/browser/android/thumbnail/thumbnail_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698