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

Unified Diff: components/sync/test/fake_server/android/fake_server_helper_android.h

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: components/sync/test/fake_server/android/fake_server_helper_android.h
diff --git a/components/sync/test/fake_server/android/fake_server_helper_android.h b/components/sync/test/fake_server/android/fake_server_helper_android.h
index 58cd7edf14b0765dabe010b79cb5159ec7b3729d..f5d6323acc920e2a8dde69a0a48face1ac4fd70c 100644
--- a/components/sync/test/fake_server/android/fake_server_helper_android.h
+++ b/components/sync/test/fake_server/android/fake_server_helper_android.h
@@ -144,7 +144,7 @@ class FakeServerHelperAndroid {
sync_pb::EntitySpecifics* entity_specifics);
// Creates a bookmark entity.
- std::unique_ptr<fake_server::FakeServerEntity> CreateBookmarkEntity(
+ std::unique_ptr<syncer::LoopbackServerEntity> CreateBookmarkEntity(
JNIEnv* env,
jstring title,
jstring url,

Powered by Google App Engine
This is Rietveld 408576698