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

Unified Diff: components/sync/engine/cycle/update_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
Index: components/sync/engine/cycle/update_counters.cc
diff --git a/components/sync/sessions/update_counters.cc b/components/sync/engine/cycle/update_counters.cc
similarity index 96%
rename from components/sync/sessions/update_counters.cc
rename to components/sync/engine/cycle/update_counters.cc
index a63c2c1fbb65d5d01ce946c76c6b6bb98e31ea9f..3cdb48d7807d7fed62351bfa57a433ff276ae3e9 100644
--- a/components/sync/sessions/update_counters.cc
+++ b/components/sync/engine/cycle/update_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/update_counters.h"
+#include "components/sync/engine/cycle/update_counters.h"
#include "base/json/json_string_value_serializer.h"
#include "base/values.h"
« no previous file with comments | « components/sync/engine/cycle/update_counters.h ('k') | components/sync/engine/events/normal_get_updates_request_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698