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

Unified Diff: components/sync_driver/device_info_sync_service_unittest.cc

Issue 616983002: Reland Refactor FakeAttachmentStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Owned => Passed Created 6 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 c1200d76167551d5a6cff44e5f62d9acd9818321..f0a6906ecb6d76a5eb4fef7918512420c60f8368 100644
--- a/components/sync_driver/device_info_sync_service_unittest.cc
+++ b/components/sync_driver/device_info_sync_service_unittest.cc
@@ -153,10 +153,10 @@ 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_;
- base::MessageLoopForUI message_loop_;
};
// Sync with empty initial data.

Powered by Google App Engine
This is Rietveld 408576698