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

Unified Diff: Source/web/AssociatedURLLoader.h

Issue 241303002: Rename WebFrameImpl to WebLocalFrameImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Mac too Created 6 years, 8 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 | « no previous file | Source/web/AssociatedURLLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssociatedURLLoader.h
diff --git a/Source/web/AssociatedURLLoader.h b/Source/web/AssociatedURLLoader.h
index ac50eb92c24c6a8134f0d0fbf288040393f850cb..484e1a5d3352a55dcf813e0607ba111ec27d0dc4 100644
--- a/Source/web/AssociatedURLLoader.h
+++ b/Source/web/AssociatedURLLoader.h
@@ -41,13 +41,13 @@ namespace WebCore { class DocumentThreadableLoader; }
namespace blink {
-class WebFrameImpl;
+class WebLocalFrameImpl;
// This class is used to implement WebFrame::createAssociatedURLLoader.
class AssociatedURLLoader FINAL : public WebURLLoader {
WTF_MAKE_NONCOPYABLE(AssociatedURLLoader);
public:
- AssociatedURLLoader(PassRefPtr<WebFrameImpl>, const WebURLLoaderOptions&);
+ AssociatedURLLoader(PassRefPtr<WebLocalFrameImpl>, const WebURLLoaderOptions&);
~AssociatedURLLoader();
// WebURLLoader methods:
@@ -60,7 +60,7 @@ private:
class ClientAdapter;
- RefPtr<WebFrameImpl> m_frameImpl;
+ RefPtr<WebLocalFrameImpl> m_frameImpl;
WebURLLoaderOptions m_options;
WebURLLoaderClient* m_client;
OwnPtr<ClientAdapter> m_clientAdapter;
« no previous file with comments | « no previous file | Source/web/AssociatedURLLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698