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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2712033002: Part 1 Of Renaming FrameLoaderClient to LocalFrameClient. (Closed)
Patch Set: Change all forward declarations of FrameLoaderClient to LocalFrameClient and fix call sites. Created 3 years, 10 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: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index ec4d9b23f196cb65f522d325504ce542db095b6b..1ef01b3e21c6b6fda69a3fb1955b8d1536fda56f 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -45,6 +45,7 @@
#include "web/WebInputMethodControllerImpl.h"
#include "wtf/Compiler.h"
#include "wtf/text/WTFString.h"
+
#include <memory>
namespace blink {
@@ -419,7 +420,7 @@ class WEB_EXPORT WebLocalFrameImpl final
DECLARE_TRACE();
private:
- friend class FrameLoaderClientImpl;
+ friend class LocalFrameClientImpl;
WebLocalFrameImpl(WebTreeScopeType,
WebFrameClient*,

Powered by Google App Engine
This is Rietveld 408576698