Index: content/test/image_decoder_test.h |
diff --git a/content/test/image_decoder_test.h b/content/test/image_decoder_test.h |
index a9eca206715277b9c9c49e4b001d84007015ffba..9e2a8003723fe1cfe111cebcc8fb08d2b4b5aab3 100644 |
--- a/content/test/image_decoder_test.h |
+++ b/content/test/image_decoder_test.h |
@@ -41,7 +41,7 @@ class ImageDecoderTest : public testing::Test { |
explicit ImageDecoderTest(const std::string& format) : format_(format) { } |
protected: |
- virtual void SetUp() override; |
+ void SetUp() override; |
// Returns the vector of image files for testing. |
std::vector<base::FilePath> GetImageFiles() const; |