Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698