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

Unified Diff: components/sync/engine/cycle/model_neutral_state.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
« no previous file with comments | « components/sync/engine/cycle/model_neutral_state.h ('k') | components/sync/engine/cycle/status_counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/cycle/model_neutral_state.cc
diff --git a/components/sync/sessions/model_neutral_state.cc b/components/sync/engine/cycle/model_neutral_state.cc
similarity index 92%
rename from components/sync/sessions/model_neutral_state.cc
rename to components/sync/engine/cycle/model_neutral_state.cc
index 6b8f7d8f770e3117c578be58c236f2ca86362591..0c788aa44f4307d3012b911b4b373b4a8a15155c 100644
--- a/components/sync/sessions/model_neutral_state.cc
+++ b/components/sync/engine/cycle/model_neutral_state.cc
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/sync/sessions/model_neutral_state.h"
+#include "components/sync/engine/cycle/model_neutral_state.h"
namespace syncer {
-namespace sessions {
ModelNeutralState::ModelNeutralState()
: num_successful_commits(0),
@@ -36,5 +35,4 @@ bool HasSyncerError(const ModelNeutralState& state) {
return get_key_error || download_updates_error || commit_error;
}
-} // namespace sessions
} // namespace syncer
« no previous file with comments | « components/sync/engine/cycle/model_neutral_state.h ('k') | components/sync/engine/cycle/status_counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698