| Index: third_party/WebKit/Source/modules/filesystem/Entry.cpp
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/Entry.cpp b/third_party/WebKit/Source/modules/filesystem/Entry.cpp
|
| index 5813ab7f1f7ecb2b7126d4e1022d33c8c9211023..7201b219be61404ce8f2ba7750aba5c1da117225 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/Entry.cpp
|
| +++ b/third_party/WebKit/Source/modules/filesystem/Entry.cpp
|
| @@ -39,7 +39,7 @@
|
| #include "modules/filesystem/FileSystemCallbacks.h"
|
| #include "modules/filesystem/MetadataCallback.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|