| Index: chrome/browser/android/mock_google_location_settings_helper.h
|
| diff --git a/chrome/browser/android/mock_google_location_settings_helper.h b/chrome/browser/android/mock_google_location_settings_helper.h
|
| index 71eb1e8302a7bd05e60810fc263075b195df46ba..352edc48eac17048797f60d38ed2c9b2e8c34e09 100644
|
| --- a/chrome/browser/android/mock_google_location_settings_helper.h
|
| +++ b/chrome/browser/android/mock_google_location_settings_helper.h
|
| @@ -10,17 +10,16 @@
|
| // Mock implementation of GoogleLocationSettingsHelper for unit tests.
|
| class MockGoogleLocationSettingsHelper : public GoogleLocationSettingsHelper {
|
| public:
|
| + MockGoogleLocationSettingsHelper();
|
| + ~MockGoogleLocationSettingsHelper() override;
|
| +
|
| static void SetLocationStatus(bool master, bool google_apps);
|
|
|
| - virtual bool IsSystemLocationEnabled() override;
|
| + bool IsSystemLocationEnabled() override;
|
|
|
| bool IsMasterLocationSettingEnabled();
|
| bool IsGoogleAppsLocationSettingEnabled();
|
|
|
| - protected:
|
| - MockGoogleLocationSettingsHelper();
|
| - virtual ~MockGoogleLocationSettingsHelper();
|
| -
|
| private:
|
| friend class GoogleLocationSettingsHelper;
|
|
|
|
|