| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
|
| index 1ba605cdc3d49c0a3b645efa9eb1bab8907a1677..3c9e699a9bf55d625b62cb088feb619dbe08ad2c 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
|
| @@ -39,7 +39,7 @@
|
| #include "modules/indexeddb/IDBObjectStore.h"
|
| #include "modules/indexeddb/IDBOpenDBRequest.h"
|
| #include "modules/indexeddb/IDBTracing.h"
|
| -#include "wtf/PtrUtil.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| #include <memory>
|
|
|
|
|