Cleanup: Remove references to tests that no longer exists / are unused.

Review URL: https://codereview.chromium.org/1362223002

Cr-Commit-Position: refs/heads/master@{#350630}


CrOS-Libchrome-Original-Commit: 92619caa27a1b8aca56b46b0e25fbf2b85a02898
diff --git a/base/prefs/pref_value_store.h b/base/prefs/pref_value_store.h
index 5160115..5b832da 100644
--- a/base/prefs/pref_value_store.h
+++ b/base/prefs/pref_value_store.h
@@ -11,7 +11,6 @@
 
 #include "base/basictypes.h"
 #include "base/callback.h"
-#include "base/gtest_prod_util.h"
 #include "base/memory/ref_counted.h"
 #include "base/prefs/base_prefs_export.h"
 #include "base/prefs/pref_store.h"
@@ -179,13 +178,6 @@
 
   typedef std::map<std::string, base::Value::Type> PrefTypeMap;
 
-  friend class PrefValueStorePolicyRefreshTest;
-  FRIEND_TEST_ALL_PREFIXES(PrefValueStorePolicyRefreshTest, TestPolicyRefresh);
-  FRIEND_TEST_ALL_PREFIXES(PrefValueStorePolicyRefreshTest,
-                           TestRefreshPolicyPrefsCompletion);
-  FRIEND_TEST_ALL_PREFIXES(PrefValueStorePolicyRefreshTest,
-                           TestConcurrentPolicyRefresh);
-
   // Returns true if the preference with the given name has a value in the
   // given PrefStoreType, of the same value type as the preference was
   // registered with.