Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1309)

Unified Diff: content/test/image_decoder_test.h

Issue 12725006: Move image decoder unit tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits addressed Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/ico_image_decoder_unittest.cc ('k') | content/test/image_decoder_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/renderer/ico_image_decoder_unittest.cc ('k') | content/test/image_decoder_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698