| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| index e8f36f1e74e6da4ffd7c5b5dc63714d1fa02ef8f..163c252245c91bb773cc1f05d5d0dacb64358cdc 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.h
|
| @@ -28,11 +28,11 @@
|
| #ifndef DatabaseThread_h
|
| #define DatabaseThread_h
|
|
|
| +#include <memory>
|
| #include "platform/WebThreadSupportingGC.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|