| 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_
|
|
|