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

Unified Diff: chrome/browser/android/metrics/uma_utils.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/android/metrics/uma_utils.cc
diff --git a/chrome/browser/android/metrics/uma_utils.cc b/chrome/browser/android/metrics/uma_utils.cc
index ebf6c4bfa89c6b44a5b01fe82fd8eb3f9420d9fa..fe103181b93701cb14653282fb429161895a249c 100644
--- a/chrome/browser/android/metrics/uma_utils.cc
+++ b/chrome/browser/android/metrics/uma_utils.cc
@@ -10,6 +10,8 @@
#include "components/metrics/metrics_reporting_default_state.h"
#include "jni/UmaUtils_jni.h"
+using base::android::JavaParamRef;
+
class PrefService;
namespace chrome {
« no previous file with comments | « chrome/browser/android/metrics/uma_session_stats.cc ('k') | chrome/browser/android/metrics/variations_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698