| Index: chrome/browser/profiles/profile_destroyer.h
|
| diff --git a/chrome/browser/profiles/profile_destroyer.h b/chrome/browser/profiles/profile_destroyer.h
|
| index cd5054f104afe485852c500792d0301ddc520463..59b705bbd99e5f97345ed6bcf6202d41c6d8e170 100644
|
| --- a/chrome/browser/profiles/profile_destroyer.h
|
| +++ b/chrome/browser/profiles/profile_destroyer.h
|
| @@ -31,11 +31,10 @@ class ProfileDestroyer : public content::RenderProcessHostObserver {
|
| friend class base::RefCounted<ProfileDestroyer>;
|
|
|
| ProfileDestroyer(Profile* const profile, HostSet* hosts);
|
| - virtual ~ProfileDestroyer();
|
| + ~ProfileDestroyer() override;
|
|
|
| // content::RenderProcessHostObserver override.
|
| - virtual void RenderProcessHostDestroyed(
|
| - content::RenderProcessHost* host) override;
|
| + void RenderProcessHostDestroyed(content::RenderProcessHost* host) override;
|
|
|
| // Called by the timer to cancel the pending destruction and do it now.
|
| void DestroyProfile();
|
|
|