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

Unified Diff: extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h

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
Index: extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
diff --git a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
index bb62b333883e8c4897496dfb4311f1de697f1abc..a842d6ad535d8822aa6cd0708442950233a81de7 100644
--- a/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
+++ b/extensions/browser/api/printer_provider_internal/printer_provider_internal_api.h
@@ -74,7 +74,7 @@ class PrinterProviderInternalAPI : public BrowserContextKeyedAPI {
// |PrinterProviderInternalReportPrintResultFunction|.
void NotifyPrintResult(const Extension* extension,
int request_id,
- core_api::printer_provider_internal::PrintError error);
+ api::printer_provider_internal::PrintError error);
// Notifies observers that a printerProvider.onGetUsbPrinterInfoRequested
// callback has been called. Called from
@@ -82,7 +82,7 @@ class PrinterProviderInternalAPI : public BrowserContextKeyedAPI {
void NotifyGetUsbPrinterInfoResult(
const Extension* extension,
int request_id,
- const core_api::printer_provider::PrinterInfo* printer_info);
+ const api::printer_provider::PrinterInfo* printer_info);
base::ObserverList<PrinterProviderInternalAPIObserver> observers_;

Powered by Google App Engine
This is Rietveld 408576698