| Index: third_party/WebKit/Source/web/LocalFileSystemClient.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFileSystemClient.h b/third_party/WebKit/Source/web/LocalFileSystemClient.h
|
| index b1029eb0455dad66bca327833695392289044fba..dc4ad2def5868b3fb05445255cc63c304c4e6b9a 100644
|
| --- a/third_party/WebKit/Source/web/LocalFileSystemClient.h
|
| +++ b/third_party/WebKit/Source/web/LocalFileSystemClient.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef LocalFileSystemClient_h
|
| #define LocalFileSystemClient_h
|
|
|
| -#include "modules/filesystem/FileSystemClient.h"
|
| -#include "wtf/Forward.h"
|
| #include <memory>
|
| +#include "modules/filesystem/FileSystemClient.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|