| Index: third_party/WebKit/Source/modules/vr/VRController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRController.cpp b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| index 79c6a18a68902bc9a7011ccdf591179601f10e25..cbbcda197a500e91b0b30e70e76885cd6c169cc5 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| @@ -12,7 +12,7 @@
|
| #include "modules/vr/VRGetDevicesCallback.h"
|
| #include "public/platform/InterfaceProvider.h"
|
|
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|