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

Unified Diff: mojo/android/system/core_impl.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
« no previous file with comments | « mojo/android/system/base_run_loop.cc ('k') | net/android/cert_verify_result_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/android/system/core_impl.cc
diff --git a/mojo/android/system/core_impl.cc b/mojo/android/system/core_impl.cc
index 526c05032a8eba8d94056ba29693bd236560591c..1d884feb70efa3fb19fbd88259ccf27589c99a45 100644
--- a/mojo/android/system/core_impl.cc
+++ b/mojo/android/system/core_impl.cc
@@ -22,6 +22,9 @@
#include "mojo/message_pump/handle_watcher.h"
#include "mojo/public/c/system/core.h"
+using base::android::JavaParamRef;
+using base::android::ScopedJavaLocalRef;
+
namespace {
using MojoAsyncWaitID = uintptr_t;
« no previous file with comments | « mojo/android/system/base_run_loop.cc ('k') | net/android/cert_verify_result_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698