| Index: third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| index b4f6cbbb6e3a0131f88bcac2445dc255973eac91..3f3c108008c46869265de92a0f6647c7d648b791 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "modules/indexeddb/IDBOpenDBRequest.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/Nullable.h"
|
| #include "core/dom/DOMException.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -33,7 +34,6 @@
|
| #include "modules/indexeddb/IDBDatabaseCallbacks.h"
|
| #include "modules/indexeddb/IDBTracing.h"
|
| #include "modules/indexeddb/IDBVersionChangeEvent.h"
|
| -#include <memory>
|
|
|
| using blink::WebIDBDatabase;
|
|
|
|
|