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 cb313de4da93528e5baa34e6c4b57beda0a1b971..c1d3106361010565be0503b8054a8037a182348f 100644 |
--- a/chrome/browser/task_manager/task_manager.h |
+++ b/chrome/browser/task_manager/task_manager.h |
@@ -22,6 +22,7 @@ |
#include "content/public/common/gpu_memory_stats.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" |
+class PrefServiceSimple; |
class TaskManagerModel; |
class TaskManagerModelGpuDataManagerObserver; |
@@ -185,7 +186,7 @@ class TaskManager { |
virtual ~ResourceProvider() {} |
}; |
- static void RegisterPrefs(PrefService* prefs); |
+ static void RegisterPrefs(PrefServiceSimple* prefs); |
// Returns true if the process at the specified index is the browser process. |
bool IsBrowserProcess(int index) const; |