| Index: chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h
|
| diff --git a/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h b/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h
|
| index 374ddbeb845c97ef3149dba569735cfb34cc8d1a..2f25c65a182bee202c504ba903d9a54030fec3b6 100644
|
| --- a/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h
|
| +++ b/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h
|
| @@ -11,13 +11,13 @@ class ChromeOmahaQueryParamsDelegate
|
| : public omaha_query_params::OmahaQueryParamsDelegate {
|
| public:
|
| ChromeOmahaQueryParamsDelegate();
|
| - virtual ~ChromeOmahaQueryParamsDelegate();
|
| + ~ChromeOmahaQueryParamsDelegate() override;
|
|
|
| // Gets the LazyInstance for ChromeOmahaQueryParamsDelegate.
|
| static ChromeOmahaQueryParamsDelegate* GetInstance();
|
|
|
| // omaha_query_params::OmahaQueryParamsDelegate:
|
| - virtual std::string GetExtraParams() override;
|
| + std::string GetExtraParams() override;
|
|
|
| // Returns the value we use for the "updaterchannel=" and "prodchannel="
|
| // parameters. Possible return values include: "canary", "dev", "beta", and
|
|
|