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..4647c616722203329229875ba35be15c88683749 100644 |
--- a/chrome/browser/android/mock_google_location_settings_helper.h |
+++ b/chrome/browser/android/mock_google_location_settings_helper.h |
@@ -10,6 +10,9 @@ |
// Mock implementation of GoogleLocationSettingsHelper for unit tests. |
class MockGoogleLocationSettingsHelper : public GoogleLocationSettingsHelper { |
public: |
+ MockGoogleLocationSettingsHelper(); |
+ virtual ~MockGoogleLocationSettingsHelper(); |
Michael van Ouwerkerk
2015/01/13 16:33:47
Nit: use override rather than virtual.
newt (away)
2015/01/13 16:55:03
Done.
|
+ |
static void SetLocationStatus(bool master, bool google_apps); |
virtual bool IsSystemLocationEnabled() override; |
@@ -17,10 +20,6 @@ class MockGoogleLocationSettingsHelper : public GoogleLocationSettingsHelper { |
bool IsMasterLocationSettingEnabled(); |
bool IsGoogleAppsLocationSettingEnabled(); |
- protected: |
- MockGoogleLocationSettingsHelper(); |
- virtual ~MockGoogleLocationSettingsHelper(); |
- |
private: |
friend class GoogleLocationSettingsHelper; |