| Index: components/sync/engine/attachments/attachment_store_test_template.h
|
| diff --git a/components/sync/core_impl/attachments/attachment_store_test_template.h b/components/sync/engine/attachments/attachment_store_test_template.h
|
| similarity index 98%
|
| rename from components/sync/core_impl/attachments/attachment_store_test_template.h
|
| rename to components/sync/engine/attachments/attachment_store_test_template.h
|
| index e9d186928a51895614013465d5eb534a2a127555..f547cc218355043219684d97d43fe87d2ccda4c1 100644
|
| --- a/components/sync/core_impl/attachments/attachment_store_test_template.h
|
| +++ b/components/sync/engine/attachments/attachment_store_test_template.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SYNC_CORE_IMPL_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
|
| -#define COMPONENTS_SYNC_CORE_IMPL_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
|
| +#define COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
|
|
|
| #include <memory>
|
| #include <utility>
|
| @@ -15,7 +15,7 @@
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "components/sync/api/attachments/attachment.h"
|
| #include "components/sync/api/attachments/attachment_store.h"
|
| -#include "components/sync/core/attachments/attachment_util.h"
|
| +#include "components/sync/engine/attachments/attachment_util.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "testing/gmock/include/gmock/gmock-matchers.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -519,4 +519,4 @@ REGISTER_TYPED_TEST_CASE_P(AttachmentStoreTest,
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_IMPL_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
|
|
|