summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_session_test_util.h')
-rw-r--r--net/spdy/spdy_session_test_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_session_test_util.h b/net/spdy/spdy_session_test_util.h
index 08a82ee..cc3f136 100644
--- a/net/spdy/spdy_session_test_util.h
+++ b/net/spdy/spdy_session_test_util.h
@@ -29,8 +29,8 @@ class SpdySessionTestTaskObserver : public base::MessageLoop::TaskObserver {
virtual ~SpdySessionTestTaskObserver();
// Implements MessageLoop::TaskObserver.
- virtual void WillProcessTask(const base::PendingTask& pending_task) OVERRIDE;
- virtual void DidProcessTask(const base::PendingTask& pending_task) OVERRIDE;
+ virtual void WillProcessTask(const base::PendingTask& pending_task) override;
+ virtual void DidProcessTask(const base::PendingTask& pending_task) override;
// Returns the number of tasks posted by the given function and file.
uint16 executed_count() const { return executed_count_; }