| Index: third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp b/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp
|
| index 484478c95ebe93b776b2d69e63105cf9547b51ec..d231522f1111e56a596b34c6393cbe795bfc2d04 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp
|
| @@ -28,8 +28,9 @@
|
|
|
| #include "modules/indexeddb/WebIDBCallbacksImpl.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/DOMException.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| +#include "core/probe/CoreProbes.h"
|
| #include "modules/IndexedDBNames.h"
|
| #include "modules/indexeddb/IDBMetadata.h"
|
| #include "modules/indexeddb/IDBRequest.h"
|
| @@ -41,7 +42,6 @@
|
| #include "public/platform/modules/indexeddb/WebIDBKey.h"
|
| #include "public/platform/modules/indexeddb/WebIDBValue.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| using blink::WebIDBCursor;
|
| using blink::WebIDBDatabase;
|
|
|