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

Unified Diff: content/shell/browser/layout_test/layout_test_url_request_context_getter.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: content/shell/browser/layout_test/layout_test_url_request_context_getter.h
diff --git a/content/shell/browser/layout_test/layout_test_url_request_context_getter.h b/content/shell/browser/layout_test/layout_test_url_request_context_getter.h
index 8b6233d84c87395ecc0a4b3e54f63623bcb322b3..6ddf67746e533167721f0e8bb0ab6f0556005e20 100644
--- a/content/shell/browser/layout_test/layout_test_url_request_context_getter.h
+++ b/content/shell/browser/layout_test/layout_test_url_request_context_getter.h
@@ -40,12 +40,12 @@ class LayoutTestURLRequestContextGetter : public ShellURLRequestContextGetter {
net::NetLog* net_log);
protected:
- virtual ~LayoutTestURLRequestContextGetter();
+ ~LayoutTestURLRequestContextGetter() override;
// ShellURLRequestContextGetter implementation.
- virtual net::NetworkDelegate* CreateNetworkDelegate() override;
- virtual net::ProxyConfigService* GetProxyConfigService() override;
- virtual net::ProxyService* GetProxyService() override;
+ net::NetworkDelegate* CreateNetworkDelegate() override;
+ net::ProxyConfigService* GetProxyConfigService() override;
+ net::ProxyService* GetProxyService() override;
private:
DISALLOW_COPY_AND_ASSIGN(LayoutTestURLRequestContextGetter);

Powered by Google App Engine
This is Rietveld 408576698