| Index: content/browser/geolocation/core_location_data_provider_mac.h
|
| diff --git a/content/browser/geolocation/core_location_data_provider_mac.h b/content/browser/geolocation/core_location_data_provider_mac.h
|
| index 10e791b73c4906b21f2c7dbf0d128853174d10fe..29204aa0d8c18a0173d78e6172b4dae5676bdb69 100644
|
| --- a/content/browser/geolocation/core_location_data_provider_mac.h
|
| +++ b/content/browser/geolocation/core_location_data_provider_mac.h
|
| @@ -9,8 +9,8 @@
|
| #ifndef CONTENT_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
|
| #define CONTENT_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
|
|
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_nsobject.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/geoposition.h"
|
|
|
| @@ -44,7 +44,7 @@ class CoreLocationDataProviderMac
|
| void PositionUpdated(Geoposition position);
|
|
|
| // The wrapper class that supplies this class with position data
|
| - scoped_nsobject<CoreLocationWrapperMac> wrapper_;
|
| + base::scoped_nsobject<CoreLocationWrapperMac> wrapper_;
|
| // The LocationProvider class that should receive position data
|
| CoreLocationProviderMac* provider_;
|
| };
|
|
|