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

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

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/internal_auth_unittest.cc ('k') | chrome/browser/printing/print_error_dialog.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.h
diff --git a/chrome/browser/printing/print_error_dialog.h b/chrome/browser/printing/print_error_dialog.h
index 6538033e3ca299bab3b6854a32b3be8a49d56613..444edc8a295b037816c3f52243b2879639c915dc 100644
--- a/chrome/browser/printing/print_error_dialog.h
+++ b/chrome/browser/printing/print_error_dialog.h
@@ -8,11 +8,11 @@
#include "ui/gfx/native_widget_types.h"
-namespace browser {
+namespace chrome {
// Shows a window-modal error that printing failed for some unknown reason.
void ShowPrintErrorDialog(gfx::NativeWindow parent);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_PRINTING_PRINT_ERROR_DIALOG_H_
« no previous file with comments | « chrome/browser/internal_auth_unittest.cc ('k') | chrome/browser/printing/print_error_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698