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

Unified Diff: services/preferences/tracked/device_id_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/device_id_win.cc
diff --git a/components/user_prefs/tracked/device_id_win.cc b/services/preferences/tracked/device_id_win.cc
similarity index 98%
rename from components/user_prefs/tracked/device_id_win.cc
rename to services/preferences/tracked/device_id_win.cc
index 4f0c1db031efdbb0919ee1201affa8fb9d218bf6..9dbd110674a99f4fa513e0f62608539a671fde7c 100644
--- a/components/user_prefs/tracked/device_id_win.cc
+++ b/services/preferences/tracked/device_id_win.cc
@@ -2,9 +2,10 @@
// 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/device_id.h"
+#include "services/preferences/tracked/device_id.h"
#include <windows.h>
+
#include <sddl.h> // For ConvertSidToStringSidA.
#include <memory>
« no previous file with comments | « services/preferences/tracked/device_id_unittest.cc ('k') | services/preferences/tracked/dictionary_hash_store_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698