Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: chromeos/network/network_state_handler_unittest.cc

Issue 2932373002: Add a battery icon to the right of Tether networks in system tray. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ash/system/network/network_list.cc ('K') | « ash/system/network/network_list.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_state_handler_unittest.cc
diff --git a/chromeos/network/network_state_handler_unittest.cc b/chromeos/network/network_state_handler_unittest.cc
index ad8af8e6c5493225e332acd1a724691d2d8717b9..823e94fc7e77a73734aaf4c7b2a12a20aea3ef42 100644
--- a/chromeos/network/network_state_handler_unittest.cc
+++ b/chromeos/network/network_state_handler_unittest.cc
@@ -337,9 +337,10 @@ TEST_F(NetworkStateHandlerTest, NetworkStateHandlerStub) {
EXPECT_EQ(kShillManagerClientStubDefaultWifi,
network_state_handler_->ConnectedNetworkByType(
NetworkTypePattern::WiFi())->path());
- EXPECT_EQ(kShillManagerClientStubCellular,
- network_state_handler_->FirstNetworkByType(
- NetworkTypePattern::Mobile())->path());
+ EXPECT_EQ(
+ kShillManagerClientStubCellular,
+ network_state_handler_->FirstNetworkByType(NetworkTypePattern::Mobile())
+ ->path());
stevenjb 2017/06/12 16:20:52 This file must have been touched somehow in the CL
EXPECT_EQ(
kShillManagerClientStubCellular,
network_state_handler_->FirstNetworkByType(NetworkTypePattern::Cellular())
« ash/system/network/network_list.cc ('K') | « ash/system/network/network_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698