| Index: components/sync/engine_impl/sync_manager_impl.h
|
| diff --git a/components/sync/core_impl/sync_manager_impl.h b/components/sync/engine_impl/sync_manager_impl.h
|
| similarity index 95%
|
| rename from components/sync/core_impl/sync_manager_impl.h
|
| rename to components/sync/engine_impl/sync_manager_impl.h
|
| index 4784138cce6acd222d3ba2a17f39d66d3983aefc..f7c761452cf34f41194496e90687478b1b46b73d 100644
|
| --- a/components/sync/core_impl/sync_manager_impl.h
|
| +++ b/components/sync/engine_impl/sync_manager_impl.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_CORE_IMPL_SYNC_MANAGER_IMPL_H_
|
| -#define COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_MANAGER_IMPL_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_MANAGER_IMPL_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -16,16 +16,16 @@
|
| #include "base/macros.h"
|
| #include "components/sync/base/cryptographer.h"
|
| #include "components/sync/base/time.h"
|
| -#include "components/sync/core/sync_manager.h"
|
| -#include "components/sync/core_impl/debug_info_event_listener.h"
|
| -#include "components/sync/core_impl/js_mutation_event_observer.h"
|
| -#include "components/sync/core_impl/js_sync_encryption_handler_observer.h"
|
| -#include "components/sync/core_impl/js_sync_manager_observer.h"
|
| -#include "components/sync/core_impl/protocol_event_buffer.h"
|
| -#include "components/sync/core_impl/sync_encryption_handler_impl.h"
|
| +#include "components/sync/engine/sync_manager.h"
|
| #include "components/sync/engine_impl/all_status.h"
|
| +#include "components/sync/engine_impl/debug_info_event_listener.h"
|
| +#include "components/sync/engine_impl/events/protocol_event_buffer.h"
|
| +#include "components/sync/engine_impl/js_mutation_event_observer.h"
|
| +#include "components/sync/engine_impl/js_sync_encryption_handler_observer.h"
|
| +#include "components/sync/engine_impl/js_sync_manager_observer.h"
|
| #include "components/sync/engine_impl/net/server_connection_manager.h"
|
| #include "components/sync/engine_impl/nudge_handler.h"
|
| +#include "components/sync/engine_impl/sync_encryption_handler_impl.h"
|
| #include "components/sync/engine_impl/sync_engine_event_listener.h"
|
| #include "components/sync/js/js_backend.h"
|
| #include "components/sync/syncable/change_reorder_buffer.h"
|
| @@ -340,4 +340,4 @@ class SyncManagerImpl
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_MANAGER_IMPL_H_
|
|
|