Index: components/sync/sessions_impl/directory_type_debug_info_emitter.cc |
diff --git a/sync/sessions/directory_type_debug_info_emitter.cc b/components/sync/sessions_impl/directory_type_debug_info_emitter.cc |
similarity index 88% |
rename from sync/sessions/directory_type_debug_info_emitter.cc |
rename to components/sync/sessions_impl/directory_type_debug_info_emitter.cc |
index 2c368dc79a3b1eaa022309c9202d2978c7f0c539..21201d06181aad545acea08a6f3c6a65e4669a41 100644 |
--- a/sync/sessions/directory_type_debug_info_emitter.cc |
+++ b/components/sync/sessions_impl/directory_type_debug_info_emitter.cc |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sync/sessions/directory_type_debug_info_emitter.h" |
+#include "components/sync/sessions_impl/directory_type_debug_info_emitter.h" |
#include <stdint.h> |
#include <vector> |
-#include "sync/internal_api/public/sessions/status_counters.h" |
-#include "sync/internal_api/public/sessions/type_debug_info_observer.h" |
-#include "sync/syncable/entry.h" |
-#include "sync/syncable/syncable_read_transaction.h" |
+#include "components/sync/sessions/status_counters.h" |
+#include "components/sync/sessions/type_debug_info_observer.h" |
+#include "components/sync/syncable/entry.h" |
+#include "components/sync/syncable/syncable_read_transaction.h" |
namespace syncer { |
@@ -21,14 +21,12 @@ DirectoryTypeDebugInfoEmitter::DirectoryTypeDebugInfoEmitter( |
base::ObserverList<TypeDebugInfoObserver>* observers) |
: directory_(directory), |
type_(type), |
- type_debug_info_observers_(observers) { |
-} |
+ type_debug_info_observers_(observers) {} |
DirectoryTypeDebugInfoEmitter::DirectoryTypeDebugInfoEmitter( |
ModelType type, |
base::ObserverList<TypeDebugInfoObserver>* observers) |
- : directory_(NULL), type_(type), type_debug_info_observers_(observers) { |
-} |
+ : directory_(NULL), type_(type), type_debug_info_observers_(observers) {} |
DirectoryTypeDebugInfoEmitter::~DirectoryTypeDebugInfoEmitter() {} |