Index: components/component_updater/test/url_request_post_interceptor.h |
diff --git a/components/component_updater/test/url_request_post_interceptor.h b/components/component_updater/test/url_request_post_interceptor.h |
index ea490bf4e0e579c2b23c6896df13541b8049c019..01a5ef4efdfb97a1aaae60d1a724ce2ed35af2d9 100644 |
--- a/components/component_updater/test/url_request_post_interceptor.h |
+++ b/components/component_updater/test/url_request_post_interceptor.h |
@@ -171,7 +171,7 @@ class InterceptorFactory : public URLRequestPostInterceptorFactory { |
class PartialMatch : public URLRequestPostInterceptor::RequestMatcher { |
public: |
explicit PartialMatch(const std::string& expected) : expected_(expected) {} |
- virtual bool Match(const std::string& actual) const OVERRIDE; |
+ virtual bool Match(const std::string& actual) const override; |
private: |
const std::string expected_; |