| Index: third_party/WebKit/Source/modules/filesystem/DirectoryEntry.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DirectoryEntry.h b/third_party/WebKit/Source/modules/filesystem/DirectoryEntry.h
|
| index 0d7a26287b37c227da8ed088695d1ed0d814c991..ffdc4a5f82983e056c73bd1524f2cc321f65ca1f 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DirectoryEntry.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DirectoryEntry.h
|
| @@ -34,7 +34,7 @@
|
| #include "modules/ModulesExport.h"
|
| #include "modules/filesystem/Entry.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|