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

Unified Diff: third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp

Issue 2771783003: Move wtf_unittests to platform/wtf/. (Closed)
Patch Set: Rebase. Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
diff --git a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp b/third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
similarity index 90%
rename from third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
rename to third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
index 1d23af76b0a66b00df4649eafc3f000eaf744f43..307211cb79c01e421b18040f0a9b708729eee761 100644
--- a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp
+++ b/third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp
@@ -28,11 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/CryptographicallyRandomNumber.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/WTF.h"
-#include "wtf/allocator/Partitions.h"
-#include <base/test/test_suite.h>
+#include "base/test/test_suite.h"
+#include "platform/wtf/CryptographicallyRandomNumber.h"
+#include "platform/wtf/CurrentTime.h"
+#include "platform/wtf/WTF.h"
+#include "platform/wtf/allocator/Partitions.h"
#include <string.h>
static double dummyCurrentTime() {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/dtoa_test.cpp ('k') | third_party/WebKit/Source/platform/wtf/text/AtomicStringTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698