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

Unified Diff: services/preferences/tracked/hash_store_contents.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/hash_store_contents.h
diff --git a/components/user_prefs/tracked/hash_store_contents.h b/services/preferences/tracked/hash_store_contents.h
similarity index 95%
rename from components/user_prefs/tracked/hash_store_contents.h
rename to services/preferences/tracked/hash_store_contents.h
index 9cc8abba09093e979833ef030a19b20e3195d05d..5486514bf23491f762908733c959c43baee21f27 100644
--- a/components/user_prefs/tracked/hash_store_contents.h
+++ b/services/preferences/tracked/hash_store_contents.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_HASH_STORE_CONTENTS_H_
-#define COMPONENTS_USER_PREFS_TRACKED_HASH_STORE_CONTENTS_H_
+#ifndef SERVICES_PREFERENCES_TRACKED_HASH_STORE_CONTENTS_H_
+#define SERVICES_PREFERENCES_TRACKED_HASH_STORE_CONTENTS_H_
#include <map>
#include <memory>
@@ -87,4 +87,4 @@ class HashStoreContents {
virtual void SetSuperMac(const std::string& super_mac) = 0;
};
-#endif // COMPONENTS_USER_PREFS_TRACKED_HASH_STORE_CONTENTS_H_
+#endif // SERVICES_PREFERENCES_TRACKED_HASH_STORE_CONTENTS_H_

Powered by Google App Engine
This is Rietveld 408576698