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

Unified Diff: components/sync/device_info/device_info_tracker.h

Issue 2250033002: [Sync] Create //components/sync/device_info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint on device info files. Created 4 years, 4 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: components/sync/device_info/device_info_tracker.h
diff --git a/components/sync/driver/device_info_tracker.h b/components/sync/device_info/device_info_tracker.h
similarity index 85%
rename from components/sync/driver/device_info_tracker.h
rename to components/sync/device_info/device_info_tracker.h
index e861aa0ff5220839cec643df859e9405c9acf1f4..c3321417a096e9aa03534b73b7f913c2b6e41912 100644
--- a/components/sync/driver/device_info_tracker.h
+++ b/components/sync/device_info/device_info_tracker.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_TRACKER_H_
-#define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_TRACKER_H_
+#ifndef COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_TRACKER_H_
+#define COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_TRACKER_H_
#include <memory>
#include <string>
#include "base/memory/scoped_vector.h"
-#include "components/sync/driver/device_info.h"
+#include "components/sync/device_info/device_info.h"
namespace sync_driver {
@@ -43,4 +43,4 @@ class DeviceInfoTracker {
} // namespace sync_driver
-#endif // COMPONENTS_SYNC_DRIVER_DEVICE_INFO_TRACKER_H_
+#endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_TRACKER_H_
« no previous file with comments | « components/sync/device_info/device_info_sync_service_unittest.cc ('k') | components/sync/device_info/device_info_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698