| 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 09e7cf38b773c11a65399622ebcd18be13255536..1a86edd2a3503e23f18650a6efd4163b76ca305c 100644
|
| --- a/content/browser/geolocation/core_location_data_provider_mac.mm
|
| +++ b/content/browser/geolocation/core_location_data_provider_mac.mm
|
| @@ -17,6 +17,8 @@
|
| #include "content/browser/geolocation/core_location_provider_mac.h"
|
| #include "content/browser/geolocation/geolocation_provider.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // A few required declarations since the CoreLocation headers are not available
|
| // with the Mac OS X 10.5 SDK.
|
| // TODO(jorgevillatoro): Remove these declarations when we build against 10.6
|
|
|