| Index: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| index 34fa9e9036c6170ffb116067425c89ac9d6d31f6..59caca34dd71a00600ca05141194980ac05a91ba 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
|
| @@ -54,6 +54,9 @@ typedef blink::protocol::Database::Backend::ExecuteSQLCallback
|
|
|
| namespace blink {
|
|
|
| +using protocol::Maybe;
|
| +using protocol::Response;
|
| +
|
| namespace DatabaseAgentState {
|
| static const char databaseAgentEnabled[] = "databaseAgentEnabled";
|
| };
|
|
|