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

Unified Diff: services/preferences/tracked/dictionary_hash_store_contents.cc

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/dictionary_hash_store_contents.cc
diff --git a/components/user_prefs/tracked/dictionary_hash_store_contents.cc b/services/preferences/tracked/dictionary_hash_store_contents.cc
similarity index 97%
rename from components/user_prefs/tracked/dictionary_hash_store_contents.cc
rename to services/preferences/tracked/dictionary_hash_store_contents.cc
index 288c1bf45dba68226b4261c44a6e0a5c5079b164..3cef69b05a18768197e0f29cb2ee0dfa26b76aa9 100644
--- a/components/user_prefs/tracked/dictionary_hash_store_contents.cc
+++ b/services/preferences/tracked/dictionary_hash_store_contents.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/user_prefs/tracked/dictionary_hash_store_contents.h"
+#include "services/preferences/tracked/dictionary_hash_store_contents.h"
#include "base/callback.h"
#include "base/logging.h"
@@ -18,8 +18,7 @@ const char kSuperMACPref[] = "protection.super_mac";
DictionaryHashStoreContents::DictionaryHashStoreContents(
base::DictionaryValue* storage)
- : storage_(storage) {
-}
+ : storage_(storage) {}
// static
void DictionaryHashStoreContents::RegisterProfilePrefs(
« no previous file with comments | « services/preferences/tracked/dictionary_hash_store_contents.h ('k') | services/preferences/tracked/hash_store_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698