| Index: Source/core/inspector/InspectorDatabaseAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorDatabaseAgent.cpp b/Source/core/inspector/InspectorDatabaseAgent.cpp
|
| index 2fbc6197532d9f700c8dcaa0327ee80455e85ac9..2b3ad2583587d8ef50a0faa559e841948959c985 100644
|
| --- a/Source/core/inspector/InspectorDatabaseAgent.cpp
|
| +++ b/Source/core/inspector/InspectorDatabaseAgent.cpp
|
| @@ -27,7 +27,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/inspector/InspectorDatabaseAgent.h"
|
|
|
| #include "InspectorFrontend.h"
|
| @@ -50,8 +49,7 @@
|
| #include "modules/webdatabase/SQLTransaction.h"
|
| #include "modules/webdatabase/SQLTransactionCallback.h"
|
| #include "modules/webdatabase/SQLTransactionErrorCallback.h"
|
| -
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Vector.h"
|
|
|
| typedef WebCore::InspectorBackendDispatcher::DatabaseCommandHandler::ExecuteSQLCallback ExecuteSQLCallback;
|
|
|
|
|