Index: chrome/browser/ui/webui/textfields_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/textfields_ui.h (revision 92173) |
+++ chrome/browser/ui/webui/textfields_ui.h (working copy) |
@@ -46,7 +46,7 @@ |
// 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(); |