| 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_;
|
|
|