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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/attachment_service_proxy.cc
diff --git a/components/sync/core_impl/attachments/attachment_service_proxy.cc b/components/sync/core_impl/attachments/attachment_service_proxy.cc
index fb95d6b1ed2690f62d161104bc4bd417a3b47dfe..0299f97c05878c358a14f03240f34eabcdcd196a 100644
--- a/components/sync/core_impl/attachments/attachment_service_proxy.cc
+++ b/components/sync/core_impl/attachments/attachment_service_proxy.cc
@@ -32,7 +32,7 @@ AttachmentServiceProxy::AttachmentServiceProxy() {}
AttachmentServiceProxy::AttachmentServiceProxy(
const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner,
- const base::WeakPtr<AttachmentService>& wrapped)
+ const base::WeakPtr<syncer::AttachmentService>& wrapped)
: wrapped_task_runner_(wrapped_task_runner), core_(new Core(wrapped)) {
DCHECK(wrapped_task_runner_.get());
}
@@ -71,7 +71,7 @@ void AttachmentServiceProxy::UploadAttachments(
}
AttachmentServiceProxy::Core::Core(
- const base::WeakPtr<AttachmentService>& wrapped)
+ const base::WeakPtr<syncer::AttachmentService>& wrapped)
: wrapped_(wrapped) {}
AttachmentServiceProxy::Core::~Core() {}

Powered by Google App Engine
This is Rietveld 408576698