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

Unified Diff: chrome/browser/speech/tts_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: chrome/browser/speech/tts_android.cc
diff --git a/chrome/browser/speech/tts_android.cc b/chrome/browser/speech/tts_android.cc
index 3d228315c6e5a2f24b081d42a823f0fcd56281bf..18a4e1bed91d4f9e0ddf3042f0299d8fbe01e685 100644
--- a/chrome/browser/speech/tts_android.cc
+++ b/chrome/browser/speech/tts_android.cc
@@ -15,6 +15,7 @@
#include "jni/TtsPlatformImpl_jni.h"
using base::android::AttachCurrentThread;
+using base::android::JavaParamRef;
// static
TtsPlatformImpl* TtsPlatformImpl::GetInstance() {

Powered by Google App Engine
This is Rietveld 408576698