Index: components/sync/engine/events/configure_get_updates_request_event.h |
diff --git a/sync/internal_api/public/events/configure_get_updates_request_event.h b/components/sync/engine/events/configure_get_updates_request_event.h |
similarity index 75% |
rename from sync/internal_api/public/events/configure_get_updates_request_event.h |
rename to components/sync/engine/events/configure_get_updates_request_event.h |
index 86c2cc4cfc66669d0808479f0768b4ff188c9c0b..c60ed5155951f781b073cb51b4031ad23e9926d3 100644 |
--- a/sync/internal_api/public/events/configure_get_updates_request_event.h |
+++ b/components/sync/engine/events/configure_get_updates_request_event.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 SYNC_INTERNAL_API_PUBLIC_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
+#define COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
#include <memory> |
#include <string> |
@@ -11,9 +11,9 @@ |
#include "base/macros.h" |
#include "base/time/time.h" |
#include "base/values.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/events/protocol_event.h" |
-#include "sync/protocol/sync.pb.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/engine/events/protocol_event.h" |
+#include "components/sync/protocol/sync.pb.h" |
namespace syncer { |
@@ -42,4 +42,4 @@ class SYNC_EXPORT ConfigureGetUpdatesRequestEvent : public ProtocolEvent { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |