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

Unified Diff: backlight_controller.h

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
« no previous file with comments | « no previous file | backlight_controller.cc » ('j') | power_prefs.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | backlight_controller.cc » ('j') | power_prefs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698