| Index: chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| index 8653d10646d4395ad08a285bef7a18dcd7ec6f1c..cd050cd261cc16635a8cf09c68e7731ca91379d4 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| +++ b/chrome/browser/extensions/api/messaging/native_message_process_host_unittest.cc
|
| @@ -218,7 +218,7 @@ TEST_F(NativeMessagingTest, EchoConnect) {
|
| switches::kNativeMessagingHosts, hosts_option);
|
|
|
| native_message_process_host_ = NativeMessageProcessHost::Create(
|
| - AsWeakPtr(), kTestNativeMessagingExtensionId,
|
| + gfx::NativeView(), AsWeakPtr(), kTestNativeMessagingExtensionId,
|
| kTestNativeMessagingHostName, 0);
|
| ASSERT_TRUE(native_message_process_host_.get());
|
|
|
|
|