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

Unified Diff: services/preferences/tracked/registry_hash_store_contents_win.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/registry_hash_store_contents_win.cc
diff --git a/components/user_prefs/tracked/registry_hash_store_contents_win.cc b/services/preferences/tracked/registry_hash_store_contents_win.cc
similarity index 97%
rename from components/user_prefs/tracked/registry_hash_store_contents_win.cc
rename to services/preferences/tracked/registry_hash_store_contents_win.cc
index 03d789839c5ed10b991eeda91a8565499245b7a0..ab1c2c5647857bd219a9ceb8ac3a89e727239a0f 100644
--- a/components/user_prefs/tracked/registry_hash_store_contents_win.cc
+++ b/services/preferences/tracked/registry_hash_store_contents_win.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/registry_hash_store_contents_win.h"
+#include "services/preferences/tracked/registry_hash_store_contents_win.h"
#include <windows.h>
@@ -14,7 +14,7 @@
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "base/win/registry.h"
-#include "components/user_prefs/tracked/tracked_preference_histogram_names.h"
+#include "services/preferences/public/cpp/tracked/tracked_preference_histogram_names.h"
using base::win::RegistryValueIterator;

Powered by Google App Engine
This is Rietveld 408576698