| Index: content/browser/renderer_host/render_widget_host_view_aura_unittest.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_aura_unittest.cc (revision 170548)
|
| +++ content/browser/renderer_host/render_widget_host_view_aura_unittest.cc (working copy)
|
| @@ -138,7 +138,7 @@
|
|
|
| // Check that we'll also say it's okay to activate the window when there's an
|
| // ActivationClient defined.
|
| - EXPECT_TRUE(view_->ShouldActivate());
|
| + EXPECT_TRUE(view_->ShouldActivate(NULL));
|
| }
|
|
|
| // Checks that a fullscreen view is destroyed when it loses the focus.
|
|
|