Index: ash/system/chromeos/network/network_state_notifier_unittest.cc |
diff --git a/ash/system/chromeos/network/network_state_notifier_unittest.cc b/ash/system/chromeos/network/network_state_notifier_unittest.cc |
index 31107ecbdada54a4fe51ef44a8938cc8329396e7..5cfa1fe9a102aec6ceca5812e2c8672b1139c645 100644 |
--- a/ash/system/chromeos/network/network_state_notifier_unittest.cc |
+++ b/ash/system/chromeos/network/network_state_notifier_unittest.cc |
@@ -93,7 +93,7 @@ class NetworkStateNotifierTest : public AshTestBase { |
TEST_F(NetworkStateNotifierTest, ConnectionFailure) { |
EXPECT_FALSE(GetSystemTray()->HasNotificationBubble()); |
- ash::network_connect::ConnectToNetwork("wifi1", NULL /* owning_window */); |
+ ash::network_connect::ConnectToNetwork("wifi1"); |
RunAllPendingInMessageLoop(); |
// Failure should spawn a notification. |
message_center::MessageCenter* message_center = |