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

Unified Diff: Source/web/tests/WebUnitTests.h

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/WebURLResponseTest.cpp ('k') | Source/web/tests/WebUnitTests.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebUnitTests.h
diff --git a/Source/web/tests/WebUnitTests.h b/Source/web/tests/WebUnitTests.h
index c07c01487554e49924110d60d842678d0cf64ff3..9b8c2a7b6a4ce4a635f3cb0f5407e49a3a40add5 100644
--- a/Source/web/tests/WebUnitTests.h
+++ b/Source/web/tests/WebUnitTests.h
@@ -33,7 +33,7 @@
#include "public/platform/WebCommon.h"
-namespace WebKit {
+namespace blink {
// In chromium multi-dll build, webkit unittest code are compiled in webkit.dll.
// This means the test suite object needs to be initialized inside WebKit.
@@ -51,6 +51,6 @@ BLINK_EXPORT int RunAllUnitTests();
// Deletes the global testSuite object inside webkit.dll
BLINK_EXPORT void DeleteTestSuite();
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/tests/WebURLResponseTest.cpp ('k') | Source/web/tests/WebUnitTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698