| Index: chrome/browser/profiles/profile_destroyer.h
|
| diff --git a/chrome/browser/profiles/profile_destroyer.h b/chrome/browser/profiles/profile_destroyer.h
|
| index 566992ee87e8ef52a0a1304c3a200ed88a9c5ae5..cd5054f104afe485852c500792d0301ddc520463 100644
|
| --- a/chrome/browser/profiles/profile_destroyer.h
|
| +++ b/chrome/browser/profiles/profile_destroyer.h
|
| @@ -35,7 +35,7 @@ class ProfileDestroyer : public content::RenderProcessHostObserver {
|
|
|
| // content::RenderProcessHostObserver override.
|
| virtual void RenderProcessHostDestroyed(
|
| - content::RenderProcessHost* host) OVERRIDE;
|
| + content::RenderProcessHost* host) override;
|
|
|
| // Called by the timer to cancel the pending destruction and do it now.
|
| void DestroyProfile();
|
|
|