| Index: third_party/WebKit/Source/modules/filesystem/FileSystemClient.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/FileSystemClient.h b/third_party/WebKit/Source/modules/filesystem/FileSystemClient.h
|
| index 5705ea58485ae7fa846fde44297e430ae8217d0e..7c2b78bc73f171ff896eed37c06357745857cbcc 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/FileSystemClient.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/FileSystemClient.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef FileSystemClient_h
|
| #define FileSystemClient_h
|
|
|
| +#include <memory>
|
| #include "modules/ModulesExport.h"
|
| #include "platform/FileSystemType.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|