summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r--net/http/http_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 876418e..5e29701 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -158,7 +158,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
int GetBackend(disk_cache::Backend** backend, CompletionCallback* callback);
// Returns the current backend (can be NULL).
- disk_cache::Backend* GetCurrentBackend();
+ disk_cache::Backend* GetCurrentBackend() const;
// Given a header data blob, convert it to a response info object.
static bool ParseResponseInfo(const char* data, int len,