| Index: content/public/test/content_browser_test_utils.cc
|
| diff --git a/content/public/test/content_browser_test_utils.cc b/content/public/test/content_browser_test_utils.cc
|
| index a83c3a6e0ac28e7be1d4fb849fb698e3802bae46..47865445eddec02897dec4e0508fb70208f709d4 100644
|
| --- a/content/public/test/content_browser_test_utils.cc
|
| +++ b/content/public/test/content_browser_test_utils.cc
|
| @@ -110,7 +110,7 @@ class RenderViewCreatedObserver : public WebContentsObserver {
|
| }
|
|
|
| // WebContentsObserver:
|
| - virtual void RenderViewCreated(RenderViewHost* rvh) OVERRIDE {
|
| + virtual void RenderViewCreated(RenderViewHost* rvh) override {
|
| render_view_created_called_ = true;
|
| }
|
|
|
|
|