| Index: third_party/WebKit/Source/core/page/PointerLockController.h
|
| diff --git a/third_party/WebKit/Source/core/page/PointerLockController.h b/third_party/WebKit/Source/core/page/PointerLockController.h
|
| index 65c6a815411ff1b3f1f01d95d505e43e3d20e449..52abd668d920140db3a2a1b647e3356151f6dba1 100644
|
| --- a/third_party/WebKit/Source/core/page/PointerLockController.h
|
| +++ b/third_party/WebKit/Source/core/page/PointerLockController.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|