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

Unified Diff: content/browser/power_profiler/power_profiler_service.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: content/browser/power_profiler/power_profiler_service.h
diff --git a/content/browser/power_profiler/power_profiler_service.h b/content/browser/power_profiler/power_profiler_service.h
index 4daae28f9075322da96fcfaeba00ad6f822a786c..15295203e4d1f391517ce19d3195533d985f0ea5 100644
--- a/content/browser/power_profiler/power_profiler_service.h
+++ b/content/browser/power_profiler/power_profiler_service.h
@@ -66,7 +66,7 @@ class CONTENT_EXPORT PowerProfilerService {
// Sampling period of power data measurement.
base::TimeDelta sample_period_;
- ObserverList<PowerProfilerObserver> observers_;
+ base::ObserverList<PowerProfilerObserver> observers_;
scoped_ptr<PowerDataProvider> data_provider_;
« no previous file with comments | « content/browser/notification_service_impl.h ('k') | content/browser/renderer_host/pepper/browser_ppapi_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698