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

Unified Diff: components/sync/engine_impl/directory_commit_contribution_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/directory_commit_contribution_unittest.cc
diff --git a/components/sync/engine_impl/directory_commit_contribution_unittest.cc b/components/sync/engine_impl/directory_commit_contribution_unittest.cc
index 4b57b784d6e91bc2a575b2e4f0db6082ced5a2f3..68637264104c4ba0552bf7391b7a2982e4325918 100644
--- a/components/sync/engine_impl/directory_commit_contribution_unittest.cc
+++ b/components/sync/engine_impl/directory_commit_contribution_unittest.cc
@@ -11,7 +11,7 @@
#include "base/message_loop/message_loop.h"
#include "components/sync/base/attachment_id_proto.h"
-#include "components/sync/sessions_impl/status_controller.h"
+#include "components/sync/engine_impl/cycle/status_controller.h"
#include "components/sync/syncable/entry.h"
#include "components/sync/syncable/mutable_entry.h"
#include "components/sync/syncable/syncable_read_transaction.h"
@@ -391,7 +391,7 @@ TEST_F(DirectoryCommitContributionTest, ProcessCommitResponse) {
CreateSuccessfulCommitResponse(entity, entry_response);
}
- sessions::StatusController status;
+ StatusController status;
// Process these in reverse order. Just because we can.
ext_cc->ProcessCommitResponse(response, &status);
@@ -478,7 +478,7 @@ TEST_F(DirectoryCommitContributionTest, ProcessCommitResponseWithAttachments) {
CreateSuccessfulCommitResponse(entity, entry_response);
}
- sessions::StatusController status;
+ StatusController status;
art_cc->ProcessCommitResponse(response, &status);
{
syncable::ReadTransaction trans(FROM_HERE, dir());

Powered by Google App Engine
This is Rietveld 408576698