summaryrefslogtreecommitdiffstats
path: root/chrome_frame/protocol_sink_wrap.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 06:55:41 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 06:55:41 +0000
commitc439540da7a0ddfd73fd68ccf02b0b2c4e1130d0 (patch)
tree05c3006abd94440039577fdcc9478e344e798513 /chrome_frame/protocol_sink_wrap.h
parent557e9eb43df1d1a905a890f048fb3c49e96e1971 (diff)
downloadchromium_src-c439540da7a0ddfd73fd68ccf02b0b2c4e1130d0.zip
chromium_src-c439540da7a0ddfd73fd68ccf02b0b2c4e1130d0.tar.gz
chromium_src-c439540da7a0ddfd73fd68ccf02b0b2c4e1130d0.tar.bz2
Cleanup: Remove unneeded gurl.h includes.
Review URL: https://chromiumcodereview.appspot.com/15600006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/protocol_sink_wrap.h')
-rw-r--r--chrome_frame/protocol_sink_wrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome_frame/protocol_sink_wrap.h b/chrome_frame/protocol_sink_wrap.h
index c5dc461..38b5ac4 100644
--- a/chrome_frame/protocol_sink_wrap.h
+++ b/chrome_frame/protocol_sink_wrap.h
@@ -17,7 +17,6 @@
#include "base/memory/ref_counted.h"
#include "base/win/scoped_comptr.h"
#include "base/win/scoped_bstr.h"
-#include "googleurl/src/gurl.h"
#include "chrome_frame/chrome_frame_delegate.h"
#include "chrome_frame/http_negotiate.h"
#include "chrome_frame/ie8_types.h"
@@ -62,7 +61,6 @@ class ProtocolSinkWrap
: public CComObjectRootEx<CComMultiThreadModel>,
public IInternetProtocolSink {
public:
-
BEGIN_COM_MAP(ProtocolSinkWrap)
COM_INTERFACE_ENTRY(IInternetProtocolSink)
COM_INTERFACE_BLIND_DELEGATE()