| Index: chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
|
| diff --git a/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h b/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
|
| index a3e3d045303d22b0dcfaf3da8ceb83784cc92df5..0b0cd81c0ac3492d08b922d92388bca46e6e3034 100644
|
| --- a/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
|
| +++ b/chrome/browser/chromeos/geolocation/simple_geolocation_provider.h
|
| @@ -41,6 +41,8 @@ class SimpleGeolocationProvider {
|
| static GURL DefaultGeolocationProviderURL();
|
|
|
| private:
|
| + friend class TestGeolocationAPIURLFetcherCallback;
|
| +
|
| // Geolocation response callback. Deletes request from requests_.
|
| void OnGeolocationResponse(
|
| SimpleGeolocationRequest* request,
|
|
|