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

Unified Diff: chrome/browser/ui/page_info_bubble.h

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/page_info_bubble_gtk.cc ('k') | chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/page_info_bubble.h
diff --git a/chrome/browser/ui/page_info_bubble.h b/chrome/browser/ui/page_info_bubble.h
index 53f42393745ac7e0ea6e31ece02f921ad32c6bc7..40d82b0a9c57d635afb227d38e6eb00c7596e8e9 100644
--- a/chrome/browser/ui/page_info_bubble.h
+++ b/chrome/browser/ui/page_info_bubble.h
@@ -16,7 +16,7 @@ class WebContents;
struct SSLStatus;
}
-namespace browser {
+namespace chrome {
void ShowPageInfoBubble(gfx::NativeWindow parent,
content::WebContents* web_contents,
@@ -25,6 +25,6 @@ void ShowPageInfoBubble(gfx::NativeWindow parent,
bool show_history,
content::PageNavigator* navigator);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_PAGE_INFO_BUBBLE_H_
« no previous file with comments | « chrome/browser/ui/gtk/page_info_bubble_gtk.cc ('k') | chrome/browser/ui/tabs/tab_strip_layout_type_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698