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

Unified Diff: components/sync/device_info/device_info_sync_service_unittest.cc

Issue 2399953002: [Sync] Move attachments code out of core/. (Closed)
Patch Set: Address comments. Created 4 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/device_info/device_info_sync_service_unittest.cc
diff --git a/components/sync/device_info/device_info_sync_service_unittest.cc b/components/sync/device_info/device_info_sync_service_unittest.cc
index 030a43cd8fe9c72b5f0372d82d07c8796329c7cf..1ce41d40095af777f8e53ebccc345242ba343c14 100644
--- a/components/sync/device_info/device_info_sync_service_unittest.cc
+++ b/components/sync/device_info/device_info_sync_service_unittest.cc
@@ -7,10 +7,10 @@
#include <stddef.h>
#include "base/message_loop/message_loop.h"
+#include "components/sync/api/attachments/attachment_service_proxy_for_test.h"
#include "components/sync/api/sync_change_processor_wrapper_for_test.h"
#include "components/sync/api/sync_error_factory_mock.h"
#include "components/sync/base/time.h"
-#include "components/sync/core/attachments/attachment_service_proxy_for_test.h"
#include "components/sync/device_info/device_info_util.h"
#include "components/sync/device_info/local_device_info_provider_mock.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/core_impl/attachments/task_queue_unittest.cc ('k') | components/sync/driver/fake_generic_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698