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 a2e7d182dc39af3493579b8302e9ed601cfdba3e..05042ea6faf7e79b6afa5d3f01107d0e63043692 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 |
@@ -263,7 +263,7 @@ TEST_F(NativeMessagingTest, EchoConnect) { |
switches::kNativeMessagingHosts, hosts_option); |
native_message_process_host_ = NativeMessageProcessHost::Create( |
- gfx::NativeView(), AsWeakPtr(), kTestNativeMessagingExtensionId, |
+ NULL, AsWeakPtr(), kTestNativeMessagingExtensionId, |
kTestNativeMessagingHostName, 0); |
ASSERT_TRUE(native_message_process_host_.get()); |