| Index: chrome/test/base/web_ui_browsertest.cc
|
| diff --git a/chrome/test/base/web_ui_browsertest.cc b/chrome/test/base/web_ui_browsertest.cc
|
| index 3dfb5d89dc9259121f80437ac39475946e95dde6..082338bf5476807d0c585861814f0927b8904220 100644
|
| --- a/chrome/test/base/web_ui_browsertest.cc
|
| +++ b/chrome/test/base/web_ui_browsertest.cc
|
| @@ -343,7 +343,7 @@ class MockWebUIDataSource : public content::URLDataSource {
|
| std::string dummy_html = "<html><body>Dummy</body></html>";
|
| scoped_refptr<base::RefCountedString> response =
|
| base::RefCountedString::TakeString(&dummy_html);
|
| - callback.Run(response);
|
| + callback.Run(response.get());
|
| }
|
|
|
| virtual std::string GetMimeType(const std::string& path) const OVERRIDE {
|
|
|