| Index: Source/platform/testing/ArenaTestHelpers.h
|
| diff --git a/Source/platform/testing/ArenaTestHelpers.h b/Source/platform/testing/ArenaTestHelpers.h
|
| index a13fa59c06ded12f8a1ca42f78f737027b9fc881..859c7466761430c5d0eb18b2f903431c784240c8 100644
|
| --- a/Source/platform/testing/ArenaTestHelpers.h
|
| +++ b/Source/platform/testing/ArenaTestHelpers.h
|
| @@ -32,7 +32,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| namespace ArenaTestHelpers {
|
|
|
| // An allocator for the PODArena which tracks the regions which have
|
| @@ -75,6 +75,6 @@ private:
|
| };
|
|
|
| } // namespace ArenaTestHelpers
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ArenaTestHelpers_h
|
|
|