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

Unified Diff: components/sync/engine_impl/cycle/status_controller_unittest.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_unittest.cc
diff --git a/components/sync/sessions_impl/status_controller_unittest.cc b/components/sync/engine_impl/cycle/status_controller_unittest.cc
similarity index 93%
rename from components/sync/sessions_impl/status_controller_unittest.cc
rename to components/sync/engine_impl/cycle/status_controller_unittest.cc
index d1e610d9e657ab159ede60157cf7fc0a97cfc536..fbb48dc7e0837b4f16094fa466665e09b055faa5 100644
--- a/components/sync/sessions_impl/status_controller_unittest.cc
+++ b/components/sync/engine_impl/cycle/status_controller_unittest.cc
@@ -2,12 +2,11 @@
// 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/sync_session.h"
+#include "components/sync/engine_impl/cycle/sync_cycle.h"
#include "components/sync/test/engine/test_id_factory.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {
-namespace sessions {
class StatusControllerTest : public testing::Test {};
@@ -40,5 +39,4 @@ TEST_F(StatusControllerTest, TotalNumConflictingItems) {
EXPECT_EQ(6, status.TotalNumConflictingItems());
}
-} // namespace sessions
} // namespace syncer
« no previous file with comments | « components/sync/engine_impl/cycle/status_controller.cc ('k') | components/sync/engine_impl/cycle/sync_cycle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698