| Index: components/sync/core_impl/attachments/attachment_service_proxy_unittest.cc
|
| diff --git a/sync/internal_api/attachments/attachment_service_proxy_unittest.cc b/components/sync/core_impl/attachments/attachment_service_proxy_unittest.cc
|
| similarity index 95%
|
| rename from sync/internal_api/attachments/attachment_service_proxy_unittest.cc
|
| rename to components/sync/core_impl/attachments/attachment_service_proxy_unittest.cc
|
| index ad4cb3ca2cc700b6504e984cd51a23aefe768456..4435b9bb5094a976bc6ce49f7b671d295314cfe7 100644
|
| --- a/sync/internal_api/attachments/attachment_service_proxy_unittest.cc
|
| +++ b/components/sync/core_impl/attachments/attachment_service_proxy_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 "sync/internal_api/public/attachments/attachment_service_proxy.h"
|
| +#include "components/sync/core/attachments/attachment_service_proxy.h"
|
|
|
| #include <memory>
|
|
|
| @@ -16,10 +16,10 @@
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/threading/thread.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "sync/api/attachments/attachment.h"
|
| -#include "sync/internal_api/public/attachments/attachment_service.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/api/attachments/attachment.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/core/attachments/attachment_service.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncer {
|
|
|