| Index: chrome/browser/ui/cocoa/confirm_quit.h | 
| diff --git a/chrome/browser/ui/cocoa/confirm_quit.h b/chrome/browser/ui/cocoa/confirm_quit.h | 
| index 4246155e11a8ae05c447ec3d56c96f3284a1d36d..fcc687bd492c9cd2ad95139e1ea1909435f79ac9 100644 | 
| --- a/chrome/browser/ui/cocoa/confirm_quit.h | 
| +++ b/chrome/browser/ui/cocoa/confirm_quit.h | 
| @@ -5,7 +5,7 @@ | 
| #ifndef CHROME_BROWSER_UI_COCOA_CONFIRM_QUIT_H_ | 
| #define CHROME_BROWSER_UI_COCOA_CONFIRM_QUIT_H_ | 
|  | 
| -class PrefServiceSimple; | 
| +class PrefRegistrarSimple; | 
|  | 
| namespace confirm_quit { | 
|  | 
| @@ -26,7 +26,7 @@ enum ConfirmQuitMetric { | 
| void RecordHistogram(ConfirmQuitMetric sample); | 
|  | 
| // Registers the preference in app-wide local state. | 
| -void RegisterLocalState(PrefServiceSimple* local_state); | 
| +void RegisterLocalState(PrefRegistrarSimple* local_state); | 
|  | 
| }  // namespace confirm_quit | 
|  | 
|  |