| 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(
|
|
|