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

Unified Diff: components/cronet/android/url_request_adapter.h

Issue 893303003: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: components/cronet/android/url_request_adapter.h
diff --git a/components/cronet/android/url_request_adapter.h b/components/cronet/android/url_request_adapter.h
index 7a63e716e156b51bd44dca86f80b09e33640611e..8704a007bf3937fcc7c6caa73636845e8ea2f9a4 100644
--- a/components/cronet/android/url_request_adapter.h
+++ b/components/cronet/android/url_request_adapter.h
@@ -49,7 +49,7 @@ class URLRequestAdapter : public net::URLRequest::Delegate {
URLRequestAdapterDelegate* delegate,
GURL url,
net::RequestPriority priority);
- virtual ~URLRequestAdapter();
+ ~URLRequestAdapter() override;
// Sets the request method GET, POST etc
void SetMethod(const std::string& method);

Powered by Google App Engine
This is Rietveld 408576698