| Index: content/browser/geolocation/core_location_data_provider_mac.mm
|
| diff --git a/content/browser/geolocation/core_location_data_provider_mac.mm b/content/browser/geolocation/core_location_data_provider_mac.mm
|
| index 1a86edd2a3503e23f18650a6efd4163b76ca305c..5133cd690adc94179a89e116a8f840cd3d3c1512 100644
|
| --- a/content/browser/geolocation/core_location_data_provider_mac.mm
|
| +++ b/content/browser/geolocation/core_location_data_provider_mac.mm
|
| @@ -82,7 +82,7 @@ enum {
|
| - (void)dealloc;
|
|
|
| // Can be called from any thread since it does not require an NSRunLoop. However
|
| -// it is not threadsafe to receive concurrent calls until after it's first
|
| +// it is not threadsafe to receive concurrent calls until after a first
|
| // successful call (to avoid |bundle_| being double initialized)
|
| - (BOOL)locationDataAvailable;
|
|
|
|
|