| Index: chrome/browser/geolocation/chrome_geolocation_permission_context.h
|
| diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context.h b/chrome/browser/geolocation/chrome_geolocation_permission_context.h
|
| index 06b324d0e21bba688826007791262660252128e5..acc9448a21aa567c3574853fb7fd677d00d0093a 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context.h
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context.h
|
| @@ -82,7 +82,7 @@ class ChromeGeolocationPermissionContext
|
|
|
| private:
|
| // Removes any pending InfoBar request.
|
| - void CancelPendingInfoBarRequest(const PermissionRequestID& id);
|
| + void CancelPendingInfobarRequest(const PermissionRequestID& id);
|
|
|
| // These must only be accessed from the UI thread.
|
| Profile* const profile_;
|
|
|