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_ |