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

Unified Diff: content/browser/time_zone_monitor_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: content/browser/time_zone_monitor_android.cc
diff --git a/content/browser/time_zone_monitor_android.cc b/content/browser/time_zone_monitor_android.cc
index b2239913e4cacaf3a33e1f62b9af151da484765b..1207a8ed44a172c5ec0ef07a29d91adcb63a679e 100644
--- a/content/browser/time_zone_monitor_android.cc
+++ b/content/browser/time_zone_monitor_android.cc
@@ -8,6 +8,8 @@
#include "base/android/jni_android.h"
#include "jni/TimeZoneMonitor_jni.h"
+using base::android::JavaParamRef;
+
namespace content {
TimeZoneMonitorAndroid::TimeZoneMonitorAndroid() : TimeZoneMonitor() {
« no previous file with comments | « content/browser/speech/speech_recognizer_impl_android.cc ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698