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

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

Powered by Google App Engine
This is Rietveld 408576698