Index: net/http/http_auth_handler_mock.h |
diff --git a/net/http/http_auth_handler_mock.h b/net/http/http_auth_handler_mock.h |
index a4642dfe0f03bcb833830da4bc903b90801798c9..2fafe9a43823acd15a0858797606a7111412029e 100644 |
--- a/net/http/http_auth_handler_mock.h |
+++ b/net/http/http_auth_handler_mock.h |
@@ -67,7 +67,6 @@ class HttpAuthHandlerMock : public HttpAuthHandler { |
virtual int ResolveCanonicalName(HostResolver* host_resolver, |
const CompletionCallback& callback); |
- |
void SetGenerateExpectation(bool async, int rv); |
void set_connection_based(bool connection_based) { |
@@ -82,9 +81,7 @@ class HttpAuthHandlerMock : public HttpAuthHandler { |
allows_explicit_credentials_ = allows_explicit_credentials; |
} |
- const GURL& request_url() const { |
- return request_url_; |
- } |
+ const GURL& request_url() const { return request_url_; } |
// HttpAuthHandler: |
virtual HttpAuth::AuthorizationResult HandleAnotherChallenge( |