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

Unified Diff: chrome/browser/browser_shutdown.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. Created 8 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: 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.

Powered by Google App Engine
This is Rietveld 408576698