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

Unified Diff: net/url_request/url_request_context_getter.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/url_request/url_request_context_getter.h
diff --git a/net/url_request/url_request_context_getter.h b/net/url_request/url_request_context_getter.h
index 4c8e4af55c3b8257044c480ec8fb124a2b530515..235f210117d4607755129ac7feb97f615ec62663 100644
--- a/net/url_request/url_request_context_getter.h
+++ b/net/url_request/url_request_context_getter.h
@@ -29,8 +29,8 @@ class NET_EXPORT URLRequestContextGetter
// Returns a SingleThreadTaskRunner corresponding to the thread on
// which the network IO happens (the thread on which the returned
// net::URLRequestContext may be used).
- virtual scoped_refptr<base::SingleThreadTaskRunner>
- GetNetworkTaskRunner() const = 0;
+ virtual scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner()
+ const = 0;
protected:
friend class base::RefCountedThreadSafe<URLRequestContextGetter,

Powered by Google App Engine
This is Rietveld 408576698