| Index: chrome/browser/search/iframe_source.cc
|
| diff --git a/chrome/browser/search/iframe_source.cc b/chrome/browser/search/iframe_source.cc
|
| index 55282b8f0f7932fbee2799c73d1aec047c7a4b98..b779f6e9bb6a344b3cd8ec51214d3b986d782c73 100644
|
| --- a/chrome/browser/search/iframe_source.cc
|
| +++ b/chrome/browser/search/iframe_source.cc
|
| @@ -73,7 +73,7 @@ bool IframeSource::GetOrigin(
|
| void IframeSource::SendResource(
|
| int resource_id,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| - scoped_refptr<base::RefCountedStaticMemory> response(
|
| + scoped_refptr<base::RefCountedMemory> response(
|
| ResourceBundle::GetSharedInstance().LoadDataResourceBytes(resource_id));
|
| callback.Run(response.get());
|
| }
|
|
|