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

Unified Diff: components/sync/android/model_type_helper.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/android/model_type_helper.cc
diff --git a/components/sync/android/model_type_helper.cc b/components/sync/android/model_type_helper.cc
index e3215a19757200354b69a5510ee7dd2dc769a4e5..46ca7e9c63de3da6fd18c982d8586766c9f44336 100644
--- a/components/sync/android/model_type_helper.cc
+++ b/components/sync/android/model_type_helper.cc
@@ -11,6 +11,9 @@
#include "components/sync/base/model_type.h"
#include "jni/ModelTypeHelper_jni.h"
+using base::android::JavaParamRef;
+using base::android::ScopedJavaLocalRef;
+
namespace syncer {
static ScopedJavaLocalRef<jstring> ModelTypeToNotificationType(

Powered by Google App Engine
This is Rietveld 408576698