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

Unified Diff: components/sync/sessions/model_neutral_state.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/sessions/model_neutral_state.h ('k') | components/sync/sessions/status_counters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/sessions/model_neutral_state.cc
diff --git a/sync/internal_api/public/sessions/model_neutral_state.cc b/components/sync/sessions/model_neutral_state.cc
similarity index 92%
rename from sync/internal_api/public/sessions/model_neutral_state.cc
rename to components/sync/sessions/model_neutral_state.cc
index 71b1591b2c1490f24d0c5c3f9d06ccccb1953f77..6b8f7d8f770e3117c578be58c236f2ca86362591 100644
--- a/sync/internal_api/public/sessions/model_neutral_state.cc
+++ b/components/sync/sessions/model_neutral_state.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/internal_api/public/sessions/model_neutral_state.h"
+#include "components/sync/sessions/model_neutral_state.h"
namespace syncer {
namespace sessions {
@@ -22,8 +22,7 @@ ModelNeutralState::ModelNeutralState()
last_get_key_result(UNSET),
last_download_updates_result(UNSET),
commit_result(UNSET),
- items_committed(false) {
-}
+ items_committed(false) {}
ModelNeutralState::ModelNeutralState(const ModelNeutralState& other) = default;
« no previous file with comments | « components/sync/sessions/model_neutral_state.h ('k') | components/sync/sessions/status_counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698