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

Unified Diff: content/shell/browser/layout_test/layout_test_browser_context.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_browser_context.h
diff --git a/content/shell/browser/layout_test/layout_test_browser_context.h b/content/shell/browser/layout_test/layout_test_browser_context.h
index 3e0e9994f3b92941fe9e96a181dd0371105f776b..fae095a6e93aecf73461067eec2458d24886e438 100644
--- a/content/shell/browser/layout_test/layout_test_browser_context.h
+++ b/content/shell/browser/layout_test/layout_test_browser_context.h
@@ -19,13 +19,13 @@ class DownloadManagerDelegate;
class LayoutTestBrowserContext : public ShellBrowserContext {
public:
LayoutTestBrowserContext(bool off_the_record, net::NetLog* net_log);
- virtual ~LayoutTestBrowserContext();
+ ~LayoutTestBrowserContext() override;
// BrowserContext implementation.
- virtual DownloadManagerDelegate* GetDownloadManagerDelegate() override;
+ DownloadManagerDelegate* GetDownloadManagerDelegate() override;
protected:
- virtual ShellURLRequestContextGetter* CreateURLRequestContextGetter(
+ ShellURLRequestContextGetter* CreateURLRequestContextGetter(
ProtocolHandlerMap* protocol_handlers,
URLRequestInterceptorScopedVector request_interceptors) override;
« no previous file with comments | « content/shell/browser/ipc_echo_message_filter.h ('k') | content/shell/browser/layout_test/layout_test_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698