| 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 ec47ac198010c0f7db6622cab6ecc5a21d014c7e..8f44997e9c29b85bd172ef8b57a720718f7bf950 100644
|
| --- a/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h
|
| +++ b/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h
|
| @@ -8,11 +8,11 @@
|
|
|
| class PrefService;
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Register local state preferences specific to the TabStrip.
|
| void RegisterTabStripLayoutTypePrefs(PrefService* prefs);
|
|
|
| -} // namespace
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_TABS_TAB_STRIP_LAYOUT_TYPE_PREFS_H_
|
|
|