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

Unified Diff: chrome/common/pref_store_observer_mock.h

Issue 6074003: Handle policy refresh internally in ConfigurationPolicyPrefStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 10 years 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: chrome/common/pref_store_observer_mock.h
diff --git a/chrome/common/pref_store_observer_mock.h b/chrome/common/pref_store_observer_mock.h
index 72e27a13e7126195786aff8cb09aa5ddde4e2595..2a492848e9e0d57c189d9141b89073d2c17fad58 100644
--- a/chrome/common/pref_store_observer_mock.h
+++ b/chrome/common/pref_store_observer_mock.h
@@ -10,8 +10,8 @@
#include "chrome/common/pref_store.h"
#include "testing/gmock/include/gmock/gmock.h"
-// A gmock-ified implementation of PrefStore::ObserverInterface.
-class PrefStoreObserverMock : public PrefStore::ObserverInterface {
+// A gmock-ified implementation of PrefStore::Observer.
+class PrefStoreObserverMock : public PrefStore::Observer {
public:
PrefStoreObserverMock() {}
virtual ~PrefStoreObserverMock() {}

Powered by Google App Engine
This is Rietveld 408576698