Index: content/test/image_decoder_test.h |
diff --git a/content/test/image_decoder_test.h b/content/test/image_decoder_test.h |
index 379cf4e029a39bbc0749cb7f890d4fcbfbaa7b3b..a9eca206715277b9c9c49e4b001d84007015ffba 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; |
+ virtual void SetUp() override; |
// Returns the vector of image files for testing. |
std::vector<base::FilePath> GetImageFiles() const; |