| Index: content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.cc b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| index 3bc074c6abeb5d177ad919dc79dea5854cd9e3fd..6d38df080ee5cc34543a24a4c17b9b612d4fc3f9 100644
|
| --- a/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| @@ -16,7 +16,7 @@ class BrowserPluginGuest;
|
| TestBrowserPluginGuest::TestBrowserPluginGuest(
|
| int instance_id,
|
| WebContentsImpl* web_contents)
|
| - : BrowserPluginGuest(instance_id, false, web_contents, NULL),
|
| + : BrowserPluginGuest(instance_id, false, web_contents),
|
| update_rect_count_(0),
|
| exit_observed_(false),
|
| focus_observed_(false),
|
|
|