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

Unified Diff: chrome_frame/external_tab.h

Issue 8567022: Cleanup: Remove forward declarations in various directories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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_active_document.h ('k') | chrome_frame/urlmon_url_request_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/external_tab.h
===================================================================
--- chrome_frame/external_tab.h (revision 110346)
+++ chrome_frame/external_tab.h (working copy)
@@ -22,22 +22,24 @@
#include "content/public/common/page_zoom.h"
#include "googleurl/src/gurl.h"
+struct AttachExternalTabParams;
+struct AutomationURLRequest;
+struct ContextMenuModel;
+struct MiniContextMenuParams;
+struct NavigationInfo;
class Task;
-class CancelableTask;
namespace base {
-class TimeDelta;
class WaitableEvent;
}
-namespace IPC {
-struct NavigationInfo;
-}
-
namespace gfx {
class Rect;
}
+namespace net {
+class URLRequestStatus;
+}
// This is the delegate/callback interface that has to be implemented
// by the customers of ExternalTabProxy class.
« no previous file with comments | « chrome_frame/chrome_active_document.h ('k') | chrome_frame/urlmon_url_request_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698