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

Unified Diff: chrome/browser/ui/views/stubs_aura.cc

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/views/stubs_aura.cc
diff --git a/chrome/browser/ui/views/stubs_aura.cc b/chrome/browser/ui/views/stubs_aura.cc
index 4dcc1daace81bc63a95593b93948b875755025f6..efd2e4314b8f3722e263c36190b4efa05b1b2f25 100644
--- a/chrome/browser/ui/views/stubs_aura.cc
+++ b/chrome/browser/ui/views/stubs_aura.cc
@@ -4,7 +4,6 @@
#include "base/callback.h"
#include "base/logging.h"
-
#include "chrome/browser/external_protocol/external_protocol_handler.h"
#include "chrome/browser/importer/importer_progress_dialog.h"
#include "ui/gfx/native_widget_types.h"
@@ -33,18 +32,19 @@ class HttpNetworkSession;
class SSLCertRequestInfo;
class X509Certificate;
}
+
namespace views {
class Widget;
}
-namespace browser {
+namespace chrome {
void ShowAboutIPCDialog() {
// TODO(beng):
NOTIMPLEMENTED();
}
-} // namespace browser
+} // namespace chrome
#if defined(OS_WIN)
void ShowCertificateViewer(content::WebContents* web_contents,
« no previous file with comments | « chrome/browser/ui/views/hung_renderer_view.cc ('k') | chrome/browser/ui/views/tab_modal_confirm_dialog_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698