| Index: third_party/WebKit/Source/modules/webdatabase/ChangeVersionWrapper.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/ChangeVersionWrapper.h b/third_party/WebKit/Source/modules/webdatabase/ChangeVersionWrapper.h
|
| index 350c93a4644e5bc6c7cc137da0c38fe0577f6957..32ff405347cff685052068ee19760ddd96719d3c 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/ChangeVersionWrapper.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/ChangeVersionWrapper.h
|
| @@ -28,10 +28,10 @@
|
| #ifndef ChangeVersionWrapper_h
|
| #define ChangeVersionWrapper_h
|
|
|
| +#include <memory>
|
| #include "modules/webdatabase/SQLTransactionBackend.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|