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

Unified Diff: chrome/browser/android/webapk/manifest_upgrade_detector.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/webapk/manifest_upgrade_detector.cc
diff --git a/chrome/browser/android/webapk/manifest_upgrade_detector.cc b/chrome/browser/android/webapk/manifest_upgrade_detector.cc
index 58a3a86a2b678df53f17726b5d43d4bf9dc535bb..ce85d879b28c8a57167060f3c0241e9d45eef801 100644
--- a/chrome/browser/android/webapk/manifest_upgrade_detector.cc
+++ b/chrome/browser/android/webapk/manifest_upgrade_detector.cc
@@ -14,6 +14,9 @@
#include "jni/ManifestUpgradeDetector_jni.h"
#include "url/gurl.h"
+using base::android::JavaParamRef;
+using base::android::ScopedJavaLocalRef;
+
namespace {
// Returns whether the given |url| is within the scope of the |scope| url.
« no previous file with comments | « chrome/browser/android/web_contents_factory.cc ('k') | chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698