Index: net/filter/mock_filter_context.h |
diff --git a/net/filter/mock_filter_context.h b/net/filter/mock_filter_context.h |
index 91a64d22ac584e5e9b83a5a09e4c3c5150ec664a..a68f4567bf52b63d6c5742c0b42c649f3a286f1e 100644 |
--- a/net/filter/mock_filter_context.h |
+++ b/net/filter/mock_filter_context.h |
@@ -61,7 +61,7 @@ class MockFilterContext : public FilterContext { |
virtual bool IsDownload() const OVERRIDE; |
// Was this data flagged as a response to a request with an SDCH dictionary? |
- virtual bool IsSdchResponse() const OVERRIDE; |
+ virtual bool SdchResponseExpected() const OVERRIDE; |
// How many bytes were fed to filter(s) so far? |
virtual int64 GetByteReadCount() const OVERRIDE; |