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

Unified Diff: chrome/browser/geolocation/geolocation_permission_context.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.h
diff --git a/chrome/browser/geolocation/geolocation_permission_context.h b/chrome/browser/geolocation/geolocation_permission_context.h
index d580d08fe7e9c970bf3cee4900d982b3ad973250..6ca3d2162748ddae5da9d3d0b209dce68ba5d556 100644
--- a/chrome/browser/geolocation/geolocation_permission_context.h
+++ b/chrome/browser/geolocation/geolocation_permission_context.h
@@ -29,16 +29,16 @@ class GeolocationPermissionContext : public PermissionContextBase {
const PermissionRequestID& id,
const GURL& requesting_frame_origin,
bool user_gesture,
- const BrowserPermissionCallback& callback) OVERRIDE;
+ const BrowserPermissionCallback& callback) override;
// Adds special logic when called through an extension.
virtual void CancelPermissionRequest(content::WebContents* web_contents,
- const PermissionRequestID& id) OVERRIDE;
+ const PermissionRequestID& id) override;
private:
virtual void UpdateTabContext(const PermissionRequestID& id,
const GURL& requesting_frame,
- bool allowed) OVERRIDE;
+ bool allowed) override;
// This must only be accessed from the UI thread.
GeolocationPermissionContextExtensions extensions_context_;

Powered by Google App Engine
This is Rietveld 408576698