diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 17:39:29 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 17:39:29 +0000 |
commit | c42799fb803edf7c35d27cdb2ed886ec18455e31 (patch) | |
tree | e2d254f81e5ffdfa65d9a975ce56ef40259fe925 /chrome/browser/tab_contents/tab_contents.h | |
parent | 1635bc1557f1a8612334cc274d4db3f25dddad51 (diff) | |
download | chromium_src-c42799fb803edf7c35d27cdb2ed886ec18455e31.zip chromium_src-c42799fb803edf7c35d27cdb2ed886ec18455e31.tar.gz chromium_src-c42799fb803edf7c35d27cdb2ed886ec18455e31.tar.bz2 |
Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow from the scaffold. Added a bunch of explicit #includes that used to be implicitly included through temp_scaffolding_stubs.h.
Review URL: http://codereview.chromium.org/60077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index b20c3e3..5918191 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -13,13 +13,8 @@ #include "base/gfx/native_widget_types.h" #include "base/gfx/rect.h" #include "base/scoped_ptr.h" -#if defined(OS_WIN) -// TODO(evanm): I mean really, c'mon, this can't have broken the build, right? #include "chrome/browser/autocomplete/autocomplete_edit.h" #include "chrome/browser/tab_contents/constrained_window.h" -#else -#include "chrome/common/temp_scaffolding_stubs.h" -#endif #include "chrome/browser/tab_contents/infobar_delegate.h" #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/browser/tab_contents/page_navigator.h" |