| 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
|
|
|