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

Unified Diff: chrome/browser/chromeos/printing/specifics_translation.cc

Issue 2975013002: Make chromeos CUPS printing code namespaces consistent. (Closed)
Patch Set: Rebase Created 3 years, 5 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/chromeos/printing/specifics_translation.cc
diff --git a/chrome/browser/chromeos/printing/specifics_translation.cc b/chrome/browser/chromeos/printing/specifics_translation.cc
index bbbb300d87f248f220f89d63052929a0d56a2263..d1cb623c905bcda633174ca62a38ef6158ee12b5 100644
--- a/chrome/browser/chromeos/printing/specifics_translation.cc
+++ b/chrome/browser/chromeos/printing/specifics_translation.cc
@@ -16,7 +16,6 @@
#include "components/sync/protocol/printer_specifics.pb.h"
namespace chromeos {
-namespace printing {
namespace {
@@ -125,5 +124,4 @@ void MergePrinterToSpecifics(const Printer& printer,
printer.ppd_reference());
}
-} // namespace printing
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698