| Index: content/browser/geolocation/location_provider.cc
|
| diff --git a/content/browser/geolocation/location_provider.cc b/content/browser/geolocation/location_provider.cc
|
| index c58bf6b5024825e1ccbf6c73da59708fc6be805f..80b0fe14ccf9d1d4abc83d54b9126942314cead4 100644
|
| --- a/content/browser/geolocation/location_provider.cc
|
| +++ b/content/browser/geolocation/location_provider.cc
|
| @@ -56,7 +56,7 @@ void LocationProviderBase::UpdateListeners() {
|
| }
|
| }
|
|
|
| -#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN)
|
| +#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined OS_ANDROID
|
| LocationProviderBase* NewSystemLocationProvider() {
|
| return NULL;
|
| }
|
|
|