Index: content/test/net/url_request_prepackaged_interceptor.cc |
=================================================================== |
--- content/test/net/url_request_prepackaged_interceptor.cc (revision 181789) |
+++ content/test/net/url_request_prepackaged_interceptor.cc (working copy) |
@@ -25,7 +25,7 @@ |
const base::FilePath& file_path) |
: net::URLRequestFileJob(request, network_delegate, file_path) {} |
- virtual int GetResponseCode() const { return 200; } |
+ virtual int GetResponseCode() const OVERRIDE { return 200; } |
private: |
virtual ~URLRequestPrepackagedJob() {} |