Index: components/sync/engine_impl/get_updates_delegate.h |
diff --git a/sync/engine/get_updates_delegate.h b/components/sync/engine_impl/get_updates_delegate.h |
similarity index 86% |
rename from sync/engine/get_updates_delegate.h |
rename to components/sync/engine_impl/get_updates_delegate.h |
index 09765a8310741f94fc846ed7af1a9eadb5e9aee3..73ad8086706f283531486ef6f085b001c9b6a2d6 100644 |
--- a/sync/engine/get_updates_delegate.h |
+++ b/components/sync/engine_impl/get_updates_delegate.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_ENGINE_GET_UPDATES_DELEGATE_H_ |
-#define SYNC_ENGINE_GET_UPDATES_DELEGATE_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_GET_UPDATES_DELEGATE_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_GET_UPDATES_DELEGATE_H_ |
#include <memory> |
#include "base/macros.h" |
-#include "sync/internal_api/public/events/protocol_event.h" |
-#include "sync/protocol/sync.pb.h" |
-#include "sync/sessions/model_type_registry.h" |
-#include "sync/sessions/nudge_tracker.h" |
-#include "sync/sessions/status_controller.h" |
+#include "components/sync/engine/events/protocol_event.h" |
+#include "components/sync/protocol/sync.pb.h" |
+#include "components/sync/sessions_impl/model_type_registry.h" |
+#include "components/sync/sessions_impl/nudge_tracker.h" |
+#include "components/sync/sessions_impl/status_controller.h" |
namespace syncer { |
@@ -32,10 +32,9 @@ class SYNC_EXPORT GetUpdatesDelegate { |
sync_pb::GetUpdatesMessage* get_updates) const = 0; |
// Applies pending updates to non-control types. |
- virtual void ApplyUpdates( |
- ModelTypeSet gu_types, |
- sessions::StatusController* status, |
- UpdateHandlerMap* update_handler_map) const = 0; |
+ virtual void ApplyUpdates(ModelTypeSet gu_types, |
+ sessions::StatusController* status, |
+ UpdateHandlerMap* update_handler_map) const = 0; |
virtual std::unique_ptr<ProtocolEvent> GetNetworkRequestEvent( |
base::Time timestamp, |
@@ -125,4 +124,4 @@ class SYNC_EXPORT PollGetUpdatesDelegate : public GetUpdatesDelegate { |
} // namespace syncer |
-#endif // SYNC_ENGINE_GET_UPDATES_DELEGATE_H_ |
+#endif // SYNC_ENGINE_IMPL_GET_UPDATES_DELEGATE_H_ |