| Index: chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc
|
| diff --git a/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc b/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc
|
| index a8ba11887f879ff626f595ab12170feb715c0e35..8362f20185cb8de94312a49dcff81c17b295f894 100644
|
| --- a/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc
|
| +++ b/chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc
|
| @@ -8,7 +8,7 @@
|
| #include "chrome/browser/ui/tabs/tab_strip_layout_type.h"
|
| #include "chrome/common/pref_names.h"
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| void RegisterTabStripLayoutTypePrefs(PrefService* prefs) {
|
| // This value is device dependant, so it goes in local state.
|
| @@ -17,4 +17,4 @@ void RegisterTabStripLayoutTypePrefs(PrefService* prefs) {
|
| static_cast<int>(TAB_STRIP_LAYOUT_SHRINK));
|
| }
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|