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

Unified Diff: components/sync/api/attachments/attachment_service_proxy.h

Issue 2399953002: [Sync] Move attachments code out of core/. (Closed)
Patch Set: Fix some things. 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/api/attachments/attachment_service_proxy.h
diff --git a/components/sync/core/attachments/attachment_service_proxy.h b/components/sync/api/attachments/attachment_service_proxy.h
similarity index 93%
rename from components/sync/core/attachments/attachment_service_proxy.h
rename to components/sync/api/attachments/attachment_service_proxy.h
index a2a588e9ea05322bbce960b1e93514dd271bbe81..421704dd358c52839498b24e966baa1662eac9c5 100644
--- a/components/sync/core/attachments/attachment_service_proxy.h
+++ b/components/sync/api/attachments/attachment_service_proxy.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_SERVICE_PROXY_H_
-#define COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
+#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
+#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
#include "base/callback.h"
#include "base/macros.h"
@@ -11,7 +11,7 @@
#include "base/sequenced_task_runner.h"
#include "base/task_runner.h"
#include "components/sync/api/attachments/attachment.h"
-#include "components/sync/core/attachments/attachment_service.h"
+#include "components/sync/api/attachments/attachment_service.h"
namespace syncer {
@@ -103,4 +103,4 @@ class AttachmentServiceProxy : public AttachmentService {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
+#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_

Powered by Google App Engine
This is Rietveld 408576698