summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorStorageAgent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorStorageAgent.cpp')
-rw-r--r--WebCore/inspector/InspectorStorageAgent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/inspector/InspectorStorageAgent.cpp b/WebCore/inspector/InspectorStorageAgent.cpp
index 66d3372..1f565fa 100644
--- a/WebCore/inspector/InspectorStorageAgent.cpp
+++ b/WebCore/inspector/InspectorStorageAgent.cpp
@@ -34,6 +34,7 @@
#include "Database.h"
#include "ExceptionCode.h"
+#include "InspectorFrontend.h"
#include "InspectorValues.h"
#include "SQLError.h"
#include "SQLStatementCallback.h"
@@ -43,7 +44,6 @@
#include "SQLTransactionCallback.h"
#include "SQLTransactionErrorCallback.h"
#include "SQLValue.h"
-#include "RemoteInspectorFrontend.h"
#include "VoidCallback.h"
#include <wtf/Vector.h>
@@ -200,7 +200,7 @@ private:
} // namespace
-InspectorStorageAgent::InspectorStorageAgent(RemoteInspectorFrontend* frontend)
+InspectorStorageAgent::InspectorStorageAgent(InspectorFrontend* frontend)
: m_frontend(frontend)
{
}