| Index: chrome/browser/extensions/api/location/location_manager.cc
|
| diff --git a/chrome/browser/extensions/api/location/location_manager.cc b/chrome/browser/extensions/api/location/location_manager.cc
|
| index 2b578457d0d8cc11df5998a1e9b2d418e6834358..6767e3aac9d6c89058faf21d1c33bc3a2aeea409 100644
|
| --- a/chrome/browser/extensions/api/location/location_manager.cc
|
| +++ b/chrome/browser/extensions/api/location/location_manager.cc
|
| @@ -434,7 +434,7 @@ g_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| ProfileKeyedAPIFactory<LocationManager>* LocationManager::GetFactoryInstance() {
|
| - return &g_factory.Get();
|
| + return g_factory.Pointer();
|
| }
|
|
|
| // static
|
|
|