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

Unified Diff: chrome/browser/geolocation/geolocation_permission_context_android.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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: chrome/browser/geolocation/geolocation_permission_context_android.h
diff --git a/chrome/browser/geolocation/geolocation_permission_context_android.h b/chrome/browser/geolocation/geolocation_permission_context_android.h
index 1443fc06f4de5f7e1e2a8c72606ad63927644844..ea02ca6e7c559495e9c672a5f8d3ec676e8fd1fe 100644
--- a/chrome/browser/geolocation/geolocation_permission_context_android.h
+++ b/chrome/browser/geolocation/geolocation_permission_context_android.h
@@ -59,7 +59,7 @@ class GeolocationPermissionContextAndroid
const PermissionRequestID& id,
const GURL& requesting_frame_origin,
bool user_gesture,
- const BrowserPermissionCallback& callback) OVERRIDE;
+ const BrowserPermissionCallback& callback) override;
void CheckMasterLocation(content::WebContents* web_contents,
const PermissionRequestInfo& info,

Powered by Google App Engine
This is Rietveld 408576698