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() {} |