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 c2b43e733bea561112eef4cadfe60b2b1d527c61..4246155e11a8ae05c447ec3d56c96f3284a1d36d 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 PrefService; |
+class PrefServiceSimple; |
namespace confirm_quit { |
@@ -26,7 +26,7 @@ enum ConfirmQuitMetric { |
void RecordHistogram(ConfirmQuitMetric sample); |
// Registers the preference in app-wide local state. |
-void RegisterLocalState(PrefService* local_state); |
+void RegisterLocalState(PrefServiceSimple* local_state); |
} // namespace confirm_quit |