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

Unified Diff: Source/web/TextFinder.cpp

Issue 119113003: Copy WebFrameImpl.{cpp,h} to TextFinder.{cpp,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: With copy-detection Created 7 years 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 8bd58c8fd7c7afed4424ddc0835692b6b8c666c2..b49c4d637f269781255e44a355c6ab77b549b745 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