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

Unified Diff: chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.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/gtk/browser_window_gtk.cc ('k') | chrome/browser/ui/gtk/confirm_bubble_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc
diff --git a/chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc b/chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc
index 2e486b42df0fb3361b66c5375f098f3b931952dc..8d7c88fc55c82edd0fed332faf147dcc1b5463f7 100644
--- a/chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc
+++ b/chrome/browser/ui/gtk/chrome_browser_main_extra_parts_gtk.cc
@@ -80,10 +80,10 @@ void ChromeBrowserMainExtraPartsGtk::ShowMessageBox(const char* message) {
gtk_widget_destroy(dialog);
}
-namespace browser {
+namespace chrome {
void AddGtkToolkitExtraParts(ChromeBrowserMainParts* main_parts) {
main_parts->AddParts(new ChromeBrowserMainExtraPartsGtk());
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.cc ('k') | chrome/browser/ui/gtk/confirm_bubble_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698