Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: chrome/browser/ui/tabs/tab_strip_layout_type_prefs.cc

Issue 10689057: browser: Put more files in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h ('k') | chrome/browser/ui/uninstall_browser_prompt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h ('k') | chrome/browser/ui/uninstall_browser_prompt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698