Index: chrome/test/testing_pref_service.h |
diff --git a/chrome/test/testing_pref_service.h b/chrome/test/testing_pref_service.h |
index 742914528393c7a4372d3073020514b0647243bf..d3f6981b8042514e5baca6349149c6e3f2a2e174 100644 |
--- a/chrome/test/testing_pref_service.h |
+++ b/chrome/test/testing_pref_service.h |
@@ -38,7 +38,6 @@ class TestingPrefServiceBase : public PrefService { |
protected: |
TestingPrefServiceBase( |
TestingPrefStore* managed_platform_prefs, |
- TestingPrefStore* device_management_prefs, |
TestingPrefStore* user_prefs); |
private: |
@@ -54,7 +53,6 @@ class TestingPrefServiceBase : public PrefService { |
// Pointers to the pref stores our value store uses. |
scoped_refptr<TestingPrefStore> managed_platform_prefs_; |
- scoped_refptr<TestingPrefStore> device_management_prefs_; |
scoped_refptr<TestingPrefStore> user_prefs_; |
DISALLOW_COPY_AND_ASSIGN(TestingPrefServiceBase); |