Index: chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h |
diff --git a/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h b/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h |
index 7d33e5766bbe96d1d093f4b898409ecbb213a306..f2dc3f4fa66513bf66ddb57b721b381bf1b2a608 100644 |
--- a/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h |
+++ b/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h |
@@ -5,12 +5,12 @@ |
#ifndef CHROME_BROWSER_UI_TABS_TAB_STRIP_LAYOUT_TYPE_PREFS_H_ |
#define CHROME_BROWSER_UI_TABS_TAB_STRIP_LAYOUT_TYPE_PREFS_H_ |
-class PrefService; |
+class PrefServiceSimple; |
namespace chrome { |
// Register local state preferences specific to the TabStrip. |
-void RegisterTabStripLayoutTypePrefs(PrefService* prefs); |
+void RegisterTabStripLayoutTypePrefs(PrefServiceSimple* local_state); |
} // namespace chrome |