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

Unified Diff: backlight_controller.cc

Issue 2689004: Convert 'char *' to 'char*' throughout power manager. (Closed) Base URL: ssh://git@chromiumos-git/power_manager.git
Patch Set: Created 10 years, 6 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: backlight_controller.cc
diff --git a/backlight_controller.cc b/backlight_controller.cc
index a29e7bcdfd9cde643119171a6c1d96a079431df7..252b89c60a0bfe582d533c30dd793c4ff1f28171 100644
--- a/backlight_controller.cc
+++ b/backlight_controller.cc
@@ -13,7 +13,7 @@
namespace power_manager {
BacklightController::BacklightController(BacklightInterface* backlight,
- PowerPrefsInterface *prefs)
+ PowerPrefsInterface* prefs)
: backlight_(backlight),
prefs_(prefs),
als_brightness_level_(0),

Powered by Google App Engine
This is Rietveld 408576698