| Index: third_party/WebKit/Source/modules/storage/StorageNamespace.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/StorageNamespace.h b/third_party/WebKit/Source/modules/storage/StorageNamespace.h
|
| index 469e40617c54b6005015b2532c89261f44a627b3..04cae234a18b5149b26364a7f1c328b8ce6e0a51 100644
|
| --- a/third_party/WebKit/Source/modules/storage/StorageNamespace.h
|
| +++ b/third_party/WebKit/Source/modules/storage/StorageNamespace.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef StorageNamespace_h
|
| #define StorageNamespace_h
|
|
|
| +#include <memory>
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|