| Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| index 3b3a3f0f9133eccd1d8efc6ac6a0bd5489856c92..6c48706bd94cd3573bb31d9a9897a2b746349a5d 100644
|
| --- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| +++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
| @@ -70,8 +70,7 @@ class TabAutofillManagerDelegate
|
| const base::string16& profile_full_name) OVERRIDE;
|
|
|
| // content::WebContentsObserver implementation.
|
| - virtual void WebContentsDestroyed(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| // Exposed for testing.
|
| AutofillDialogController* GetDialogControllerForTesting() {
|
|
|