| Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
 | 
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
 | 
| index 3632109fdc5cefca98c5fb7dd7ee7e1123d6727e..7a4bb238102d38ea9f7ab602137e403a54fda51d 100644
 | 
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
 | 
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
 | 
| @@ -186,9 +186,6 @@ class TestAutofillDialogView : public AutofillDialogView {
 | 
|        OVERRIDE {
 | 
|      *output = outputs_[section];
 | 
|    }
 | 
| -  virtual TestableAutofillDialogView* GetTestableView() OVERRIDE {
 | 
| -    return NULL;
 | 
| -  }
 | 
|  
 | 
|    virtual base::string16 GetCvc() OVERRIDE { return base::string16(); }
 | 
|    virtual bool HitTestInput(ServerFieldType type,
 | 
| 
 |