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

Unified Diff: components/sync/driver/local_device_info_provider_mock.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_mock.h
diff --git a/components/sync_driver/local_device_info_provider_mock.h b/components/sync/driver/local_device_info_provider_mock.h
similarity index 73%
rename from components/sync_driver/local_device_info_provider_mock.h
rename to components/sync/driver/local_device_info_provider_mock.h
index 3aec235d53da2ca67fe203dc8e04d1ea89aa1fb6..af332407c37fe4863868bc0e58ca322647d7aa33 100644
--- a/components/sync_driver/local_device_info_provider_mock.h
+++ b/components/sync/driver/local_device_info_provider_mock.h
@@ -7,8 +7,8 @@
#include <string>
-#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"
namespace sync_driver {
@@ -18,13 +18,12 @@ class LocalDeviceInfoProviderMock
// Creates uninitialized provider.
LocalDeviceInfoProviderMock();
// Creates initialized provider with the specified device info.
- LocalDeviceInfoProviderMock(
- const std::string& guid,
- const std::string& client_name,
- const std::string& chrome_version,
- const std::string& sync_user_agent,
- const sync_pb::SyncEnums::DeviceType device_type,
- const std::string& signin_scoped_device_id);
+ LocalDeviceInfoProviderMock(const std::string& guid,
+ const std::string& client_name,
+ const std::string& chrome_version,
+ const std::string& sync_user_agent,
+ const sync_pb::SyncEnums::DeviceType device_type,
+ const std::string& signin_scoped_device_id);
~LocalDeviceInfoProviderMock() override;
const DeviceInfo* GetLocalDeviceInfo() const override;
« no previous file with comments | « components/sync/driver/local_device_info_provider_impl.cc ('k') | components/sync/driver/local_device_info_provider_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698