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

Unified Diff: chrome_frame/urlmon_moniker.h

Issue 15600006: Cleanup: Remove unneeded gurl.h includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: remove file Created 7 years, 6 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
Index: chrome_frame/urlmon_moniker.h
===================================================================
--- chrome_frame/urlmon_moniker.h (revision 207184)
+++ chrome_frame/urlmon_moniker.h (working copy)
@@ -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 @@
// 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 @@
static STDMETHODIMP BindToStorage(IMoniker_BindToStorage_Fn original,
IMoniker* me, IBindCtx* bind_ctx,
IMoniker* to_left, REFIID iid, void** obj);
-
};
extern wchar_t* kChromeRequestParam;
« no previous file with comments | « chrome_frame/protocol_sink_wrap.h ('k') | components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698