Chromium Code Reviews| Index: components/sync/engine_impl/events/clear_server_data_request_event.h |
| diff --git a/components/sync/engine/events/clear_server_data_request_event.h b/components/sync/engine_impl/events/clear_server_data_request_event.h |
| similarity index 84% |
| rename from components/sync/engine/events/clear_server_data_request_event.h |
| rename to components/sync/engine_impl/events/clear_server_data_request_event.h |
| index fd2b2554e395ffba4829b3c533335c96e47cb174..5987a2e1bdaf880592a58ba0198264fcb66d001a 100644 |
| --- a/components/sync/engine/events/clear_server_data_request_event.h |
| +++ b/components/sync/engine_impl/events/clear_server_data_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_CLEAR_SERVER_DATA_REQUEST_EVENT_H_ |
| -#define COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_ |
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_ |
| +#define COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_ |
|
skym
2016/10/21 13:56:50
This is weird. The diff tool decides to highlight
maxbogue
2016/10/21 17:02:41
Strange; it doesn't for me >_>
|
| #include <memory> |
| #include <string> |
| @@ -41,4 +41,4 @@ class ClearServerDataRequestEvent : public ProtocolEvent { |
| } // namespace syncer |
| -#endif // COMPONENTS_SYNC_ENGINE_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_ |
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_EVENTS_CLEAR_SERVER_DATA_REQUEST_EVENT_H_ |