| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index 98e0f883f014cfc8c19069e8049874cf05c80bf6..9622653fb2c7ac4c3d86b0157dc76c4d78247848 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -115,7 +115,7 @@ void LocalNtpSource::StartDataRequest(
|
| scoped_refptr<base::RefCountedStaticMemory> response(
|
| ResourceBundle::GetSharedInstance().LoadDataResourceBytes(
|
| kResources[i].identifier));
|
| - callback.Run(response);
|
| + callback.Run(response.get());
|
| return;
|
| }
|
| }
|
|
|