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

Unified Diff: webkit/glue/webframeloaderclient_impl.h

Issue 273003: Convert types in WebFrameLoaderClientImpl in preparation for moving... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« no previous file with comments | « webkit/glue/chrome_client_impl.cc ('k') | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframeloaderclient_impl.h
===================================================================
--- webkit/glue/webframeloaderclient_impl.h (revision 28523)
+++ webkit/glue/webframeloaderclient_impl.h (working copy)
@@ -6,10 +6,10 @@
#define WEBKIT_GLUE_WEBFRAMELOADERCLIENT_IMPL_H_
#include "FrameLoaderClient.h"
+#include "KURL.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/RefPtr.h>
-#include "googleurl/src/gurl.h"
#include "webkit/api/public/WebNavigationPolicy.h"
#include "webkit/glue/webview_delegate.h"
@@ -209,7 +209,7 @@
WebKit::WebNavigationPolicy* policy);
// Called when a dummy back-forward navigation is intercepted.
- void HandleBackForwardNavigation(const GURL&);
+ void HandleBackForwardNavigation(const WebCore::KURL&);
PassOwnPtr<WebKit::WebPluginLoadObserver> GetPluginLoadObserver();
@@ -228,8 +228,8 @@
// and the dest URL matches that load, we know that it was the result of a
// previous client redirect and the source should be added as a redirect.
// Both should be empty if unused.
- GURL expected_client_redirect_src_;
- GURL expected_client_redirect_dest_;
+ WebCore::KURL expected_client_redirect_src_;
+ WebCore::KURL expected_client_redirect_dest_;
// Contains a pointer to the plugin widget.
WTF::RefPtr<WebKit::WebPluginContainerImpl> plugin_widget_;
« no previous file with comments | « webkit/glue/chrome_client_impl.cc ('k') | webkit/glue/webframeloaderclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698