| Index: components/sync/core_impl/debug_info_event_listener.h
|
| diff --git a/sync/internal_api/debug_info_event_listener.h b/components/sync/core_impl/debug_info_event_listener.h
|
| similarity index 85%
|
| rename from sync/internal_api/debug_info_event_listener.h
|
| rename to components/sync/core_impl/debug_info_event_listener.h
|
| index 63548f20f7e7caa460d0e7b6233e90eb8a9d7c03..88f46f5535fc33569639af400f50df23862be645 100644
|
| --- a/sync/internal_api/debug_info_event_listener.h
|
| +++ b/components/sync/core_impl/debug_info_event_listener.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 SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
| -#define SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
|
| +#define COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
|
|
|
| #include <deque>
|
| #include <string>
|
| @@ -12,16 +12,16 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/internal_api/public/data_type_debug_info_listener.h"
|
| -#include "sync/internal_api/public/sessions/sync_session_snapshot.h"
|
| -#include "sync/internal_api/public/sync_encryption_handler.h"
|
| -#include "sync/internal_api/public/sync_manager.h"
|
| -#include "sync/internal_api/public/util/weak_handle.h"
|
| -#include "sync/js/js_backend.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| -#include "sync/sessions/debug_info_getter.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/base/weak_handle.h"
|
| +#include "components/sync/core/data_type_debug_info_listener.h"
|
| +#include "components/sync/core/sync_encryption_handler.h"
|
| +#include "components/sync/core/sync_manager.h"
|
| +#include "components/sync/js/js_backend.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
| +#include "components/sync/sessions/sync_session_snapshot.h"
|
| +#include "components/sync/sessions_impl/debug_info_getter.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -119,4 +119,4 @@ class SYNC_EXPORT DebugInfoEventListener
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_DEBUG_INFO_EVENT_LISTENER_H_
|
| +#endif // COMPONENTS_SYNC_CORE_IMPL_DEBUG_INFO_EVENT_LISTENER_H_
|
|
|