Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: components/sync/core_impl/attachments/in_memory_attachment_store.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698