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

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

Issue 2209993003: Add missing using statements for JNI types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/test/fake_server/android/fake_server_helper_android.cc
diff --git a/components/sync/test/fake_server/android/fake_server_helper_android.cc b/components/sync/test/fake_server/android/fake_server_helper_android.cc
index 75801f551fe6bb5bb0f1af4a77834017e94ee99e..1f4491abb59bec4e7de3de2de265a8f4c607ffd2 100644
--- a/components/sync/test/fake_server/android/fake_server_helper_android.cc
+++ b/components/sync/test/fake_server/android/fake_server_helper_android.cc
@@ -28,6 +28,8 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
+using base::android::JavaParamRef;
+
FakeServerHelperAndroid::FakeServerHelperAndroid(JNIEnv* env, jobject obj) {}
FakeServerHelperAndroid::~FakeServerHelperAndroid() {}
« no previous file with comments | « components/sync/android/model_type_helper.cc ('k') | components/variations/android/variations_associated_data_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698