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

Unified Diff: components/sync/model_impl/attachments/attachment_service_impl.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_impl/attachments/attachment_service_impl.h
diff --git a/components/sync/api_impl/attachments/attachment_service_impl.h b/components/sync/model_impl/attachments/attachment_service_impl.h
similarity index 90%
rename from components/sync/api_impl/attachments/attachment_service_impl.h
rename to components/sync/model_impl/attachments/attachment_service_impl.h
index b15f4d1d3dd98b153eaea194bdd1b4c41981ab3c..bacc3557b6774b23c1eea38b777cd740ad78f76e 100644
--- a/components/sync/api_impl/attachments/attachment_service_impl.h
+++ b/components/sync/model_impl/attachments/attachment_service_impl.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_API_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_
-#define COMPONENTS_SYNC_API_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_
+#ifndef COMPONENTS_SYNC_MODEL_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_
+#define COMPONENTS_SYNC_MODEL_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_
#include <deque>
#include <memory>
@@ -12,12 +12,12 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "components/sync/api/attachments/attachment_service.h"
-#include "components/sync/api/attachments/attachment_service_proxy.h"
-#include "components/sync/api/attachments/attachment_store.h"
-#include "components/sync/api_impl/attachments/task_queue.h"
#include "components/sync/engine/attachments/attachment_downloader.h"
#include "components/sync/engine/attachments/attachment_uploader.h"
+#include "components/sync/model/attachments/attachment_service.h"
+#include "components/sync/model/attachments/attachment_service_proxy.h"
+#include "components/sync/model/attachments/attachment_store.h"
+#include "components/sync/model_impl/attachments/task_queue.h"
#include "net/base/network_change_notifier.h"
namespace syncer {
@@ -118,4 +118,4 @@ class AttachmentServiceImpl
} // namespace syncer
-#endif // COMPONENTS_SYNC_API_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_
+#endif // COMPONENTS_SYNC_MODEL_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_
« no previous file with comments | « components/sync/model_impl/attachments/DEPS ('k') | components/sync/model_impl/attachments/attachment_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698