| Index: components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h
|
| diff --git a/components/sync/sessions_impl/directory_type_debug_info_emitter.h b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h
|
| similarity index 89%
|
| rename from components/sync/sessions_impl/directory_type_debug_info_emitter.h
|
| rename to components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h
|
| index 636d927a97393d63776ea25d632d6f03642d9df4..5fc8ae897a6e4f2f33705cad03499d9877dac021 100644
|
| --- a/components/sync/sessions_impl/directory_type_debug_info_emitter.h
|
| +++ b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_SYNC_SESSIONS_IMPL_DIRECTORY_TYPE_DEBUG_INFO_EMITTER_H_
|
| -#define COMPONENTS_SYNC_SESSIONS_IMPL_DIRECTORY_TYPE_DEBUG_INFO_EMITTER_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_DIRECTORY_TYPE_DEBUG_INFO_EMITTER_H_
|
| +#define COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_DIRECTORY_TYPE_DEBUG_INFO_EMITTER_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| #include "base/values.h"
|
| -#include "components/sync/sessions/commit_counters.h"
|
| -#include "components/sync/sessions/update_counters.h"
|
| +#include "components/sync/engine/cycle/commit_counters.h"
|
| +#include "components/sync/engine/cycle/update_counters.h"
|
| #include "components/sync/syncable/directory.h"
|
|
|
| namespace syncer {
|
| @@ -95,4 +95,4 @@ class DirectoryTypeDebugInfoEmitter {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_SESSIONS_IMPL_DIRECTORY_TYPE_DEBUG_INFO_EMITTER_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_DIRECTORY_TYPE_DEBUG_INFO_EMITTER_H_
|
|
|