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

Unified Diff: Source/core/editing/VisibleSelectionTest.cpp

Issue 1105333002: Introduce printers for Node and Position for ease of developing GTest test files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-05-21T15:05:46 Created 5 years, 7 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 | « Source/core/core.gypi ('k') | Source/core/testing/CoreTestHelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/VisibleSelectionTest.cpp
diff --git a/Source/core/editing/VisibleSelectionTest.cpp b/Source/core/editing/VisibleSelectionTest.cpp
index b8bada86806a4a71b45f0b78de361eb373afcd49..ee8f51fb447baa7bc95b4fda2165c41288535422 100644
--- a/Source/core/editing/VisibleSelectionTest.cpp
+++ b/Source/core/editing/VisibleSelectionTest.cpp
@@ -9,6 +9,7 @@
#include "core/dom/Range.h"
#include "core/dom/Text.h"
#include "core/html/HTMLElement.h"
+#include "core/testing/CoreTestHelpers.h"
#include "core/testing/DummyPageHolder.h"
#include <gtest/gtest.h>
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/testing/CoreTestHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698