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

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

Issue 1247853007: [Sync] Add auto-generated ModelType in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SYNC_EXPORT and rebase. Created 5 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: sync/test/fake_server/android/fake_server_helper_android.h
diff --git a/sync/test/fake_server/android/fake_server_helper_android.h b/sync/test/fake_server/android/fake_server_helper_android.h
index 98a628dedae2f46e35facc647227b187e58bb313..a0418ed730d75ab19d0ed1bcaf4b6034f06bcb00 100644
--- a/sync/test/fake_server/android/fake_server_helper_android.h
+++ b/sync/test/fake_server/android/fake_server_helper_android.h
@@ -38,7 +38,7 @@ class FakeServerHelperAndroid {
jobject obj,
jlong fake_server,
jlong count,
- jstring model_type_string,
+ jint model_type_int,
jstring name);
// Returns true iff |fake_server| has exactly one window of sessions with
@@ -53,7 +53,7 @@ class FakeServerHelperAndroid {
JNIEnv* env,
jobject obj,
jlong fake_server,
- jstring model_type_string);
+ jint model_type_int);
// Injects a UniqueClientEntity into |fake_server|.
void InjectUniqueClientEntity(JNIEnv* env,

Powered by Google App Engine
This is Rietveld 408576698