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

Unified Diff: Source/web/tests/RunAllTests.cpp

Issue 461443002: Update Blink to include blink_test_environment.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/RunAllTests.cpp
diff --git a/Source/web/tests/RunAllTests.cpp b/Source/web/tests/RunAllTests.cpp
index 9160a6dce9c01d07f494adce327ad72dd9457821..dc272eceaa4fb044447948f4ec604ae1691ee396 100644
--- a/Source/web/tests/RunAllTests.cpp
+++ b/Source/web/tests/RunAllTests.cpp
@@ -35,7 +35,7 @@
#include "public/platform/Platform.h"
#include "public/web/WebKit.h"
#include "web/tests/WebUnitTests.h"
-#include <content/test/webkit_support.h>
+#include <content/test/blink_test_environment.h>
namespace {
@@ -43,12 +43,12 @@ namespace {
// in a shared library build. See WebUnitTests.h for more details.
void preTestHook()
{
- content::SetUpTestEnvironmentForUnitTests();
+ content::SetUpBlinkTestEnvironment();
}
void postTestHook()
{
- content::TearDownTestEnvironment();
+ content::TearDownBlinkTestEnvironment();
}
} // namespace
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698