| Index: Source/platform/PurgeableVectorTest.cpp
|
| diff --git a/Source/platform/PurgeableVectorTest.cpp b/Source/platform/PurgeableVectorTest.cpp
|
| index 35fd6f32742c67f9291a3e50de8881855335968d..fe55865e44d694b0ff279d6b6cf64c977689553e 100644
|
| --- a/Source/platform/PurgeableVectorTest.cpp
|
| +++ b/Source/platform/PurgeableVectorTest.cpp
|
| @@ -34,15 +34,11 @@
|
| #include "platform/TestingPlatformSupport.h"
|
| #include "public/platform/WebDiscardableMemory.h"
|
| #include "wtf/Vector.h"
|
| -
|
| #include <algorithm>
|
| #include <cstdlib>
|
| -
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| const size_t kTestSize = 32 * 1024;
|
|
|
| @@ -333,5 +329,4 @@ TEST_P(PurgeableVectorTestWithPlatformSupport, lockingUsesACounter)
|
| INSTANTIATE_TEST_CASE_P(testsWithPlatformSetUp, PurgeableVectorTestWithPlatformSupport,
|
| ::testing::Values(DontSupportDiscardableMemory, SupportDiscardableMemory));
|
|
|
| -} // namespace
|
| -
|
| +} // namespace blink
|
|
|