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

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

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 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 9e1da1ad422c088fa89f87b2536bb98f5cf8641a..bb62b333883e8c4897496dfb4311f1de697f1abc 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
@@ -84,7 +84,7 @@ class PrinterProviderInternalAPI : public BrowserContextKeyedAPI {
int request_id,
const core_api::printer_provider::PrinterInfo* printer_info);
- ObserverList<PrinterProviderInternalAPIObserver> observers_;
+ base::ObserverList<PrinterProviderInternalAPIObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(PrinterProviderInternalAPI);
};

Powered by Google App Engine
This is Rietveld 408576698