| Index: content/browser/geolocation/core_location_data_provider_mac.mm
|
| ===================================================================
|
| --- content/browser/geolocation/core_location_data_provider_mac.mm (revision 0)
|
| +++ content/browser/geolocation/core_location_data_provider_mac.mm (working copy)
|
| @@ -9,11 +9,12 @@
|
| // thread with an active NSRunLoop. Currently only the UI thread appears to
|
| // fill that requirement.
|
|
|
| -#include "chrome/browser/geolocation/core_location_data_provider_mac.h"
|
| -#include "chrome/browser/geolocation/core_location_provider_mac.h"
|
| -#include "chrome/browser/geolocation/geolocation_provider.h"
|
| +#include "content/browser/geolocation/core_location_data_provider_mac.h"
|
| +
|
| #include "base/logging.h"
|
| #include "base/time.h"
|
| +#include "content/browser/geolocation/core_location_provider_mac.h"
|
| +#include "content/browser/geolocation/geolocation_provider.h"
|
|
|
| // A few required declarations since the CoreLocation headers are not available
|
| // with the Mac OS X 10.5 SDK.
|
|
|