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

Unified Diff: android_webview/browser/aw_quota_permission_context.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_pref_store.h ('k') | android_webview/browser/aw_request_interceptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_quota_permission_context.h
diff --git a/android_webview/browser/aw_quota_permission_context.h b/android_webview/browser/aw_quota_permission_context.h
index 8d90aa5596e3fd56ff537ecb7e8849665df346ed..a42f00bda4f7a406a146e627eb68f1defea9e5b1 100644
--- a/android_webview/browser/aw_quota_permission_context.h
+++ b/android_webview/browser/aw_quota_permission_context.h
@@ -17,7 +17,7 @@ class AwQuotaPermissionContext : public content::QuotaPermissionContext {
virtual void RequestQuotaPermission(
const content::StorageQuotaParams& params,
int render_process_id,
- const PermissionCallback& callback) OVERRIDE;
+ const PermissionCallback& callback) override;
private:
virtual ~AwQuotaPermissionContext();
« no previous file with comments | « android_webview/browser/aw_pref_store.h ('k') | android_webview/browser/aw_request_interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698