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

Unified Diff: content/browser/android/background_sync_network_observer_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/android/background_sync_network_observer_android.cc
diff --git a/content/browser/android/background_sync_network_observer_android.cc b/content/browser/android/background_sync_network_observer_android.cc
index 05d46ecdfd742f22d5ce2da4033dfe740063bd7c..e87d1fdf7c5ceb70afa31e8069c3b5496d43b0ec 100644
--- a/content/browser/android/background_sync_network_observer_android.cc
+++ b/content/browser/android/background_sync_network_observer_android.cc
@@ -7,6 +7,8 @@
#include "base/android/context_utils.h"
#include "jni/BackgroundSyncNetworkObserver_jni.h"
+using base::android::JavaParamRef;
+
namespace content {
// static

Powered by Google App Engine
This is Rietveld 408576698