Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9146)

Unified Diff: chrome_frame/chrome_frame_delegate.h

Issue 6458004: Remove includes of message headers in headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/chrome_frame_automation.cc ('k') | chrome_frame/chrome_frame_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_delegate.h
===================================================================
--- chrome_frame/chrome_frame_delegate.h (revision 74235)
+++ chrome_frame/chrome_frame_delegate.h (working copy)
@@ -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 {
« no previous file with comments | « chrome_frame/chrome_frame_automation.cc ('k') | chrome_frame/chrome_frame_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698