Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/ntp/favicon_webui_handler.h (revision 92173) |
+++ chrome/browser/ui/webui/ntp/favicon_webui_handler.h (working copy) |
@@ -14,9 +14,12 @@ |
#include "content/browser/webui/web_ui.h" |
class GURL; |
-class ListValue; |
class Profile; |
+namespace base { |
+class ListValue; |
+} |
+ |
class FaviconWebUIHandler : public WebUIMessageHandler { |
public: |
FaviconWebUIHandler(); |
@@ -25,7 +28,7 @@ |
// WebUIMessageHandler |
virtual void RegisterMessages(); |
- void HandleGetFaviconDominantColor(const ListValue* args); |
+ void HandleGetFaviconDominantColor(const base::ListValue* args); |
private: |
// Called when favicon data is available from the history backend. |