| Index: Source/platform/PODArenaTest.cpp
|
| diff --git a/Source/platform/PODArenaTest.cpp b/Source/platform/PODArenaTest.cpp
|
| index 52dfa2ed172a57b574d4c3696cd88b82f6510773..008edb881264007d088bdedee8cac09e92bc8979 100644
|
| --- a/Source/platform/PODArenaTest.cpp
|
| +++ b/Source/platform/PODArenaTest.cpp
|
| @@ -34,7 +34,7 @@
|
| #include <algorithm>
|
| #include <gtest/gtest.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| using ArenaTestHelpers::TrackedAllocator;
|
|
|
| @@ -103,4 +103,4 @@ TEST_F(PODArenaTest, RunsConstructors)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|