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

Unified Diff: android_webview/lib/aw_browser_dependency_factory_impl.h

Issue 893273003: 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, 10 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
« no previous file with comments | « android_webview/common/aw_content_client.h ('k') | android_webview/lib/main/aw_main_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/aw_browser_dependency_factory_impl.h
diff --git a/android_webview/lib/aw_browser_dependency_factory_impl.h b/android_webview/lib/aw_browser_dependency_factory_impl.h
index e0cf3b9dd406d0a367fc8330ef7e2d3d5e79506d..c5ca0b129553781d3c52f167e522379fd237f89d 100644
--- a/android_webview/lib/aw_browser_dependency_factory_impl.h
+++ b/android_webview/lib/aw_browser_dependency_factory_impl.h
@@ -22,14 +22,14 @@ class AwURLRequestJobFactory;
class AwBrowserDependencyFactoryImpl : public AwBrowserDependencyFactory {
public:
AwBrowserDependencyFactoryImpl();
- virtual ~AwBrowserDependencyFactoryImpl();
+ ~AwBrowserDependencyFactoryImpl() override;
// Sets this class as the singleton instance.
static void InstallInstance();
// AwBrowserDependencyFactory
- virtual content::BrowserContext* GetBrowserContext() override;
- virtual content::WebContents* CreateWebContents() override;
+ content::BrowserContext* GetBrowserContext() override;
+ content::WebContents* CreateWebContents() override;
private:
DISALLOW_COPY_AND_ASSIGN(AwBrowserDependencyFactoryImpl);
« no previous file with comments | « android_webview/common/aw_content_client.h ('k') | android_webview/lib/main/aw_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698