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

Unified Diff: Source/web/TextFinder.cpp

Issue 68263009: Copy WebFrameImpl.{cpp,h} to TextFinder.{cpp,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@upload-review-3
Patch Set: Rename InFrameFinder class to TextFinder Created 7 years, 1 month 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 | « Source/web/TextFinder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/TextFinder.cpp
diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/TextFinder.cpp
similarity index 99%
copy from Source/web/WebFrameImpl.cpp
copy to Source/web/TextFinder.cpp
index 81b3706673489753273a3f070233e6c5b90f21c0..bb93a2e9693a7228839602f085cdad61af1ef447 100644
--- a/Source/web/WebFrameImpl.cpp
+++ b/Source/web/TextFinder.cpp
@@ -72,7 +72,7 @@
// the DOM.
#include "config.h"
-#include "WebFrameImpl.h"
+#include "TextFinder.h"
#include <algorithm>
#include "AssociatedURLLoader.h"
« no previous file with comments | « Source/web/TextFinder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698