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

Unified Diff: net/url_request/url_request.h

Issue 296433002: Clean up coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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.h
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index c6b5f6ade66b040b4c8ce7e3282d044f4b2093df..6799fba0908ef7829623a734b107a6d443062efe 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -122,7 +122,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe),
// This class handles network interception. Use with
// (Un)RegisterRequestInterceptor.
class NET_EXPORT Interceptor {
- public:
+ public:
virtual ~Interceptor() {}
// Called for every request made. Should return a new job to handle the

Powered by Google App Engine
This is Rietveld 408576698