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: components/metrics/metrics_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
« no previous file with comments | « components/invalidation/ticl_settings_provider.h ('k') | components/ownership/owner_settings_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service.h
diff --git a/components/metrics/metrics_service.h b/components/metrics/metrics_service.h
index af1324cbfbf8f548ff83d3a4654fd8980b54f5b7..54993261ee14be591a99570b2b4112c59d384052 100644
--- a/components/metrics/metrics_service.h
+++ b/components/metrics/metrics_service.h
@@ -474,7 +474,7 @@ class MetricsService : public base::HistogramFlattener {
SyntheticTrialGroups synthetic_trial_groups_;
// List of observers of |synthetic_trial_groups_| changes.
- ObserverList<SyntheticTrialObserver> synthetic_trial_observer_list_;
+ base::ObserverList<SyntheticTrialObserver> synthetic_trial_observer_list_;
// Execution phase the browser is in.
static ExecutionPhase execution_phase_;
« no previous file with comments | « components/invalidation/ticl_settings_provider.h ('k') | components/ownership/owner_settings_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698