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

Unified Diff: chrome/browser/printing/print_error_dialog.cc

Issue 10694060: browser: Move more files 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
« no previous file with comments | « chrome/browser/printing/print_error_dialog.h ('k') | chrome/browser/printing/print_view_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_error_dialog.cc
diff --git a/chrome/browser/printing/print_error_dialog.cc b/chrome/browser/printing/print_error_dialog.cc
index c47c14c4609e38efbf183a0e2e0094a63260ed2c..e1986ad4e78605c5e31b117577593a614f9db3e1 100644
--- a/chrome/browser/printing/print_error_dialog.cc
+++ b/chrome/browser/printing/print_error_dialog.cc
@@ -8,7 +8,7 @@
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
-namespace browser {
+namespace chrome {
void ShowPrintErrorDialog(gfx::NativeWindow parent) {
browser::ShowMessageBox(
@@ -18,5 +18,4 @@ void ShowPrintErrorDialog(gfx::NativeWindow parent) {
browser::MESSAGE_BOX_TYPE_WARNING);
}
-} // namespace browser
-
+} // namespace chrome
« no previous file with comments | « chrome/browser/printing/print_error_dialog.h ('k') | chrome/browser/printing/print_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698