| 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"
|
|
|
|
|