| 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 088ff5b857f354b73ece4f0db0baf0aa7ee2fca1..40a5d3e6751326eb14618f01c381afa2cbd4259d 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;
|
|
|
|
|