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

Unified Diff: chrome/browser/sync/test/integration/single_client_user_events_sync_test.cc

Issue 2969643002: Reland - Replace FakeServer's implementation with LoopbackServer invocations. (Closed)
Patch Set: Rebased on master. Created 3 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: chrome/browser/sync/test/integration/single_client_user_events_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_user_events_sync_test.cc b/chrome/browser/sync/test/integration/single_client_user_events_sync_test.cc
index d5f69296ccb2f3fc980f2f0db841d91089b5710b..809f704a2d00e582e99a2e3e51dffd19f0379999 100644
--- a/chrome/browser/sync/test/integration/single_client_user_events_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_user_events_sync_test.cc
@@ -30,14 +30,14 @@ UserEventSpecifics CreateEvent(int minutes_ago) {
CommitResponse::ResponseType BounceType(
CommitResponse::ResponseType type,
- const fake_server::FakeServerEntity& entity) {
+ const syncer::LoopbackServerEntity& entity) {
return type;
}
CommitResponse::ResponseType TransientErrorFirst(
bool* first,
UserEventSpecifics* retry_specifics,
- const fake_server::FakeServerEntity& entity) {
+ const syncer::LoopbackServerEntity& entity) {
if (*first) {
*first = false;
SyncEntity sync_entity;

Powered by Google App Engine
This is Rietveld 408576698