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

Unified Diff: chrome/browser/android/compositor/tab_content_manager.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 | « build/android/pylib/gtest/gtest_config.py ('k') | chrome/browser/android/compositor/tab_content_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/compositor/tab_content_manager.h
diff --git a/chrome/browser/android/compositor/tab_content_manager.h b/chrome/browser/android/compositor/tab_content_manager.h
index ecb00479af77754736e7780bff57bfd5dcabd17f..826381f94fc4fbbed3e7214994ff30f2b7c336d3 100644
--- a/chrome/browser/android/compositor/tab_content_manager.h
+++ b/chrome/browser/android/compositor/tab_content_manager.h
@@ -22,7 +22,7 @@ class CopyOutputResult;
class Layer;
}
-namespace content {
+namespace ui {
class UIResourceProvider;
}
@@ -52,7 +52,7 @@ class TabContentManager : public ThumbnailStoreObserver {
void SetUIResourceProvider(JNIEnv* env,
jobject obj,
jlong ui_resource_provider_ptr);
- void SetUIResourceProvider(content::UIResourceProvider* ui_resource_provider);
+ void SetUIResourceProvider(ui::UIResourceProvider* ui_resource_provider);
// Get the live layer from the cache.
scoped_refptr<cc::Layer> GetLiveLayer(int tab_id);
« no previous file with comments | « build/android/pylib/gtest/gtest_config.py ('k') | chrome/browser/android/compositor/tab_content_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698