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 f2dc3f4fa66513bf66ddb57b721b381bf1b2a608..841eb22e961da2a35feaf6931cc1457d78a4ef95 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 PrefServiceSimple; |
+class PrefRegistrySimple; |
namespace chrome { |
// Register local state preferences specific to the TabStrip. |
-void RegisterTabStripLayoutTypePrefs(PrefServiceSimple* local_state); |
+void RegisterTabStripLayoutTypePrefs(PrefRegistrySimple* local_state); |
} // namespace chrome |