diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/protocol_sink_wrap.h | 2 | ||||
-rw-r--r-- | chrome_frame/urlmon_moniker.h | 4 |
2 files changed, 1 insertions, 5 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() diff --git a/chrome_frame/urlmon_moniker.h b/chrome_frame/urlmon_moniker.h index ea3245c..ea4729d 100644 --- a/chrome_frame/urlmon_moniker.h +++ b/chrome_frame/urlmon_moniker.h @@ -14,7 +14,6 @@ #include "base/logging.h" #include "base/threading/thread_local.h" #include "base/win/scoped_variant.h" -#include "googleurl/src/gurl.h" #include "chrome_frame/utils.h" // This file contains classes that are used to cache the contents of a top-level @@ -171,7 +170,7 @@ class NavigationManager { // original document contents in order to avoid multiple network trips // if we need to switch the renderer over to CF. class MonikerPatch { - MonikerPatch() {} // no instances should be created of this class. + MonikerPatch() {} // no instances should be created of this class. public: // Patches two IMoniker methods, BindToObject and BindToStorage. static bool Initialize(); @@ -192,7 +191,6 @@ class MonikerPatch { static STDMETHODIMP BindToStorage(IMoniker_BindToStorage_Fn original, IMoniker* me, IBindCtx* bind_ctx, IMoniker* to_left, REFIID iid, void** obj); - }; extern wchar_t* kChromeRequestParam; |