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

Unified Diff: Source/web/TextFinder.h

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 | « no previous file | Source/web/TextFinder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/TextFinder.h
diff --git a/Source/web/WebFrameImpl.h b/Source/web/TextFinder.h
similarity index 99%
copy from Source/web/WebFrameImpl.h
copy to Source/web/TextFinder.h
index 37b667bb5a0b0ea44fbf2f39eafb10d8fd01b52b..1e323218e8bc06ebbe6272ea11a98d217b2104de 100644
--- a/Source/web/WebFrameImpl.h
+++ b/Source/web/TextFinder.h
@@ -28,8 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebFrameImpl_h
-#define WebFrameImpl_h
+#ifndef TextFinder_h
+#define TextFinder_h
#include "WebFrame.h"
@@ -521,4 +521,4 @@ void toWebFrameImpl(const WebFrameImpl*);
} // namespace WebKit
-#endif
+#endif // TextFinder_h
« no previous file with comments | « no previous file | Source/web/TextFinder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698