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

Unified Diff: third_party/WebKit/Source/web/TextCheckerClientImpl.cpp

Issue 2877363002: Move more classes over to use WebLocalFrameBase instead of WebLocalFrameImpl. (Closed)
Patch Set: Created 3 years, 7 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/TextCheckerClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp b/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp
index 4c2a782dec878584eeb51c97d2964184eed1a14b..1da109ec1429bec851f231e4852fae966bcf8379 100644
--- a/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp
+++ b/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp
@@ -4,14 +4,14 @@
#include "web/TextCheckerClientImpl.h"
#include "core/exported/WebViewBase.h"
+#include "core/frame/WebLocalFrameBase.h"
#include "public/web/WebTextCheckClient.h"
#include "public/web/WebTextCheckingResult.h"
-#include "web/WebLocalFrameImpl.h"
#include "web/WebTextCheckingCompletionImpl.h"
namespace blink {
-TextCheckerClientImpl::TextCheckerClientImpl(WebLocalFrameImpl* web_local_frame)
+TextCheckerClientImpl::TextCheckerClientImpl(WebLocalFrameBase* web_local_frame)
: web_local_frame_(web_local_frame) {}
DEFINE_TRACE(TextCheckerClientImpl) {
« no previous file with comments | « third_party/WebKit/Source/web/TextCheckerClientImpl.h ('k') | third_party/WebKit/Source/web/UserMediaClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698