Index: chrome/renderer/chrome_mock_render_thread.h |
diff --git a/chrome/renderer/chrome_mock_render_thread.h b/chrome/renderer/chrome_mock_render_thread.h |
index 72a8f2a66df9a4236b20543380eb5e035d8e6c5e..9b5afaae4a41554ddf0f1ea5e39ce7fed72bccb1 100644 |
--- a/chrome/renderer/chrome_mock_render_thread.h |
+++ b/chrome/renderer/chrome_mock_render_thread.h |
@@ -32,7 +32,7 @@ class ChromeMockRenderThread : public content::MockRenderThread { |
// content::RenderThread overrides. |
virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() |
- OVERRIDE; |
+ override; |
////////////////////////////////////////////////////////////////////////// |
// The following functions are called by the test itself. |
@@ -59,7 +59,7 @@ class ChromeMockRenderThread : public content::MockRenderThread { |
private: |
// Overrides base class implementation to add custom handling for |
// print and extensions. |
- virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
+ virtual bool OnMessageReceived(const IPC::Message& msg) override; |
// The callee expects to be returned a valid channel_id. |
void OnOpenChannelToExtension(int routing_id, |