diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 07:15:35 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 07:15:35 +0000 |
commit | a22f7e069020486f1d93510b46b488b40dcb57c7 (patch) | |
tree | 65c408219af0405df7914877a944cc2c58540cc1 /chrome_frame/chrome_frame_delegate.h | |
parent | 91c521b79fcd8a696f5a08013269cb1fd2b7c394 (diff) | |
download | chromium_src-a22f7e069020486f1d93510b46b488b40dcb57c7.zip chromium_src-a22f7e069020486f1d93510b46b488b40dcb57c7.tar.gz chromium_src-a22f7e069020486f1d93510b46b488b40dcb57c7.tar.bz2 |
Remove includes of message headers in headers.
Review URL: http://codereview.chromium.org/6458004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74257 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_delegate.h')
-rw-r--r-- | chrome_frame/chrome_frame_delegate.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_delegate.h b/chrome_frame/chrome_frame_delegate.h index f6c1f4c..a43d451 100644 --- a/chrome_frame/chrome_frame_delegate.h +++ b/chrome_frame/chrome_frame_delegate.h @@ -14,9 +14,20 @@ #include "base/file_path.h" #include "base/synchronization/lock.h" -#include "chrome/common/automation_messages.h" +#include "base/task.h" +#include "chrome/common/automation_constants.h" #include "ipc/ipc_message.h" +class GURL; +struct AttachExternalTabParams; +struct AutomationURLRequest; +struct MiniContextMenuParams; +struct NavigationInfo; + +namespace net { +class URLRequestStatus; +} + // A common interface supported by all the browser specific ChromeFrame // implementations. class ChromeFrameDelegate { |