| Index: content/renderer/bmp_image_decoder_unittest.cc
|
| diff --git a/webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp b/content/renderer/bmp_image_decoder_unittest.cc
|
| similarity index 94%
|
| rename from webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp
|
| rename to content/renderer/bmp_image_decoder_unittest.cc
|
| index a1938637a4f8bc6b63a3a750606222354d902a24..7171e7f596711ad882e530685385f7fd36fb8240 100644
|
| --- a/webkit/tools/webcore_unit_tests/BMPImageDecoder_unittest.cpp
|
| +++ b/content/renderer/bmp_image_decoder_unittest.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "content/test/image_decoder_test.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebImageDecoder.h"
|
| -#include "webkit/tools/test_shell/image_decoder_unittest.h"
|
|
|
| class BMPImageDecoderTest : public ImageDecoderTest {
|
| public:
|
|
|