| Index: components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
|
| diff --git a/components/sync/sessions_impl/directory_type_debug_info_emitter.cc b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
|
| similarity index 93%
|
| rename from components/sync/sessions_impl/directory_type_debug_info_emitter.cc
|
| rename to components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
|
| index 21201d06181aad545acea08a6f3c6a65e4669a41..d7b9b1a3064c609aed44e7181497de268c06dd3b 100644
|
| --- a/components/sync/sessions_impl/directory_type_debug_info_emitter.cc
|
| +++ b/components/sync/engine_impl/cycle/directory_type_debug_info_emitter.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync/sessions_impl/directory_type_debug_info_emitter.h"
|
| +#include "components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h"
|
|
|
| #include <stdint.h>
|
|
|
| #include <vector>
|
|
|
| -#include "components/sync/sessions/status_counters.h"
|
| -#include "components/sync/sessions/type_debug_info_observer.h"
|
| +#include "components/sync/engine/cycle/status_counters.h"
|
| +#include "components/sync/engine/cycle/type_debug_info_observer.h"
|
| #include "components/sync/syncable/entry.h"
|
| #include "components/sync/syncable/syncable_read_transaction.h"
|
|
|
|
|