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

Unified Diff: chrome/browser/task_manager/task_manager.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update production interfaces based on review comments. Created 7 years, 11 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/task_manager/task_manager.h
diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h
index 41972860dac01710011edd68dc2e64153ac7dd22..d89faa72330cbebb2042df4a89b6cf8229903379 100644
--- a/chrome/browser/task_manager/task_manager.h
+++ b/chrome/browser/task_manager/task_manager.h
@@ -22,7 +22,7 @@
#include "content/public/common/gpu_memory_stats.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
-class PrefServiceSimple;
+class PrefRegistrySimple;
class TaskManagerModel;
class TaskManagerModelGpuDataManagerObserver;
@@ -186,7 +186,7 @@ class TaskManager {
virtual ~ResourceProvider() {}
};
- static void RegisterPrefs(PrefServiceSimple* prefs);
+ static void RegisterPrefs(PrefRegistrySimple* prefs);
// Returns true if the process at the specified index is the browser process.
bool IsBrowserProcess(int index) const;

Powered by Google App Engine
This is Rietveld 408576698