| Index: content/test/image_decoder_test.h
|
| diff --git a/webkit/tools/test_shell/image_decoder_unittest.h b/content/test/image_decoder_test.h
|
| similarity index 93%
|
| rename from webkit/tools/test_shell/image_decoder_unittest.h
|
| rename to content/test/image_decoder_test.h
|
| index 29d2372a91916d6ca0cd6f9c28f9e9842e188b75..a7130eaabef6620d2f0ea18697651f9688aca3d9 100644
|
| --- a/webkit/tools/test_shell/image_decoder_unittest.h
|
| +++ b/content/test/image_decoder_test.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_TOOLS_TEST_SHELL_IMAGE_DECODER_UNITTEST_H_
|
| -#define WEBKIT_TOOLS_TEST_SHELL_IMAGE_DECODER_UNITTEST_H_
|
| +#ifndef CONTENT_TEST_IMAGE_DECODER_TEST_H_
|
| +#define CONTENT_TEST_IMAGE_DECODER_TEST_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -83,4 +83,4 @@ class ImageDecoderTest : public testing::Test {
|
| DISALLOW_COPY_AND_ASSIGN(ImageDecoderTest);
|
| };
|
|
|
| -#endif // WEBKIT_TOOLS_TEST_SHELL_IMAGE_DECODER_UNITTEST_H_
|
| +#endif // CONTENT_TEST_IMAGE_DECODER_TEST_H_
|
|
|