summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search/local_ntp_source.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search/local_ntp_source.cc')
-rw-r--r--chrome/browser/search/local_ntp_source.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
index 98e0f88..9622653 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;
}
}