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

Unified Diff: ash/system/chromeos/power/power_status_unittest.cc

Issue 181413006: Replace misc. network stub flags with more flexible ones (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elim. shill_stub_helper and move functions to clients. Created 6 years, 10 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
Index: ash/system/chromeos/power/power_status_unittest.cc
diff --git a/ash/system/chromeos/power/power_status_unittest.cc b/ash/system/chromeos/power/power_status_unittest.cc
index ba9d2c11308effd7d272a4d6bc8e5c9fa4870eed..34d4548af2f8a7c382c6eab98d001b96e9efa0a6 100644
--- a/ash/system/chromeos/power/power_status_unittest.cc
+++ b/ash/system/chromeos/power/power_status_unittest.cc
@@ -69,7 +69,7 @@ class PowerStatusTest : public testing::Test {
TEST_F(PowerStatusTest, InitializeAndUpdate) {
// Test that the initial power supply state should be acquired after
// PowerStatus is instantiated. This depends on
- // PowerManagerClientStubImpl, which responds to power status update
+ // FakePowerManagerClient, which responds to power status update
// requests, pretends there is a battery present, and generates some valid
// power supply status data.
message_loop_.RunUntilIdle();

Powered by Google App Engine
This is Rietveld 408576698