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

Unified Diff: device/vr/android/gvr/gvr_device_provider.cc

Issue 2847523002: Android: Remove GetApplicationContext part 4 (Closed)
Patch Set: fix cronet Created 3 years, 7 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: device/vr/android/gvr/gvr_device_provider.cc
diff --git a/device/vr/android/gvr/gvr_device_provider.cc b/device/vr/android/gvr/gvr_device_provider.cc
index 99550786864a9bed6bf570f9d9578fbc41281770..2facb03087908728b9f3fad3f41711ea51eb606b 100644
--- a/device/vr/android/gvr/gvr_device_provider.cc
+++ b/device/vr/android/gvr/gvr_device_provider.cc
@@ -4,6 +4,11 @@
#include "device/vr/android/gvr/gvr_device_provider.h"
+#include <jni.h>
mthiesse 2017/05/04 14:30:07 This looks unintentional, did you mean to add thes
Peter Wen 2017/05/04 14:36:10 Thanks, not sure how these got here.
agrieve 2017/05/04 15:55:50 Are these really newly required?
Peter Wen 2017/05/04 17:39:26 Removed.
+
+#include "base/android/jni_android.h"
+#include "base/android/jni_utils.h"
+#include "base/android/scoped_java_ref.h"
#include "device/vr/android/gvr/gvr_delegate_provider.h"
#include "device/vr/android/gvr/gvr_device.h"
#include "device/vr/vr_device.h"

Powered by Google App Engine
This is Rietveld 408576698