Index: services/preferences/tracked/pref_hash_store_impl.h |
diff --git a/components/user_prefs/tracked/pref_hash_store_impl.h b/services/preferences/tracked/pref_hash_store_impl.h |
similarity index 85% |
rename from components/user_prefs/tracked/pref_hash_store_impl.h |
rename to services/preferences/tracked/pref_hash_store_impl.h |
index 76b6f7597e140ccbeb5a710bde0b239a3edbffe0..8e7ae8a796ce71a772f6cc7a85bd13906841ea90 100644 |
--- a/components/user_prefs/tracked/pref_hash_store_impl.h |
+++ b/services/preferences/tracked/pref_hash_store_impl.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_ |
-#define COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_ |
+#ifndef SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_IMPL_H_ |
+#define SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_IMPL_H_ |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
-#include "components/user_prefs/tracked/pref_hash_calculator.h" |
-#include "components/user_prefs/tracked/pref_hash_store.h" |
+#include "services/preferences/tracked/pref_hash_calculator.h" |
+#include "services/preferences/tracked/pref_hash_store.h" |
// Implements PrefHashStoreImpl by storing preference hashes in a |
// HashStoreContents. |
@@ -58,4 +58,4 @@ class PrefHashStoreImpl : public PrefHashStore { |
DISALLOW_COPY_AND_ASSIGN(PrefHashStoreImpl); |
}; |
-#endif // COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_ |
+#endif // SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_IMPL_H_ |