| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 7424a5b5bf9aafcc323a996645d6f8c891e15276..01653b009ee97e9d6fc9a956e93bd831b6159e00 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -124,7 +124,11 @@
|
| #include "content/browser/frame_host/popup_menu_helper_mac.h"
|
| #endif
|
|
|
| +#if defined(ENABLE_WEBVR)
|
| #include "device/vr/vr_service_impl.h" // nogncheck
|
| +#else
|
| +#include "device/vr/vr_service.mojom.h" // nogncheck
|
| +#endif
|
|
|
| using base::TimeDelta;
|
|
|
|
|