| Index: components/sync/engine/attachments/attachment_store_frontend.h
|
| diff --git a/components/sync/core/attachments/attachment_store_frontend.h b/components/sync/engine/attachments/attachment_store_frontend.h
|
| similarity index 92%
|
| rename from components/sync/core/attachments/attachment_store_frontend.h
|
| rename to components/sync/engine/attachments/attachment_store_frontend.h
|
| index fa9e6ce14f9932121338efd0c165e4db0a22e574..ca11055a4608415cca13923f0e47207f05bf5cf9 100644
|
| --- a/components/sync/core/attachments/attachment_store_frontend.h
|
| +++ b/components/sync/engine/attachments/attachment_store_frontend.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_ATTACHMENTS_ATTACHMENT_STORE_FRONTEND_H_
|
| -#define COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_STORE_FRONTEND_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_FRONTEND_H_
|
| +#define COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_FRONTEND_H_
|
|
|
| #include <memory>
|
|
|
| @@ -71,4 +71,4 @@ class AttachmentStoreFrontend
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_STORE_FRONTEND_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_FRONTEND_H_
|
|
|