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

Unified Diff: components/policy/core/common/cloud/cloud_policy_core.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: components/policy/core/common/cloud/cloud_policy_core.h
diff --git a/components/policy/core/common/cloud/cloud_policy_core.h b/components/policy/core/common/cloud/cloud_policy_core.h
index 7a9bf59a1d5d1b5fd5df40ad2591aadc2ad31f09..b5813a07deea0a65113dcd8962435de8c5e9d6fc 100644
--- a/components/policy/core/common/cloud/cloud_policy_core.h
+++ b/components/policy/core/common/cloud/cloud_policy_core.h
@@ -128,7 +128,7 @@ class POLICY_EXPORT CloudPolicyCore {
scoped_ptr<CloudPolicyRefreshScheduler> refresh_scheduler_;
scoped_ptr<RemoteCommandsService> remote_commands_service_;
scoped_ptr<IntegerPrefMember> refresh_delay_;
- ObserverList<Observer, true> observers_;
+ base::ObserverList<Observer, true> observers_;
DISALLOW_COPY_AND_ASSIGN(CloudPolicyCore);
};
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_client.h ('k') | components/policy/core/common/cloud/cloud_policy_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698