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

Unified Diff: chrome/browser/chrome_content_browser_client.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/chrome_browser_main_win.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 70f32898b06dc386e2fdd2346f3c0c7f8be6ba60..c82988bbf2f4d479ec5e7303cfef4c9f0d4f0398 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -379,19 +379,19 @@ content::BrowserMainParts* ChromeContentBrowserClient::CreateBrowserMainParts(
// Construct additional browser parts. Stages are called in the order in
// which they are added.
#if defined(TOOLKIT_GTK)
- browser::AddGtkToolkitExtraParts(main_parts);
+ chrome::AddGtkToolkitExtraParts(main_parts);
#endif
#if defined(TOOLKIT_VIEWS)
- browser::AddViewsToolkitExtraParts(main_parts);
+ chrome::AddViewsToolkitExtraParts(main_parts);
#endif
#if defined(USE_ASH)
- browser::AddAshToolkitExtraParts(main_parts);
+ chrome::AddAshToolkitExtraParts(main_parts);
#endif
#if defined(USE_AURA)
- browser::AddAuraToolkitExtraParts(main_parts);
+ chrome::AddAuraToolkitExtraParts(main_parts);
#endif
return main_parts;
« no previous file with comments | « chrome/browser/chrome_browser_main_win.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698