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

Unified Diff: chrome_frame/cfproxy.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/common/service_process_util.h ('k') | chrome_frame/chrome_active_document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/cfproxy.h
===================================================================
--- chrome_frame/cfproxy.h (revision 110346)
+++ chrome_frame/cfproxy.h (working copy)
@@ -7,9 +7,11 @@
#pragma once
#include <windows.h>
+
#include <map> // for proxy factory
#include <vector>
#include <string>
+
#include "base/synchronization/lock.h"
#include "base/time.h" // for base::TimeDelta
#include "base/file_path.h"
@@ -20,18 +22,9 @@
class ChromeProxyDelegate;
class ChromeProxyFactory;
class GURL;
-struct AttachExternalTabParams;
-struct AutomationURLRequest;
-struct ContextMenuModel;
struct ExternalTabSettings;
-struct MiniContextMenuParams;
-struct NavigationInfo;
struct ProxyParams;
-namespace net {
-class URLRequestStatus;
-} // namespace net
-
// Some callers of synchronous messages wants a context to be passed back
// in order to identify the call they made. Presumably one can make
// multiple sync calls of same type (as async) and want to identify what
« no previous file with comments | « chrome/common/service_process_util.h ('k') | chrome_frame/chrome_active_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698