diff options
Diffstat (limited to 'chrome/browser/ui/webui/textfields_ui.h')
-rw-r--r-- | chrome/browser/ui/webui/textfields_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/textfields_ui.h b/chrome/browser/ui/webui/textfields_ui.h index bb39b08..d00ae2b 100644 --- a/chrome/browser/ui/webui/textfields_ui.h +++ b/chrome/browser/ui/webui/textfields_ui.h @@ -46,7 +46,7 @@ class TextfieldsDOMHandler : public WebUIMessageHandler { // Handles the "textfieldValue" call from the JavaScript. This call // synchonizes the value inside the JavaScript textfield with the copy in the // DOM object. - virtual void HandleTextfieldValue(const ListValue* args); + virtual void HandleTextfieldValue(const base::ListValue* args); protected: virtual void RegisterMessages(); |