| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
 | 
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
 | 
| index 14fbef02ac26b2f20579b1d214897beb7effa274..34f469d0dffce1bdfa7f1c4932c935aa9e6ea181 100644
 | 
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
 | 
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
 | 
| @@ -54,7 +54,6 @@ class AutofillDataModel;
 | 
|  class AutofillDialogView;
 | 
|  class AutofillPopupControllerImpl;
 | 
|  class DataModelWrapper;
 | 
| -class TestableAutofillDialogView;
 | 
|  
 | 
|  namespace risk {
 | 
|  class Fingerprint;
 | 
| @@ -91,10 +90,6 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
 | 
|    virtual void Hide() OVERRIDE;
 | 
|    virtual void TabActivated() OVERRIDE;
 | 
|  
 | 
| -  // Returns |view_| as a testable version of itself (if |view_| exists and
 | 
| -  // actually implements |AutofillDialogView::GetTestableView()|).
 | 
| -  TestableAutofillDialogView* GetTestableView();
 | 
| -
 | 
|    // AutofillDialogViewDelegate implementation.
 | 
|    virtual base::string16 DialogTitle() const OVERRIDE;
 | 
|    virtual base::string16 AccountChooserText() const OVERRIDE;
 | 
| 
 |