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

Unified Diff: components/sync_driver/local_device_info_provider.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
« no previous file with comments | « components/sync_driver/device_info_tracker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/local_device_info_provider.h
diff --git a/chrome/browser/sync/glue/local_device_info_provider.h b/components/sync_driver/local_device_info_provider.h
similarity index 86%
rename from chrome/browser/sync/glue/local_device_info_provider.h
rename to components/sync_driver/local_device_info_provider.h
index 4194c8eb8f1c22de304fa89943b2700af717a3b5..6036a7e7b8ec0ea19c2b0fc70e63690b4a538de3 100644
--- a/chrome/browser/sync/glue/local_device_info_provider.h
+++ b/components/sync_driver/local_device_info_provider.h
@@ -2,13 +2,13 @@
// 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_LOCAL_DEVICE_INFO_PROVIDER_H_
-#define CHROME_BROWSER_SYNC_GLUE_LOCAL_DEVICE_INFO_PROVIDER_H_
+#ifndef COMPONENTS_SYNC_DRIVER_LOCAL_DEVICE_INFO_PROVIDER_H_
+#define COMPONENTS_SYNC_DRIVER_LOCAL_DEVICE_INFO_PROVIDER_H_
#include <string>
#include "base/callback_list.h"
-namespace browser_sync {
+namespace sync_driver {
class DeviceInfo;
@@ -45,6 +45,6 @@ class LocalDeviceInfoProvider {
const base::Closure& callback) = 0;
};
-} // namespace browser_sync
+} // namespace sync_driver
-#endif // CHROME_BROWSER_SYNC_GLUE_LOCAL_DEVICE_INFO_PROVIDER_H_
+#endif // COMPONENTS_SYNC_DRIVER_LOCAL_DEVICE_INFO_PROVIDER_H_
« no previous file with comments | « components/sync_driver/device_info_tracker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698