| Index: chrome/browser/browser_shutdown.h
|
| diff --git a/chrome/browser/browser_shutdown.h b/chrome/browser/browser_shutdown.h
|
| index cc4f728f7ea11269b47b22ed44dc50bb3d42476c..208bb1dabbc040da294c46f4d45092bc3161577b 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 PrefServiceSimple;
|
| +class PrefRegistrySimple;
|
|
|
| namespace browser_shutdown {
|
|
|
| @@ -20,7 +20,7 @@ enum ShutdownType {
|
| END_SESSION
|
| };
|
|
|
| -void RegisterPrefs(PrefServiceSimple* local_state);
|
| +void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
| // Called when the browser starts shutting down so that we can measure shutdown
|
| // time.
|
|
|