| Index: third_party/WebKit/Source/modules/storage/StorageArea.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageArea.h b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| index 65ef26cb6642607845380e7b49bc8d7eeba2adfd..92201fbf4dd9ae76f02416ea39d4f7735df1ba95 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageArea.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef StorageArea_h
|
| #define StorageArea_h
|
|
|
| +#include <memory>
|
| #include "core/frame/LocalFrame.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|