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

Unified Diff: components/sync/sessions_impl/status_controller.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
Index: components/sync/sessions_impl/status_controller.cc
diff --git a/sync/sessions/status_controller.cc b/components/sync/sessions_impl/status_controller.cc
similarity index 94%
rename from sync/sessions/status_controller.cc
rename to components/sync/sessions_impl/status_controller.cc
index 4f9e14110aca9d1e5c5d79dacb9d367a2f260386..bfb1b2b5a7695cbdbdbb31f166951d8978d4b9da 100644
--- a/sync/sessions/status_controller.cc
+++ b/components/sync/sessions_impl/status_controller.cc
@@ -2,18 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/sessions/status_controller.h"
+#include "components/sync/sessions_impl/status_controller.h"
#include <vector>
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/protocol/sync_protocol_error.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/protocol/sync_protocol_error.h"
namespace syncer {
namespace sessions {
-StatusController::StatusController() {
-}
+StatusController::StatusController() {}
StatusController::~StatusController() {}
« no previous file with comments | « components/sync/sessions_impl/status_controller.h ('k') | components/sync/sessions_impl/status_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698