| Index: third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.h b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| index 457f8b700f6ff11800812fcbdbe431eabd56715c..25f30e8ba435608a7d400997046c8eb7df50bf2a 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -14,9 +14,9 @@
|
| #include "mojo/public/cpp/bindings/binding.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebGraphicsContext3DProvider.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
|
|