| Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| index 417d916e58fef857d1b339e0f8709cd935dda2f6..17a1bc480fef12d3719397d0e9bdd2c84086def4 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
|
| @@ -145,9 +145,9 @@ class TestShortHangTimeoutGuestFactory : public TestBrowserPluginHostFactory {
|
| public:
|
| virtual BrowserPluginGuest* CreateBrowserPluginGuest(
|
| int instance_id, WebContentsImpl* web_contents) OVERRIDE {
|
| - BrowserPluginGuest* guest =
|
| + TestBrowserPluginGuest* guest =
|
| new TestBrowserPluginGuest(instance_id, web_contents);
|
| - guest->set_guest_hang_timeout_for_testing(TestTimeouts::tiny_timeout());
|
| + guest->set_guest_hang_timeout(TestTimeouts::tiny_timeout());
|
| return guest;
|
| }
|
|
|
|
|