Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
index 72466c4e3b6da7625aef726d45d2d473dfcc9c26..c198e715deb0ec5dfadc62085bf6761eee9012e1 100644 |
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
@@ -54,7 +54,7 @@ void FaviconWebUIHandler::OnFaviconDataAvailable( |
FaviconService* favicon_service = |
web_ui_->GetProfile()->GetFaviconService(Profile::EXPLICIT_ACCESS); |
int id = consumer_.GetClientData(favicon_service, request_handle); |
- FundamentalValue id_value(id); |
+ base::FundamentalValue id_value(id); |
scoped_ptr<StringValue> color_value; |
if (favicon.is_valid()) { |