| Index: device/vr/android/gvr/gvr_gamepad_data_fetcher.h
|
| diff --git a/device/vr/android/gvr/gvr_gamepad_data_fetcher.h b/device/vr/android/gvr/gvr_gamepad_data_fetcher.h
|
| index 65e0d1f668563fd6a3204950926006517f05cba2..5b105c4238a1e05112aa2aeebf59d95ff614c058 100644
|
| --- a/device/vr/android/gvr/gvr_gamepad_data_fetcher.h
|
| +++ b/device/vr/android/gvr/gvr_gamepad_data_fetcher.h
|
| @@ -8,8 +8,8 @@
|
| #include <string>
|
|
|
| #include "device/gamepad/gamepad_data_fetcher.h"
|
| -#include "third_party/gvr-android-sdk/src/ndk/include/vr/gvr/capi/include/gvr_controller.h"
|
| -#include "third_party/gvr-android-sdk/src/ndk/include/vr/gvr/capi/include/gvr_types.h"
|
| +#include "third_party/gvr-android-sdk/src/libraries/headers/vr/gvr/capi/include/gvr_controller.h"
|
| +#include "third_party/gvr-android-sdk/src/libraries/headers/vr/gvr/capi/include/gvr_types.h"
|
|
|
| namespace device {
|
|
|
|
|