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

Unified Diff: Source/core/editing/SelectionEditor.h

Issue 1331543002: Copy FrameSelection.{cpp,h} to SelectionEditor.{cpp,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-09-07T14:25:51 Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/core/editing/SelectionEditor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SelectionEditor.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/SelectionEditor.h
similarity index 99%
copy from Source/core/editing/FrameSelection.h
copy to Source/core/editing/SelectionEditor.h
index f67f19a8eb03f877c18d9a5f03ddd8d8c3ca8b71..63c07aab50a78d9a6ab77e1f422ffd836045ac19 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/SelectionEditor.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef FrameSelection_h
-#define FrameSelection_h
+#ifndef SelectionEditor_h
+#define SelectionEditor_h
#include "core/CoreExport.h"
#include "core/dom/Range.h"
@@ -343,4 +343,4 @@ void showTree(const blink::FrameSelection&);
void showTree(const blink::FrameSelection*);
#endif
-#endif // FrameSelection_h
+#endif // SelectionEditor_h
« no previous file with comments | « no previous file | Source/core/editing/SelectionEditor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698