Index: chromeos/dbus/power_manager_client.h |
diff --git a/chromeos/dbus/power_manager_client.h b/chromeos/dbus/power_manager_client.h |
index 3accbadb713a6139ddd27b93f9f6682c527e0a3e..99ffd52c891acda2e9c1c25607769936d239cd61 100644 |
--- a/chromeos/dbus/power_manager_client.h |
+++ b/chromeos/dbus/power_manager_client.h |
@@ -105,7 +105,7 @@ class CHROMEOS_EXPORT PowerManagerClient { |
DISABLE_IDLE_DIM = 1 << 0, // Disable screen dimming on idle. |
DISABLE_IDLE_BLANK = 1 << 1, // Disable screen blanking on idle. |
DISABLE_IDLE_SUSPEND = 1 << 2, // Disable suspend on idle. |
- DISABLE_IDLE_LID_SUSPEND = 1 << 3, // Disable suspend on lid closed. |
+ DISABLE_LID_SUSPEND = 1 << 3, // Disable suspend on lid closed. |
}; |
// Adds and removes the observer. |