diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 00:41:52 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 00:41:52 +0000 |
commit | abecfa725a8da3cb5a69e705af13cf82cfea0c11 (patch) | |
tree | 9a7b28aedaf7722f8fb4381e8265acf54859af68 /chrome/browser | |
parent | 74a85ce422d6b52a79b3cf159203ec7fa35c15ee (diff) | |
download | chromium_src-abecfa725a8da3cb5a69e705af13cf82cfea0c11.zip chromium_src-abecfa725a8da3cb5a69e705af13cf82cfea0c11.tar.gz chromium_src-abecfa725a8da3cb5a69e705af13cf82cfea0c11.tar.bz2 |
Blind build fix?
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index 06324d7..9b327b0c 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -5,11 +5,17 @@ #ifndef CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ #define CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ +#include "build/build_config.h" + #include <string> #include <vector> #include "base/gfx/native_widget_types.h" #include "base/gfx/rect.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" +#endif #include "chrome/browser/tab_contents/constrained_window.h" #include "chrome/browser/tab_contents/infobar_delegate.h" #include "chrome/browser/tab_contents/navigation_controller.h" |