| Index: chrome/browser/ui/webui/web_ui_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/web_ui_browsertest.cc b/chrome/browser/ui/webui/web_ui_browsertest.cc
|
| index b67bb8fbbe5ea8e176d2d462db9e908d5b99b91e..1f51a432df3f176630296f5fc9a6f0e3ebbaf19b 100644
|
| --- a/chrome/browser/ui/webui/web_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/web_ui_browsertest.cc
|
| @@ -267,7 +267,7 @@ class MockWebUIDataSource : public ChromeURLDataManager::DataSource {
|
| std::string dummy_html = "<html><body>Dummy</body></html>";
|
| scoped_refptr<base::RefCountedString> response =
|
| base::RefCountedString::TakeString(&dummy_html);
|
| - SendResponse(request_id, response);
|
| + SendResponse(request_id, response.get());
|
| }
|
|
|
| std::string GetMimeType(const std::string& path) const OVERRIDE {
|
|
|