| Index: components/sync/core_impl/attachments/in_memory_attachment_store.cc
|
| diff --git a/sync/internal_api/attachments/in_memory_attachment_store.cc b/components/sync/core_impl/attachments/in_memory_attachment_store.cc
|
| similarity index 96%
|
| rename from sync/internal_api/attachments/in_memory_attachment_store.cc
|
| rename to components/sync/core_impl/attachments/in_memory_attachment_store.cc
|
| index 256a8ab69485065539c1665bf215b6702a372645..56b4c940c1739e5c586c468c3ac93ad73570e4a5 100644
|
| --- a/sync/internal_api/attachments/in_memory_attachment_store.cc
|
| +++ b/components/sync/core_impl/attachments/in_memory_attachment_store.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/in_memory_attachment_store.h"
|
| +#include "components/sync/core/attachments/in_memory_attachment_store.h"
|
|
|
| #include <memory>
|
|
|
| @@ -30,8 +30,7 @@ InMemoryAttachmentStore::InMemoryAttachmentStore(
|
| DetachFromThread();
|
| }
|
|
|
| -InMemoryAttachmentStore::~InMemoryAttachmentStore() {
|
| -}
|
| +InMemoryAttachmentStore::~InMemoryAttachmentStore() {}
|
|
|
| void InMemoryAttachmentStore::Init(
|
| const AttachmentStore::InitCallback& callback) {
|
| @@ -161,7 +160,6 @@ InMemoryAttachmentStore::AttachmentEntry::AttachmentEntry(
|
| InMemoryAttachmentStore::AttachmentEntry::AttachmentEntry(
|
| const AttachmentEntry& other) = default;
|
|
|
| -InMemoryAttachmentStore::AttachmentEntry::~AttachmentEntry() {
|
| -}
|
| +InMemoryAttachmentStore::AttachmentEntry::~AttachmentEntry() {}
|
|
|
| } // namespace syncer
|
|
|