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

Unified Diff: chromeos/printing/printer_translator.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
« no previous file with comments | « chromeos/printing/ppd_provider_unittest.cc ('k') | chromeos/printing/printer_translator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/printing/printer_translator.h
diff --git a/chromeos/printing/printer_translator.h b/chromeos/printing/printer_translator.h
index a3730671decf3241b8858b05802b846abba487b4..8ae60fa329c81a4b01310526e54f92cb52161297 100644
--- a/chromeos/printing/printer_translator.h
+++ b/chromeos/printing/printer_translator.h
@@ -16,7 +16,6 @@ class Time;
}
namespace chromeos {
-namespace printing {
CHROMEOS_EXPORT extern const char kPrinterId[];
@@ -26,7 +25,6 @@ CHROMEOS_EXPORT std::unique_ptr<Printer> RecommendedPrinterToPrinter(
const base::DictionaryValue& pref,
const base::Time& timestamp);
-} // namespace printing
} // namespace chromeos
#endif // CHROMEOS_PRINTING_PRINTER_TRANSLATOR_H_
« no previous file with comments | « chromeos/printing/ppd_provider_unittest.cc ('k') | chromeos/printing/printer_translator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698