| Index: third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| index 93e64166ec232de3199e6dc88c60b5cc822ad594..f830bcf004b83e51d2baa13d6b985d36428e2701 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DevToolsHostFileSystem.h
|
| @@ -6,8 +6,8 @@
|
| #define DevToolsHostFileSystem_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|