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

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

Issue 10703061: chrome/browser/ui: Put browser_dialogs.h into 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
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 3a414f1009728d33f94f7670adbb886c8262b01a..776563cdc0e3caba37689346168c7749b2d08af8 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -13,7 +13,6 @@ class Browser;
class SkBitmap;
class TabContents;
class TabModalConfirmDialogDelegate;
-class TemplateURL;
namespace content {
class BrowserContext;
@@ -28,13 +27,13 @@ namespace ui {
class WebDialogDelegate;
}
-namespace browser {
+namespace chrome {
#if defined(IPC_MESSAGE_LOG_ENABLED)
// The dialog is a singleton. If the dialog is already opened, it won't do
// anything, so you can just blindly call this function all you want.
-// This is Called from chrome/browser/browser_about_handler.cc
+// This is called from chrome/browser/browser_about_handler.cc
void ShowAboutIPCDialog();
#endif // IPC_MESSAGE_LOG_ENABLED
@@ -70,6 +69,6 @@ void HideHungRendererDialog(content::WebContents* contents);
void ShowTabModalConfirmDialog(TabModalConfirmDialogDelegate* delegate,
TabContents* tab_contents);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
« no previous file with comments | « chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc ('k') | chrome/browser/ui/cocoa/about_ipc_dialog.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698