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

Unified Diff: services/preferences/tracked/pref_hash_calculator.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_calculator.h
diff --git a/components/user_prefs/tracked/pref_hash_calculator.h b/services/preferences/tracked/pref_hash_calculator.h
similarity index 89%
rename from components/user_prefs/tracked/pref_hash_calculator.h
rename to services/preferences/tracked/pref_hash_calculator.h
index 92b0c3a05d9d2e2d6d55dc18a598afa3c5d526d5..1fc14a180aa7dc8c94aa6401c2dce166c66ccc2d 100644
--- a/components/user_prefs/tracked/pref_hash_calculator.h
+++ b/services/preferences/tracked/pref_hash_calculator.h
@@ -2,8 +2,8 @@
// 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_CALCULATOR_H_
-#define COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_CALCULATOR_H_
+#ifndef SERVICES_PREFERENCES_TRACKED_PREF_HASH_CALCULATOR_H_
+#define SERVICES_PREFERENCES_TRACKED_PREF_HASH_CALCULATOR_H_
#include <string>
@@ -52,4 +52,4 @@ class PrefHashCalculator {
DISALLOW_COPY_AND_ASSIGN(PrefHashCalculator);
};
-#endif // COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_CALCULATOR_H_
+#endif // SERVICES_PREFERENCES_TRACKED_PREF_HASH_CALCULATOR_H_
« no previous file with comments | « services/preferences/tracked/interceptable_pref_filter.cc ('k') | services/preferences/tracked/pref_hash_calculator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698