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

Unified Diff: components/sync_driver/local_device_info_provider_unittest.cc

Issue 1397913002: [Sync] Componentize local_device_info_provider_impl and test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 5 years, 2 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_unittest.cc
diff --git a/chrome/browser/sync/glue/local_device_info_provider_unittest.cc b/components/sync_driver/local_device_info_provider_unittest.cc
similarity index 95%
rename from chrome/browser/sync/glue/local_device_info_provider_unittest.cc
rename to components/sync_driver/local_device_info_provider_unittest.cc
index 9176c3070e1b2ce703e64fa19fa2a9f6979f1da3..7323185febf33e372123da50d45d52365d3b6ea6 100644
--- a/chrome/browser/sync/glue/local_device_info_provider_unittest.cc
+++ b/components/sync_driver/local_device_info_provider_unittest.cc
@@ -5,7 +5,7 @@
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
-#include "chrome/browser/sync/glue/local_device_info_provider_impl.h"
+#include "components/sync_driver/local_device_info_provider_impl.h"
#include "sync/util/get_session_name.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -19,8 +19,7 @@ const char kSigninScopedDeviceId[] = "device_id";
class LocalDeviceInfoProviderTest : public testing::Test {
public:
- LocalDeviceInfoProviderTest()
- : called_back_(false) {}
+ LocalDeviceInfoProviderTest() : called_back_(false) {}
~LocalDeviceInfoProviderTest() override {}
void SetUp() override { provider_.reset(new LocalDeviceInfoProviderImpl()); }

Powered by Google App Engine
This is Rietveld 408576698