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

Unified Diff: chromeos/dbus/power_manager_client.cc

Issue 249413002: chromeos: Clean up PowerManagerClient nits from r265058. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « chromeos/dbus/fake_power_manager_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/power_manager_client.cc
diff --git a/chromeos/dbus/power_manager_client.cc b/chromeos/dbus/power_manager_client.cc
index 80df142a484fe0a5b3b042157710b1ca9acaacf0..587e43f79992af6b6acaa62f82eb49448ce849d8 100644
--- a/chromeos/dbus/power_manager_client.cc
+++ b/chromeos/dbus/power_manager_client.cc
@@ -503,7 +503,7 @@ class PowerManagerClientImpl : public PowerManagerClient {
}
FOR_EACH_OBSERVER(Observer, observers_,
IdleActionImminent(base::TimeDelta::FromInternalValue(
- proto.time_until_idle_action())));
+ proto.time_until_idle_action())));
}
void IdleActionDeferredReceived(dbus::Signal* signal) {
« no previous file with comments | « chromeos/dbus/fake_power_manager_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698