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

Unified Diff: content/browser/android/overscroll_refresh.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
Index: content/browser/android/overscroll_refresh.h
diff --git a/content/browser/android/overscroll_refresh.h b/content/browser/android/overscroll_refresh.h
index 74f5748a48bae25a2259c569f6b7eca2c3e604b0..47fb1066481e0026436970b5575f8c0e30a90c9f 100644
--- a/content/browser/android/overscroll_refresh.h
+++ b/content/browser/android/overscroll_refresh.h
@@ -16,7 +16,7 @@ class Layer;
}
namespace ui {
-class SystemUIResourceManager;
+class ResourceManager;
}
namespace content {
@@ -47,7 +47,7 @@ class CONTENT_EXPORT OverscrollRefresh {
// Both |resource_manager| and |client| must not be null.
// |target_drag_offset_pixels| is the threshold beyond which the effect
// will trigger a refresh action when released.
- OverscrollRefresh(ui::SystemUIResourceManager* resource_manager,
+ OverscrollRefresh(ui::ResourceManager* resource_manager,
OverscrollRefreshClient* client,
float target_drag_offset_pixels);
~OverscrollRefresh();
« no previous file with comments | « content/browser/android/overscroll_controller_android.cc ('k') | content/browser/android/overscroll_refresh.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698