| Index: components/sync/engine_impl/events/clear_server_data_response_event.h
|
| diff --git a/components/sync/engine/events/clear_server_data_response_event.h b/components/sync/engine_impl/events/clear_server_data_response_event.h
|
| similarity index 85%
|
| rename from components/sync/engine/events/clear_server_data_response_event.h
|
| rename to components/sync/engine_impl/events/clear_server_data_response_event.h
|
| index 5844c8515083cce045fed5806f1aeb8d8ea4ca4d..1a9bff33cdf5ceb666694a95d30a3b3f8c7dd6c2 100644
|
| --- a/components/sync/engine/events/clear_server_data_response_event.h
|
| +++ b/components/sync/engine_impl/events/clear_server_data_response_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_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
|
| -#define COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -44,4 +44,4 @@ class ClearServerDataResponseEvent : public ProtocolEvent {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_RESPONSE_EVENT_H_
|
|
|