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

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

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.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"

Powered by Google App Engine
This is Rietveld 408576698