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

Unified Diff: chrome/browser/ui/confirm_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/cocoa/page_info_bubble_controller.mm ('k') | chrome/browser/ui/confirm_bubble_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/confirm_bubble.h
diff --git a/chrome/browser/ui/confirm_bubble.h b/chrome/browser/ui/confirm_bubble.h
index 9b6ca259dbea4b53425d028059981f65e55e8598..e5360d9bbbbebdb6b9e1e5f3c0d9be0efa6520db 100644
--- a/chrome/browser/ui/confirm_bubble.h
+++ b/chrome/browser/ui/confirm_bubble.h
@@ -14,7 +14,7 @@ namespace gfx {
class Point;
}
-namespace browser {
+namespace chrome {
// Creates a bubble and shows it with its top center at the specified
// |origin|. A bubble created by this function takes ownership of the
@@ -23,6 +23,6 @@ void ShowConfirmBubble(gfx::NativeView view,
const gfx::Point& origin,
ConfirmBubbleModel* model);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_CONFIRM_BUBBLE_H_
« no previous file with comments | « chrome/browser/ui/cocoa/page_info_bubble_controller.mm ('k') | chrome/browser/ui/confirm_bubble_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698