Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: net/http/http_auth_handler_mock.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698