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 | |
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')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 1 | ||||
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 1 |
2 files changed, 1 insertions, 1 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; diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 7828dfa..657b2b7 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -37,7 +37,6 @@ #include "chrome/common/page_transition_types.h" #include "chrome/common/pref_names.h" #include "chrome/common/pref_service.h" -#include "chrome/common/render_messages.h" #include "googleurl/src/gurl.h" #include "net/base/load_states.h" #include "skia/include/SkBitmap.h" |