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

Unified Diff: services/preferences/tracked/pref_hash_store_impl.h

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase Created 3 years, 9 months 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: 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_
« no previous file with comments | « services/preferences/tracked/pref_hash_store.h ('k') | services/preferences/tracked/pref_hash_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698