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

Unified Diff: services/preferences/tracked/device_id_stub.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
« no previous file with comments | « services/preferences/tracked/device_id_mac.cc ('k') | services/preferences/tracked/device_id_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/tracked/device_id_stub.cc
diff --git a/components/user_prefs/tracked/device_id_stub.cc b/services/preferences/tracked/device_id_stub.cc
similarity index 86%
rename from components/user_prefs/tracked/device_id_stub.cc
rename to services/preferences/tracked/device_id_stub.cc
index 07ffb944fe51b3c6e7da37bdb18e34d8d66811f4..9db4d503863d4d4b41acd5966b50aa9dc16a84e3 100644
--- a/components/user_prefs/tracked/device_id_stub.cc
+++ b/services/preferences/tracked/device_id_stub.cc
@@ -2,8 +2,8 @@
// 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 "base/logging.h"
+#include "services/preferences/tracked/device_id.h"
MachineIdStatus GetDeterministicMachineSpecificId(std::string* machine_id) {
DCHECK(machine_id);
« no previous file with comments | « services/preferences/tracked/device_id_mac.cc ('k') | services/preferences/tracked/device_id_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698