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

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

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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/model/attachments/attachment_service_proxy.h
diff --git a/components/sync/api/attachments/attachment_service_proxy.h b/components/sync/model/attachments/attachment_service_proxy.h
similarity index 91%
rename from components/sync/api/attachments/attachment_service_proxy.h
rename to components/sync/model/attachments/attachment_service_proxy.h
index 421704dd358c52839498b24e966baa1662eac9c5..946aa88720c8cac52fde50c4d411b47f82475ceb 100644
--- a/components/sync/api/attachments/attachment_service_proxy.h
+++ b/components/sync/model/attachments/attachment_service_proxy.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
-#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
+#ifndef COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
+#define COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/sequenced_task_runner.h"
#include "base/task_runner.h"
-#include "components/sync/api/attachments/attachment.h"
-#include "components/sync/api/attachments/attachment_service.h"
+#include "components/sync/model/attachments/attachment.h"
+#include "components/sync/model/attachments/attachment_service.h"
namespace syncer {
@@ -103,4 +103,4 @@ class AttachmentServiceProxy : public AttachmentService {
} // namespace syncer
-#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
+#endif // COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_
« no previous file with comments | « components/sync/model/attachments/attachment_service.cc ('k') | components/sync/model/attachments/attachment_service_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698