Index: trunk/src/content/test/net/url_request_abort_on_end_job.cc |
=================================================================== |
--- trunk/src/content/test/net/url_request_abort_on_end_job.cc (revision 289319) |
+++ trunk/src/content/test/net/url_request_abort_on_end_job.cc (working copy) |
@@ -53,8 +53,8 @@ |
net::HttpResponseInfo* info) const { |
// Send back mock headers. |
std::string raw_headers; |
- if (base::LowerCaseEqualsASCII(k400AbortOnEndUrl, |
- request_->url().spec().c_str())) { |
+ if (LowerCaseEqualsASCII(k400AbortOnEndUrl, |
+ request_->url().spec().c_str())) { |
raw_headers.append( |
"HTTP/1.1 400 This is not OK\n" |
"Content-type: text/plain\n"); |