Index: components/sync/engine_impl/events/configure_get_updates_request_event.h |
diff --git a/components/sync/engine/events/configure_get_updates_request_event.h b/components/sync/engine_impl/events/configure_get_updates_request_event.h |
similarity index 83% |
rename from components/sync/engine/events/configure_get_updates_request_event.h |
rename to components/sync/engine_impl/events/configure_get_updates_request_event.h |
index d0044990ac6d784b5609876e8a2e298ac30cdd24..05fa0aa5a4c819e28fd4886dc08c5cb1487845a6 100644 |
--- a/components/sync/engine/events/configure_get_updates_request_event.h |
+++ b/components/sync/engine_impl/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 COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
-#define COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
#include <memory> |
#include <string> |
@@ -41,4 +41,4 @@ class ConfigureGetUpdatesRequestEvent : public ProtocolEvent { |
} // namespace syncer |
-#endif // COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_ |