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

Unified Diff: chrome/browser/ui/gtk/page_info_bubble_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/confirm_bubble_gtk.cc ('k') | chrome/browser/ui/page_info_bubble.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/page_info_bubble_gtk.cc
diff --git a/chrome/browser/ui/gtk/page_info_bubble_gtk.cc b/chrome/browser/ui/gtk/page_info_bubble_gtk.cc
index 00f6da3d22890d5d78224dcb6de21e7620622751..baed55fac25ca2c02b2c8bea243a51ed1acd9337 100644
--- a/chrome/browser/ui/gtk/page_info_bubble_gtk.cc
+++ b/chrome/browser/ui/gtk/page_info_bubble_gtk.cc
@@ -248,7 +248,7 @@ void PageInfoBubbleGtk::OnHelpLinkClicked(GtkWidget* widget) {
} // namespace
-namespace browser {
+namespace chrome {
void ShowPageInfoBubble(gfx::NativeWindow parent,
WebContents* web_contents,
@@ -260,4 +260,4 @@ void ShowPageInfoBubble(gfx::NativeWindow parent,
parent, web_contents, url, ssl, show_history, navigator);
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/gtk/confirm_bubble_gtk.cc ('k') | chrome/browser/ui/page_info_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698