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

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

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: 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..b900dd757d0fa8e8419d7a867828e5e4c0b6759c 100644
--- a/components/user_prefs/tracked/device_id_win.cc
+++ b/services/preferences/tracked/device_id_win.cc
@@ -2,10 +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 <windows.h>
gab 2017/03/29 16:27:57 windows.h always goes first
Sam McNally 2017/03/30 02:23:23 Done.
#include <memory>

Powered by Google App Engine
This is Rietveld 408576698