diff options
Diffstat (limited to 'chrome/browser/options_page_base.h')
-rw-r--r-- | chrome/browser/options_page_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/options_page_base.h b/chrome/browser/options_page_base.h index dd79767..6aac9c2 100644 --- a/chrome/browser/options_page_base.h +++ b/chrome/browser/options_page_base.h @@ -37,7 +37,7 @@ class OptionsPageBase : public NotificationObserver { Profile* profile() const { return profile_; } // Records a user action and schedules the prefs file to be saved. - void UserMetricsRecordAction(const wchar_t* action, PrefService* prefs); + void UserMetricsRecordAction(const char* action, PrefService* prefs); // Allows the UI to update when a preference value changes. The parameter is // the specific pref that changed, or NULL if all pref UI should be |