summaryrefslogtreecommitdiff
path: root/src/mbgl/storage/http_context_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/storage/http_context_base.hpp')
-rw-r--r--src/mbgl/storage/http_context_base.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/storage/http_context_base.hpp b/src/mbgl/storage/http_context_base.hpp
index f2d15e2918..a1a3f5b597 100644
--- a/src/mbgl/storage/http_context_base.hpp
+++ b/src/mbgl/storage/http_context_base.hpp
@@ -1,7 +1,6 @@
#ifndef MBGL_STORAGE_HTTP_CONTEXT_BASE
#define MBGL_STORAGE_HTTP_CONTEXT_BASE
-#include <mbgl/storage/request_base.hpp>
#include <mbgl/storage/http_request_base.hpp>
#include <mbgl/storage/network_status.hpp>
@@ -15,7 +14,7 @@ public:
virtual ~HTTPContextBase() = default;
virtual HTTPRequestBase* createRequest(const std::string& url,
- RequestBase::Callback,
+ HTTPRequestBase::Callback,
std::shared_ptr<const Response>) = 0;
};