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

Unified Diff: chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.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/toolkit_extra_parts.h ('k') | chrome/browser/ui/browser_view_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc
diff --git a/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc b/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc
index 3c9bea2b6a5c67590e4f3b026d33563c6b9a05be..bc27803de66103c94a8cdf44e6fdab52c1d6229d 100644
--- a/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc
+++ b/chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc
@@ -16,8 +16,8 @@
#include "ui/gfx/screen.h"
#include "ui/views/widget/native_widget_aura.h"
#if defined(OS_LINUX)
-#include "ui/base/linux_ui.h"
#include "chrome/browser/ui/libgtk2ui/gtk2_ui.h"
+#include "ui/base/linux_ui.h"
#endif
#endif // !USE_ASH
@@ -49,10 +49,10 @@ void ChromeBrowserMainExtraPartsAura::PostMainMessageLoopRun() {
// after the metrics service is deleted.
}
-namespace browser {
+namespace chrome {
void AddAuraToolkitExtraParts(ChromeBrowserMainParts* main_parts) {
main_parts->AddParts(new ChromeBrowserMainExtraPartsAura());
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/toolkit_extra_parts.h ('k') | chrome/browser/ui/browser_view_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698