| Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
 | 
| index 75b08ef5ff51ec5edcb826925079b6c9f00e64b8..61b8d4d7be6a752e3a7f8619f54d40684d17799e 100644
 | 
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
 | 
| @@ -28,6 +28,7 @@
 | 
|  
 | 
|  #include "modules/indexeddb/IDBRequest.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
|  #include "bindings/modules/v8/ToV8ForModules.h"
 | 
|  #include "bindings/modules/v8/V8BindingForModules.h"
 | 
| @@ -44,7 +45,6 @@
 | 
|  #include "modules/indexeddb/WebIDBCallbacksImpl.h"
 | 
|  #include "platform/SharedBuffer.h"
 | 
|  #include "public/platform/WebBlobInfo.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  using blink::WebIDBCursor;
 | 
|  
 | 
| 
 |