| Index: components/sync/engine_impl/sync_engine_event_listener.h
|
| diff --git a/sync/engine/sync_engine_event_listener.h b/components/sync/engine_impl/sync_engine_event_listener.h
|
| similarity index 82%
|
| rename from sync/engine/sync_engine_event_listener.h
|
| rename to components/sync/engine_impl/sync_engine_event_listener.h
|
| index 01a614a887a24c61851d21967439d7fb94e4b931..1f33efcd5d2adac2f889ac3a53909eac458ec5dc 100644
|
| --- a/sync/engine/sync_engine_event_listener.h
|
| +++ b/components/sync/engine_impl/sync_engine_event_listener.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_ENGINE_SYNC_ENGINE_EVENT_LISTENER_H_
|
| -#define SYNC_ENGINE_SYNC_ENGINE_EVENT_LISTENER_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENGINE_IMPL_EVENT_LISTENER_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENGINE_IMPL_EVENT_LISTENER_H_
|
|
|
| #include "base/time/time.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -46,4 +46,4 @@ class SYNC_EXPORT SyncEngineEventListener {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_ENGINE_SYNC_ENGINE_EVENT_LISTENER_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_ENGINE_IMPL_EVENT_LISTENER_H_
|
|
|