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

Unified Diff: content/shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.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_resource_dispatcher_host_delegate.h
diff --git a/content/shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h b/content/shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h
index b5985c060e855316658a53f9da8e0b3071b2d45a..c8735a3b05e221ce2e41d7e8d08a5278151fc8c5 100644
--- a/content/shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h
+++ b/content/shell/browser/layout_test/layout_test_resource_dispatcher_host_delegate.h
@@ -15,11 +15,12 @@ class LayoutTestResourceDispatcherHostDelegate
: public ShellResourceDispatcherHostDelegate {
public:
LayoutTestResourceDispatcherHostDelegate();
- virtual ~LayoutTestResourceDispatcherHostDelegate();
+ ~LayoutTestResourceDispatcherHostDelegate() override;
// ResourceDispatcherHostDelegate implementation.
- virtual ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
- net::AuthChallengeInfo* auth_info, net::URLRequest* request) override;
+ ResourceDispatcherHostLoginDelegate* CreateLoginDelegate(
+ net::AuthChallengeInfo* auth_info,
+ net::URLRequest* request) override;
private:
DISALLOW_COPY_AND_ASSIGN(LayoutTestResourceDispatcherHostDelegate);

Powered by Google App Engine
This is Rietveld 408576698