Index: chrome/browser/sync/test/test_http_bridge_factory.h |
diff --git a/chrome/browser/sync/test/test_http_bridge_factory.h b/chrome/browser/sync/test/test_http_bridge_factory.h |
index ed47f2c91d0a15d6a490ff271e3e5139a471cae2..d39f72c20e6afb68f2c504f37c5ad394712869e4 100644 |
--- a/chrome/browser/sync/test/test_http_bridge_factory.h |
+++ b/chrome/browser/sync/test/test_http_bridge_factory.h |
@@ -35,7 +35,7 @@ class TestHttpBridge : public sync_api::HttpPostProviderInterface { |
virtual const std::string GetResponseHeaderValue( |
const std::string&) const OVERRIDE; |
- virtual void Abort(); |
+ virtual void Abort() OVERRIDE; |
// End sync_api::HttpPostProviderInterface implementation. |
}; |