| Index: third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
|
| index a58e63138dc825cccb37bd747aedeabb442372b0..28c0ae7e897bf1c0b63434ce0144fa1afb522350 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "modules/indexeddb/IDBIndex.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/modules/v8/ToV8ForModules.h"
|
| #include "bindings/modules/v8/V8BindingForModules.h"
|
| @@ -36,7 +37,6 @@
|
| #include "modules/indexeddb/IDBTracing.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
| #include "public/platform/modules/indexeddb/WebIDBKeyRange.h"
|
| -#include <memory>
|
|
|
| using blink::WebIDBCallbacks;
|
| using blink::WebIDBCursor;
|
|
|