Chromium Code Reviews| Index: Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp |
| diff --git a/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp b/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp |
| index 60cf7f338040ecf2a709963638252fc714a0add8..db39a29bfc4c3c35fdb767c8285ea3a882eae7cd 100644 |
| --- a/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp |
| +++ b/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp |
| @@ -44,7 +44,6 @@ |
| #include <gtest/gtest.h> |
| using namespace blink; |
|
tkent
2014/08/26 22:03:14
nit: this |using| should be put in the following n
|
| -using namespace blink; |
| namespace { |