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

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

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/tests/RenderTableRowTest.cpp ('k') | Source/web/tests/ScrollingCoordinatorChromiumTest.cpp » ('j') | 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 d325c31cc3497b45fe039812b254895dd9dc08b4..dface958465cfc55369daae74fd32159a88bb354 100644
--- a/Source/web/tests/RunAllTests.cpp
+++ b/Source/web/tests/RunAllTests.cpp
@@ -52,11 +52,11 @@
int main(int argc, char** argv)
{
#if defined(BLINK_DLL_UNITTEST)
- WebKit::InitTestSuite(argc, argv);
+ blink::InitTestSuite(argc, argv);
content::SetUpTestEnvironmentForWebKitUnitTests();
- int result = WebKit::RunAllUnitTests();
+ int result = blink::RunAllUnitTests();
content::TearDownEnvironmentForWebKitUnitTests();
- WebKit::DeleteTestSuite();
+ blink::DeleteTestSuite();
#else
::testing::InitGoogleMock(&argc, argv);
TestSuite testSuite(argc, argv);
« no previous file with comments | « Source/web/tests/RenderTableRowTest.cpp ('k') | Source/web/tests/ScrollingCoordinatorChromiumTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698