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

Unified Diff: components/sync/engine_impl/cycle/data_type_tracker.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/data_type_tracker.h
diff --git a/components/sync/sessions_impl/data_type_tracker.h b/components/sync/engine_impl/cycle/data_type_tracker.h
similarity index 95%
rename from components/sync/sessions_impl/data_type_tracker.h
rename to components/sync/engine_impl/cycle/data_type_tracker.h
index 88a7ab2c1f07ebfa8e69e7ff0dc1177fb4de5c33..9afd434a482e654302d9ff6f9423231d0ea9a89f 100644
--- a/components/sync/sessions_impl/data_type_tracker.h
+++ b/components/sync/engine_impl/cycle/data_type_tracker.h
@@ -2,8 +2,8 @@
// 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_DATA_TYPE_TRACKER_H_
-#define COMPONENTS_SYNC_SESSIONS_IMPL_DATA_TYPE_TRACKER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_DATA_TYPE_TRACKER_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_DATA_TYPE_TRACKER_H_
#include <stddef.h>
@@ -21,8 +21,6 @@ namespace syncer {
class InvalidationInterface;
-namespace sessions {
-
// A class to track the per-type scheduling data.
class DataTypeTracker {
public:
@@ -149,7 +147,6 @@ class DataTypeTracker {
DISALLOW_COPY_AND_ASSIGN(DataTypeTracker);
};
-} // namespace sessions
} // namespace syncer
-#endif // COMPONENTS_SYNC_SESSIONS_IMPL_DATA_TYPE_TRACKER_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_DATA_TYPE_TRACKER_H_
« no previous file with comments | « components/sync/engine_impl/conflict_resolver.cc ('k') | components/sync/engine_impl/cycle/data_type_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698