Chromium Code Reviews| Index: chrome/browser/autofill/test_autofill_external_delegate.h |
| diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/chrome/browser/autofill/test_autofill_external_delegate.h |
| index 10a845f7c7fd7503373974caea37ea11440b7297..5da0faf48f21b0852077a290894760770dd8455b 100644 |
| --- a/chrome/browser/autofill/test_autofill_external_delegate.h |
| +++ b/chrome/browser/autofill/test_autofill_external_delegate.h |
| @@ -16,6 +16,7 @@ namespace autofill { |
| void GenerateTestAutofillPopup( |
| AutofillExternalDelegate* autofill_external_delegate); |
| +/* |
| // This test class is meant to give tests a base AutofillExternalDelegate |
| // class that requires no additional work to compile with (i.e. all the |
| // pure virtual functions have been giving empty methods). |
| @@ -38,6 +39,7 @@ class TestAutofillExternalDelegate : public AutofillExternalDelegate { |
| private: |
| DISALLOW_COPY_AND_ASSIGN(TestAutofillExternalDelegate); |
| }; |
| +*/ |
|
Ilya Sherman
2013/02/26 09:24:57
Please delete the code rather than commenting it o
kaiwang
2013/02/26 22:18:40
Done.
|
| } // namespace autofill |