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(); |