summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/tips_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/tips_handler.h')
-rw-r--r--chrome/browser/dom_ui/tips_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/dom_ui/tips_handler.h b/chrome/browser/dom_ui/tips_handler.h
index 326887c..b02f233 100644
--- a/chrome/browser/dom_ui/tips_handler.h
+++ b/chrome/browser/dom_ui/tips_handler.h
@@ -16,8 +16,8 @@
class DictionaryValue;
class DOMUI;
+class ListValue;
class PrefService;
-class Value;
class TipsHandler : public DOMMessageHandler {
public:
@@ -29,7 +29,7 @@ class TipsHandler : public DOMMessageHandler {
virtual void RegisterMessages();
// Callback which pulls tips data from the preferences.
- void HandleGetTips(const Value* content);
+ void HandleGetTips(const ListValue* args);
// Register tips cache with pref service.
static void RegisterUserPrefs(PrefService* prefs);