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

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

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.h
diff --git a/chrome/browser/chromeos/printing/specifics_translation.h b/chrome/browser/chromeos/printing/specifics_translation.h
index 386b944b5bdad9e145a4a85a861c9f5d00ae67ca..ede9a1707d4963d3c2ffdc9a6bcd60ff446eff09 100644
--- a/chrome/browser/chromeos/printing/specifics_translation.h
+++ b/chrome/browser/chromeos/printing/specifics_translation.h
@@ -11,7 +11,6 @@
#include "components/sync/protocol/printer_specifics.pb.h"
namespace chromeos {
-namespace printing {
// Convert |printer| into its local representation. Enforces that only one
// field in PpdReference is filled in. In order of preference, we populate
@@ -31,7 +30,6 @@ std::unique_ptr<sync_pb::PrinterSpecifics> PrinterToSpecifics(
void MergePrinterToSpecifics(const Printer& printer,
sync_pb::PrinterSpecifics* specifics);
-} // namespace printing
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_PRINTING_SPECIFICS_TRANSLATION_H_
« no previous file with comments | « chrome/browser/chromeos/printing/printer_configurer.cc ('k') | chrome/browser/chromeos/printing/specifics_translation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698