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

Unified Diff: content/browser/vr/android/cardboard/cardboard_vr_device.cc

Issue 1475773002: Add context_utils.h includes where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/vr/android/cardboard/cardboard_vr_device.cc
diff --git a/content/browser/vr/android/cardboard/cardboard_vr_device.cc b/content/browser/vr/android/cardboard/cardboard_vr_device.cc
index 378a85501f385d6ee56d74ef507778cd6b927bdb..620eb70b329eb986e7f8da3f45354276befe2881 100644
--- a/content/browser/vr/android/cardboard/cardboard_vr_device.cc
+++ b/content/browser/vr/android/cardboard/cardboard_vr_device.cc
@@ -7,6 +7,7 @@
#include <math.h>
#include <algorithm>
+#include "base/android/context_utils.h"
#include "base/android/jni_android.h"
#include "base/android/jni_array.h"
#include "base/android/jni_string.h"
« no previous file with comments | « content/browser/time_zone_monitor_android.cc ('k') | content/shell/browser/layout_test/layout_test_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698