Index: chrome/browser/ui/webui/ntp/shown_sections_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/shown_sections_handler.cc b/chrome/browser/ui/webui/ntp/shown_sections_handler.cc |
index 0a3f35c2786ba2c6778a252f6eb98702b3be8a8f..76801c7b06fd9f2e0f875629b1f6db73d5e99996 100644 |
--- a/chrome/browser/ui/webui/ntp/shown_sections_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/shown_sections_handler.cc |
@@ -73,7 +73,7 @@ void ShownSectionsHandler::Observe(int type, |
std::string* pref_name = Details<std::string>(details).ptr(); |
DCHECK(*pref_name == prefs::kNTPShownSections); |
int sections = pref_service_->GetInteger(prefs::kNTPShownSections); |
- FundamentalValue sections_value(sections); |
+ base::FundamentalValue sections_value(sections); |
web_ui_->CallJavascriptFunction("setShownSections", sections_value); |
} else { |
NOTREACHED(); |