Index: chrome/browser/browser_shutdown.h |
diff --git a/chrome/browser/browser_shutdown.h b/chrome/browser/browser_shutdown.h |
index 1f4aa23f8f08b050b5ca9ffa0e03b57d2fd5f24d..cc4f728f7ea11269b47b22ed44dc50bb3d42476c 100644 |
--- a/chrome/browser/browser_shutdown.h |
+++ b/chrome/browser/browser_shutdown.h |
@@ -5,7 +5,7 @@ |
#ifndef CHROME_BROWSER_BROWSER_SHUTDOWN_H__ |
#define CHROME_BROWSER_BROWSER_SHUTDOWN_H__ |
-class PrefService; |
+class PrefServiceSimple; |
namespace browser_shutdown { |
@@ -20,7 +20,7 @@ enum ShutdownType { |
END_SESSION |
}; |
-void RegisterPrefs(PrefService* local_state); |
+void RegisterPrefs(PrefServiceSimple* local_state); |
// Called when the browser starts shutting down so that we can measure shutdown |
// time. |