| Index: chrome/browser/geolocation/chrome_geolocation_permission_context_android.h
|
| diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_android.h b/chrome/browser/geolocation/chrome_geolocation_permission_context_android.h
|
| index eb4dec8877988bdc8d4d03e65191347709f1a6b9..fa9dc2cd636fa7ba092f7c2e55d6a20fc53451a3 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context_android.h
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_android.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "chrome/browser/geolocation/chrome_geolocation_permission_context.h"
|
|
|
| +class GoogleLocationSettingsHelper;
|
|
|
| // Android-specific geolocation permission flow, taking into account the
|
| // Google Location Settings, if available.
|
| @@ -34,6 +35,8 @@ class ChromeGeolocationPermissionContextAndroid
|
| bool allowed) OVERRIDE;
|
|
|
| virtual GeolocationInfoBarQueueController* CreateQueueController() OVERRIDE;
|
| +
|
| + scoped_ptr<GoogleLocationSettingsHelper> google_location_settings_helper_;
|
| };
|
|
|
| #endif // CHROME_BROWSER_GEOLOCATION_CHROME_GEOLOCATION_PERMISSION_CONTEXT_ANDROID_H_
|
|
|