| Index: third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| index 39ada99abb8fc28c5910d320fb7971e8d339c666..7bc66a96a305bfe698d35313b8479893238b9cab 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
|
| @@ -68,6 +68,8 @@ using blink::protocol::IndexedDB::KeyPath;
|
| using blink::protocol::IndexedDB::KeyRange;
|
| using blink::protocol::IndexedDB::ObjectStore;
|
| using blink::protocol::IndexedDB::ObjectStoreIndex;
|
| +using blink::protocol::Maybe;
|
| +using blink::protocol::Response;
|
|
|
| typedef blink::protocol::IndexedDB::Backend::RequestDatabaseNamesCallback
|
| RequestDatabaseNamesCallback;
|
|
|