diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 2 | ||||
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 8fce58d..9447f74 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -19,6 +19,7 @@ #include "chrome/browser/options_window.h" #include "chrome/browser/rlz/rlz.h" #include "chrome/browser/shell_integration.h" +#include "chrome/browser/tab_contents/infobar_delegate.h" #include "chrome/common/process_watcher.h" #if defined(OS_LINUX) @@ -29,6 +30,7 @@ #include "views/controls/menu/chrome_menu.h" #endif +class InfoBar; class TabContents; //-------------------------------------------------------------------------- diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index c800f32..37a53e0 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -12,10 +12,11 @@ #include <string> #include "base/basictypes.h" +#include "base/gfx/native_widget_types.h" +#include "base/gfx/size.h" #include "base/logging.h" #include "base/ref_counted.h" #include "base/string16.h" -#include "base/gfx/native_widget_types.h" #include "build/build_config.h" #include "chrome/browser/dom_ui/html_dialog_ui.h" #include "chrome/browser/tab_contents/navigation_entry.h" |