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

Unified Diff: components/sync_driver/device_info_tracker.h

Issue 597423002: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor CR feedback addressed. Created 6 years, 3 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_driver/device_info_tracker.h
diff --git a/chrome/browser/sync/glue/device_info_tracker.h b/components/sync_driver/device_info_tracker.h
similarity index 80%
rename from chrome/browser/sync/glue/device_info_tracker.h
rename to components/sync_driver/device_info_tracker.h
index 8244401b7ebb8ffd7086a705426588fdb93cd71a..cad6e876bb2f8b4b89fed8ea5617d2132a85a34f 100644
--- a/chrome/browser/sync/glue/device_info_tracker.h
+++ b/components/sync_driver/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 CHROME_BROWSER_SYNC_GLUE_DEVICE_INFO_TRACKER_H_
-#define CHROME_BROWSER_SYNC_GLUE_DEVICE_INFO_TRACKER_H_
+#ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_TRACKER_H_
+#define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_TRACKER_H_
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
-#include "chrome/browser/sync/glue/device_info.h"
+#include "components/sync_driver/device_info.h"
-namespace browser_sync {
+namespace sync_driver {
// Interface for tracking synced DeviceInfo.
class DeviceInfoTracker {
@@ -35,6 +35,6 @@ class DeviceInfoTracker {
virtual void RemoveObserver(Observer* observer) = 0;
};
-} // namespace browser_sync
+} // namespace sync_driver
-#endif // CHROME_BROWSER_SYNC_GLUE_DEVICE_INFO_TRACKER_H_
+#endif // COMPONENTS_SYNC_DRIVER_DEVICE_INFO_TRACKER_H_
« no previous file with comments | « components/sync_driver/device_info_sync_service.cc ('k') | components/sync_driver/local_device_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698