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

Unified Diff: services/preferences/tracked/pref_hash_store.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.h
diff --git a/components/user_prefs/tracked/pref_hash_store.h b/services/preferences/tracked/pref_hash_store.h
similarity index 88%
rename from components/user_prefs/tracked/pref_hash_store.h
rename to services/preferences/tracked/pref_hash_store.h
index 67808fd3939d006b3f88649ea4b3d3f826bd49b8..4716834c9463dcfa430e94bbb687a47175be56cc 100644
--- a/components/user_prefs/tracked/pref_hash_store.h
+++ b/services/preferences/tracked/pref_hash_store.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PREFS_TRACKED_PREF_HASH_STORE_H_
-#define COMPONENTS_PREFS_TRACKED_PREF_HASH_STORE_H_
+#ifndef SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_H_
+#define SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_H_
#include <memory>
#include <string>
#include "base/values.h"
-#include "components/user_prefs/tracked/pref_hash_store_transaction.h"
+#include "services/preferences/tracked/pref_hash_store_transaction.h"
class HashStoreContents;
class PrefHashStoreTransaction;
@@ -45,4 +45,4 @@ class PrefHashStore {
const base::DictionaryValue* split_values) = 0;
};
-#endif // COMPONENTS_PREFS_TRACKED_PREF_HASH_STORE_H_
+#endif // SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_H_
« no previous file with comments | « services/preferences/tracked/pref_hash_filter_unittest.cc ('k') | services/preferences/tracked/pref_hash_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698