| Index: chrome/android/shell/chrome_shell_google_location_settings_helper.h
|
| diff --git a/chrome/android/shell/chrome_shell_google_location_settings_helper.h b/chrome/android/shell/chrome_shell_google_location_settings_helper.h
|
| index e8cd206df74658006331c0a721378ef54a211e9c..e3e7e72c7f4083ad02833fbeca34e1e4f8195049 100644
|
| --- a/chrome/android/shell/chrome_shell_google_location_settings_helper.h
|
| +++ b/chrome/android/shell/chrome_shell_google_location_settings_helper.h
|
| @@ -12,7 +12,7 @@ class ChromeShellGoogleLocationSettingsHelper
|
| : public GoogleLocationSettingsHelper {
|
| public:
|
| // GoogleLocationSettingsHelper implementation:
|
| - virtual bool IsSystemLocationEnabled() OVERRIDE;
|
| + virtual bool IsSystemLocationEnabled() override;
|
|
|
| protected:
|
| ChromeShellGoogleLocationSettingsHelper();
|
|
|