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

Unified Diff: components/sync/engine_impl/cycle/status_controller.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_impl/cycle/status_controller.cc
diff --git a/components/sync/sessions_impl/status_controller.cc b/components/sync/engine_impl/cycle/status_controller.cc
similarity index 97%
rename from components/sync/sessions_impl/status_controller.cc
rename to components/sync/engine_impl/cycle/status_controller.cc
index bfb1b2b5a7695cbdbdbb31f166951d8978d4b9da..6501e72942ef40951246df9d3f8a55bf90acd7dd 100644
--- a/components/sync/sessions_impl/status_controller.cc
+++ b/components/sync/engine_impl/cycle/status_controller.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_impl/status_controller.h"
+#include "components/sync/engine_impl/cycle/status_controller.h"
#include <vector>
@@ -10,7 +10,6 @@
#include "components/sync/protocol/sync_protocol_error.h"
namespace syncer {
-namespace sessions {
StatusController::StatusController() {}
@@ -139,5 +138,4 @@ int StatusController::TotalNumConflictingItems() const {
return sum;
}
-} // namespace sessions
} // namespace syncer
« no previous file with comments | « components/sync/engine_impl/cycle/status_controller.h ('k') | components/sync/engine_impl/cycle/status_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698