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

Unified Diff: extensions/common/api/printer_provider/usb_printer_manifest_data.cc

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 | « extensions/common/api/declarative/declarative_manifest_data.h ('k') | extensions/common/api/schemas.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/printer_provider/usb_printer_manifest_data.cc
diff --git a/extensions/common/api/printer_provider/usb_printer_manifest_data.cc b/extensions/common/api/printer_provider/usb_printer_manifest_data.cc
index 4cfca0082fb140f713b6dce0593ba2bb57718138..79c1eed27853dfbcdbedf509860aacfe61c01cc7 100644
--- a/extensions/common/api/printer_provider/usb_printer_manifest_data.cc
+++ b/extensions/common/api/printer_provider/usb_printer_manifest_data.cc
@@ -31,8 +31,8 @@ const UsbPrinterManifestData* UsbPrinterManifestData::Get(
scoped_ptr<UsbPrinterManifestData> UsbPrinterManifestData::FromValue(
const base::Value& value,
base::string16* error) {
- scoped_ptr<core_api::extensions_manifest_types::UsbPrinters> usb_printers =
- core_api::extensions_manifest_types::UsbPrinters::FromValue(value, error);
+ scoped_ptr<api::extensions_manifest_types::UsbPrinters> usb_printers =
+ api::extensions_manifest_types::UsbPrinters::FromValue(value, error);
if (!usb_printers) {
return nullptr;
}
« no previous file with comments | « extensions/common/api/declarative/declarative_manifest_data.h ('k') | extensions/common/api/schemas.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698