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

Unified Diff: android_webview/browser/aw_form_database_service.h

Issue 623833003: replace OVERRIDE and FINAL with override and final in android_webview/ (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
« no previous file with comments | « android_webview/browser/aw_download_manager_delegate.h ('k') | android_webview/browser/aw_gl_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_form_database_service.h
diff --git a/android_webview/browser/aw_form_database_service.h b/android_webview/browser/aw_form_database_service.h
index d0b7b485bf90b72f5fcef9e1f3b17338fd3fda8d..5a58953f541e0730c786faf93c9ee5632fa7a9b7 100644
--- a/android_webview/browser/aw_form_database_service.h
+++ b/android_webview/browser/aw_form_database_service.h
@@ -42,7 +42,7 @@ class AwFormDatabaseService : public WebDataServiceConsumer {
// WebDataServiceConsumer implementation.
virtual void OnWebDataServiceRequestDone(
WebDataServiceBase::Handle h,
- const WDTypedResult* result) OVERRIDE;
+ const WDTypedResult* result) override;
private:
struct PendingQuery {
« no previous file with comments | « android_webview/browser/aw_download_manager_delegate.h ('k') | android_webview/browser/aw_gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698