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

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

Issue 2712033002: Part 1 Of Renaming FrameLoaderClient to LocalFrameClient. (Closed)
Patch Set: 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 832a511e0485052b894fc45c2c29d0a892bcc36b..8c0ed2bbb7859f42e1c9b718d68a6b062a667187 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 {
@@ -420,7 +421,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