| Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| index be71627c77920923f4d8d2feb348d2e9f0c1ffcb..d2a3e52679057075ae2fd4e452e7f966536a303a 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| @@ -303,7 +303,7 @@ void NewTabUI::Observe(int type,
|
| case chrome::NOTIFICATION_BROWSER_THEME_CHANGED: {
|
| InitializeCSSCaches();
|
| ListValue args;
|
| - args.Append(Value::CreateStringValue(
|
| + args.Append(base::StringValue::New(
|
| ThemeServiceFactory::GetForProfile(GetProfile())->HasCustomImage(
|
| IDR_THEME_NTP_ATTRIBUTION) ?
|
| "true" : "false"));
|
|
|