| 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 fde1ad036db7e25b0f11be53fd2e67e4303137e0..fb5108e8214dda278f12dc26abddec9497aa346e 100644
|
| --- a/ash/system/chromeos/network/network_state_notifier_unittest.cc
|
| +++ b/ash/system/chromeos/network/network_state_notifier_unittest.cc
|
| @@ -96,7 +96,7 @@ TEST_F(NetworkStateNotifierTest, ConnectionFailure) {
|
| EXPECT_FALSE(GetSystemTray()->CloseNotificationBubbleForTest());
|
| // State -> Failure for connecting network should spawn a notification
|
| SetServiceState("wifi1", flimflam::kStateAssociation);
|
| - NetworkStateHandler::Get()->SetConnectingNetwork("wifi1");
|
| + NetworkHandler::Get()->network_state_handler()->SetConnectingNetwork("wifi1");
|
| SetServiceState("wifi1", flimflam::kStateFailure);
|
| EXPECT_TRUE(GetSystemTray()->CloseNotificationBubbleForTest());
|
| // Failure -> Idle should not spawn a notification
|
|
|