| Index: third_party/WebKit/Source/modules/vr/NavigatorVR.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp b/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp
|
| index b1922b315a29b0ec156ce8eb2657d177efb028ab..2dc43c92d75faf1b2bc9bdf27387f3dd5a3b342a 100644
|
| --- a/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/NavigatorVR.cpp
|
| @@ -18,8 +18,8 @@
|
| #include "modules/vr/VRDisplay.h"
|
| #include "modules/vr/VRGetDevicesCallback.h"
|
| #include "modules/vr/VRPose.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|