| Index: chrome/browser/ui/app_list/start_page_service.cc
|
| diff --git a/chrome/browser/ui/app_list/start_page_service.cc b/chrome/browser/ui/app_list/start_page_service.cc
|
| index f75493ab6280310727aeae01bbb597825e8ed8b4..db48a06edca2ed7bef5aa75348f904e99e41a0c7 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service.cc
|
| +++ b/chrome/browser/ui/app_list/start_page_service.cc
|
| @@ -676,8 +676,7 @@ void StartPageService::OnURLFetchComplete(const net::URLFetcher* source) {
|
| if (contents_ && contents_->GetWebUI()) {
|
| contents_->GetWebUI()->CallJavascriptFunctionUnsafe(
|
| "appList.startPage.onAppListDoodleUpdated", *doodle_json,
|
| - base::StringValue(
|
| - UIThreadSearchTermsData(profile_).GoogleBaseURLValue()));
|
| + base::Value(UIThreadSearchTermsData(profile_).GoogleBaseURLValue()));
|
| }
|
| }
|
|
|
|
|