| Index: Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| diff --git a/Source/platform/graphics/ImageFrameGeneratorTest.cpp b/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| index 81d860fb3417f2d055f1c14ee16d8f1d76d8d64f..15bc479b92adf5b9474299224b056cacaa6e33db 100644
|
| --- a/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| +++ b/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "public/platform/WebThread.h"
|
| #include <gtest/gtest.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -332,4 +332,4 @@ TEST_F(ImageFrameGeneratorTest, decodingAllocatorFailure)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|