diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 19:17:19 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 19:17:19 +0000 |
commit | 2bd2413641ba6a38f4dd498225ab92bd33bd9647 (patch) | |
tree | fc47cadaef3dec7bd580c7e657e26c1fd6d42b2d /chrome/common/temp_scaffolding_stubs.cc | |
parent | ec031eb72100175a7577948b4062432df362fafe (diff) | |
download | chromium_src-2bd2413641ba6a38f4dd498225ab92bd33bd9647.zip chromium_src-2bd2413641ba6a38f4dd498225ab92bd33bd9647.tar.gz chromium_src-2bd2413641ba6a38f4dd498225ab92bd33bd9647.tar.bz2 |
Take out unnecessary include that I added in a failed effort to fix the linux/mac builds.
Review URL: http://codereview.chromium.org/20089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 350d760..ac0ea7d 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -31,6 +31,7 @@ #include "chrome/common/process_watcher.h" #include "chrome/common/resource_bundle.h" #include "net/url_request/url_request_context.h" +#include "webkit/glue/webcursor.h" // static size_t SessionRestore::num_tabs_to_load_ = 0; |