Chromium Code Reviews| Index: chrome/browser/ui/cocoa/infobars/infobar_test_helper.h |
| diff --git a/chrome/browser/ui/cocoa/infobars/infobar_test_helper.h b/chrome/browser/ui/cocoa/infobars/infobar_test_helper.h |
| index aca76f9a059b7daf82daded611b162c3826a41cf..44ee81e28a492f423ba1586835876c9051b47ea1 100644 |
| --- a/chrome/browser/ui/cocoa/infobars/infobar_test_helper.h |
| +++ b/chrome/browser/ui/cocoa/infobars/infobar_test_helper.h |
| @@ -6,8 +6,8 @@ |
| #define CHROME_BROWSER_UI_COCOA_INFOBARS_INFOBAR_TEST_HELPER_H_ |
| #pragma once |
| -#include "chrome/browser/tab_contents/infobar_delegate.h" |
| - |
| +#include "chrome/browser/tab_contents/confirm_infobar_delegate.h" |
| +#include "chrome/browser/tab_contents/link_infobar_delegate.h" |
| // MockLinkInfoBarDelegate ---------------------------------------------------- |
|
Peter Kasting
2011/03/01 19:10:37
Nit: Probably want to split these into two files (
|