| Index: Source/core/timing/MemoryInfoTest.cpp
|
| diff --git a/Source/core/timing/MemoryInfoTest.cpp b/Source/core/timing/MemoryInfoTest.cpp
|
| index 70106042eaa3c7e6b17aea3ba213a58db0f8fb80..0b22803fc860e8f16333d4b5db7287778d67864d 100644
|
| --- a/Source/core/timing/MemoryInfoTest.cpp
|
| +++ b/Source/core/timing/MemoryInfoTest.cpp
|
| @@ -29,14 +29,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/timing/MemoryInfo.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| TEST(MemoryInfo, quantizeMemorySize)
|
| {
|
| @@ -58,4 +55,4 @@ TEST(MemoryInfo, quantizeMemorySize)
|
| EXPECT_EQ(10000000u, quantizeMemorySize(0));
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|