diff options
Diffstat (limited to 'chrome/browser/tab_contents/infobar_delegate.cc')
-rw-r--r-- | chrome/browser/tab_contents/infobar_delegate.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/tab_contents/infobar_delegate.cc b/chrome/browser/tab_contents/infobar_delegate.cc index b1b63f9..6925dda 100644 --- a/chrome/browser/tab_contents/infobar_delegate.cc +++ b/chrome/browser/tab_contents/infobar_delegate.cc @@ -8,15 +8,10 @@ #include "build/build_config.h" #include "chrome/browser/tab_contents/navigation_entry.h" #include "chrome/browser/tab_contents/navigation_controller.h" +#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/l10n_util.h" #include "grit/generated_resources.h" -#if defined(OS_WIN) -#include "chrome/browser/tab_contents/tab_contents.h" -#else -#include "chrome/common/temp_scaffolding_stubs.h" -#endif - // InfoBarDelegate: ------------------------------------------------------------ bool InfoBarDelegate::ShouldExpire( |