| Index: third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| index c6db8cb5c345f28a6c7cf8121ff4b0836775fb81..ee300e9cc06cd1f05557df6e2f937ba11031deaa 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
|
| @@ -27,8 +27,8 @@
|
| #define DOMWindowFileSystem_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 {
|
|
|
|
|