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

Unified Diff: components/sync/driver/local_device_info_provider_impl.h

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. 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/driver/local_device_info_provider_impl.h
diff --git a/components/sync_driver/local_device_info_provider_impl.h b/components/sync/driver/local_device_info_provider_impl.h
similarity index 89%
rename from components/sync_driver/local_device_info_provider_impl.h
rename to components/sync/driver/local_device_info_provider_impl.h
index c146784ba0621b030c7cfb4c8c5df1c47ec446f8..51eaaf17aa52c189250b1a98e23f087275ac84e4 100644
--- a/components/sync_driver/local_device_info_provider_impl.h
+++ b/components/sync/driver/local_device_info_provider_impl.h
@@ -10,15 +10,14 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "components/sync_driver/device_info.h"
-#include "components/sync_driver/local_device_info_provider.h"
+#include "components/sync/driver/device_info.h"
+#include "components/sync/driver/local_device_info_provider.h"
#include "components/version_info/version_info.h"
namespace browser_sync {
-class LocalDeviceInfoProviderImpl
- : public sync_driver::LocalDeviceInfoProvider,
- public base::NonThreadSafe {
+class LocalDeviceInfoProviderImpl : public sync_driver::LocalDeviceInfoProvider,
+ public base::NonThreadSafe {
public:
LocalDeviceInfoProviderImpl(version_info::Channel channel,
const std::string& version,
« no previous file with comments | « components/sync/driver/local_device_info_provider.h ('k') | components/sync/driver/local_device_info_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698