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

Unified Diff: components/sync/api_impl/attachments/attachment_service_impl_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/api_impl/attachments/attachment_service_impl_unittest.cc
diff --git a/components/sync/core_impl/attachments/attachment_service_impl_unittest.cc b/components/sync/api_impl/attachments/attachment_service_impl_unittest.cc
similarity index 98%
rename from components/sync/core_impl/attachments/attachment_service_impl_unittest.cc
rename to components/sync/api_impl/attachments/attachment_service_impl_unittest.cc
index a39b51e93127a4213b31246b7bf0be5e9cba1917..d7c48bb248e1b956c6ac36f3479cb5d4da921e75 100644
--- a/components/sync/core_impl/attachments/attachment_service_impl_unittest.cc
+++ b/components/sync/api_impl/attachments/attachment_service_impl_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync/core/attachments/attachment_service_impl.h"
+#include "components/sync/api_impl/attachments/attachment_service_impl.h"
#include <algorithm>
#include <map>
@@ -17,10 +17,10 @@
#include "base/single_thread_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
#include "base/timer/mock_timer.h"
-#include "components/sync/api/attachments/attachment_store_backend.h"
-#include "components/sync/core/attachments/attachment_util.h"
-#include "components/sync/core/attachments/fake_attachment_downloader.h"
-#include "components/sync/core/attachments/fake_attachment_uploader.h"
+#include "components/sync/engine/attachments/attachment_store_backend.h"
+#include "components/sync/engine/attachments/attachment_util.h"
+#include "components/sync/engine/attachments/fake_attachment_downloader.h"
+#include "components/sync/engine/attachments/fake_attachment_uploader.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/sync/api_impl/attachments/attachment_service_impl.cc ('k') | components/sync/api_impl/attachments/task_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698