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

Unified Diff: components/sync_driver/device_info_sync_service_unittest.cc

Issue 1408123003: [Sync] Initial USS service implementation for DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added some stub imaginary methods for the ModelTypeService interface. 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/device_info_sync_service_unittest.cc
diff --git a/components/sync_driver/device_info_sync_service_unittest.cc b/components/sync_driver/device_info_sync_service_unittest.cc
index 350294ae70afff217bac8ec4e6db35934b3164e6..559ca2ae3ba6370dce7e678d7a6b474e112838e0 100644
--- a/components/sync_driver/device_info_sync_service_unittest.cc
+++ b/components/sync_driver/device_info_sync_service_unittest.cc
@@ -6,7 +6,6 @@
#include <string>
-#include "base/message_loop/message_loop.h"
#include "components/sync_driver/local_device_info_provider_mock.h"
#include "sync/api/sync_change.h"
#include "sync/api/sync_change_processor.h"
@@ -151,7 +150,6 @@ class DeviceInfoSyncServiceTest : public testing::Test,
protected:
int num_device_info_changed_callbacks_;
- base::MessageLoopForUI message_loop_;
scoped_ptr<LocalDeviceInfoProviderMock> local_device_;
scoped_ptr<DeviceInfoSyncService> sync_service_;
scoped_ptr<TestChangeProcessor> sync_processor_;

Powered by Google App Engine
This is Rietveld 408576698