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

Unified Diff: power_prefs_interface.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, 7 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: power_prefs_interface.h
diff --git a/power_prefs_interface.h b/power_prefs_interface.h
index ed766af409d4b8ab23e984d8bbb519195a99192e..7a45e74fcdf966058fe0a9978e42f1632d8894fc 100644
--- a/power_prefs_interface.h
+++ b/power_prefs_interface.h
@@ -12,7 +12,7 @@ class PowerPrefsInterface {
public:
// Read a setting from disk into |val|
// Returns true if successful; otherwise returns false.
- virtual bool ReadSetting(const char* setting_name, int64 *val) = 0;
+ virtual bool ReadSetting(const char* setting_name, int64* val) = 0;
// Write a setting to disk.
// Returns true if successful; otherwise returns false.

Powered by Google App Engine
This is Rietveld 408576698