Index: components/user_prefs/tracked/pref_hash_store_impl_unittest.cc |
diff --git a/chrome/browser/prefs/tracked/pref_hash_store_impl_unittest.cc b/components/user_prefs/tracked/pref_hash_store_impl_unittest.cc |
similarity index 98% |
rename from chrome/browser/prefs/tracked/pref_hash_store_impl_unittest.cc |
rename to components/user_prefs/tracked/pref_hash_store_impl_unittest.cc |
index 94b2652c721884d057832e580d6e99b592f0e27a..8ec8ffaf277e921a34bc4f48113d5f8fe395fcb7 100644 |
--- a/chrome/browser/prefs/tracked/pref_hash_store_impl_unittest.cc |
+++ b/components/user_prefs/tracked/pref_hash_store_impl_unittest.cc |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/prefs/tracked/pref_hash_store_impl.h" |
+#include "components/user_prefs/tracked/pref_hash_store_impl.h" |
#include <string> |
#include "base/macros.h" |
#include "base/values.h" |
-#include "chrome/browser/prefs/tracked/dictionary_hash_store_contents.h" |
-#include "chrome/browser/prefs/tracked/hash_store_contents.h" |
-#include "chrome/browser/prefs/tracked/pref_hash_store_impl.h" |
-#include "chrome/browser/prefs/tracked/pref_hash_store_transaction.h" |
+#include "components/user_prefs/tracked/dictionary_hash_store_contents.h" |
+#include "components/user_prefs/tracked/hash_store_contents.h" |
+#include "components/user_prefs/tracked/pref_hash_store_impl.h" |
+#include "components/user_prefs/tracked/pref_hash_store_transaction.h" |
#include "testing/gtest/include/gtest/gtest.h" |
class PrefHashStoreImplTest : public testing::Test { |
@@ -352,7 +352,6 @@ TEST_F(PrefHashStoreImplTest, SplitHashStoreAndCheck) { |
expected_invalid_keys2.push_back("c"); |
EXPECT_EQ(expected_invalid_keys2, invalid_keys); |
invalid_keys.clear(); |
- |
} |
{ |