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

Unified Diff: Source/web/TextFinder.h

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 | « 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 03eb06434022d5321dbfd51e08e16ac2858e60a6..76ef25b7f13bc7ba3c424799817466b5375314e9 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"
« 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