| Index: chrome/browser/profile_resetter/automatic_profile_resetter.h
|
| diff --git a/chrome/browser/profile_resetter/automatic_profile_resetter.h b/chrome/browser/profile_resetter/automatic_profile_resetter.h
|
| index 015fdc588457e3e16fa73384a0cc7565fa21267b..0e43a1b53677db0a4de1d418e6ec74bfa4775420 100644
|
| --- a/chrome/browser/profile_resetter/automatic_profile_resetter.h
|
| +++ b/chrome/browser/profile_resetter/automatic_profile_resetter.h
|
| @@ -67,7 +67,7 @@ class AutomaticProfileResetter : public KeyedService {
|
| };
|
|
|
| explicit AutomaticProfileResetter(Profile* profile);
|
| - virtual ~AutomaticProfileResetter();
|
| + ~AutomaticProfileResetter() override;
|
|
|
| // Initializes the service if it is enabled in the field trial. Otherwise,
|
| // skips the initialization steps, and also permanently disables the service.
|
| @@ -139,7 +139,7 @@ class AutomaticProfileResetter : public KeyedService {
|
| const scoped_refptr<base::TaskRunner>& task_runner);
|
|
|
| // KeyedService:
|
| - virtual void Shutdown() override;
|
| + void Shutdown() override;
|
|
|
| private:
|
| class InputBuilder;
|
|
|