Index: backlight_controller.h |
diff --git a/backlight_controller.h b/backlight_controller.h |
index 52f20b8cd65f111fcbf94e787a25f152a463129f..17176b81f861a15bb971c590046b574c8519a8af 100644 |
--- a/backlight_controller.h |
+++ b/backlight_controller.h |
@@ -25,7 +25,7 @@ enum PowerState { |
class BacklightController { |
public: |
explicit BacklightController(BacklightInterface* backlight, |
- PowerPrefsInterface *prefs); |
+ PowerPrefsInterface* prefs); |
virtual ~BacklightController() {} |
// Initialize the object. |