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

Unified Diff: components/sync/engine/cycle/commit_counters.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/commit_counters.h ('k') | components/sync/engine/cycle/model_neutral_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/cycle/commit_counters.cc
diff --git a/components/sync/sessions/commit_counters.cc b/components/sync/engine/cycle/commit_counters.cc
similarity index 95%
rename from components/sync/sessions/commit_counters.cc
rename to components/sync/engine/cycle/commit_counters.cc
index e54723d2cdceca0bd8f552acf1d3c39db9e59849..95d03281170b7121aa2c894ca884c352bf5b31e8 100644
--- a/components/sync/sessions/commit_counters.cc
+++ b/components/sync/engine/cycle/commit_counters.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 "components/sync/sessions/commit_counters.h"
+#include "components/sync/engine/cycle/commit_counters.h"
#include "base/json/json_string_value_serializer.h"
#include "base/values.h"
« no previous file with comments | « components/sync/engine/cycle/commit_counters.h ('k') | components/sync/engine/cycle/model_neutral_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698