| Index: content/browser/frame_host/render_frame_host_manager_browsertest.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_manager_browsertest.cc b/content/browser/frame_host/render_frame_host_manager_browsertest.cc
|
| index 34021e7d12448523a1ef983e72df630651d9076e..3875c9c56d7648883a8dbcd904e24a20ded78700 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager_browsertest.cc
|
| +++ b/content/browser/frame_host/render_frame_host_manager_browsertest.cc
|
| @@ -1156,7 +1156,7 @@ class RenderViewHostDestructionObserver : public WebContentsObserver {
|
|
|
| private:
|
| // WebContentsObserver implementation:
|
| - virtual void RenderViewDeleted(RenderViewHost* rvh) OVERRIDE {
|
| + virtual void RenderViewDeleted(RenderViewHost* rvh) override {
|
| watched_render_view_hosts_.erase(rvh);
|
| }
|
|
|
| @@ -1385,7 +1385,7 @@ class RFHMProcessPerTabTest : public RenderFrameHostManagerTest {
|
| public:
|
| RFHMProcessPerTabTest() {}
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kProcessPerTab);
|
| }
|
| };
|
|
|