| Index: chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc b/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| index dc548c0f6f68086f898732c7b62052ea40954b58..a6c5c9d89708def131ad90eb402e9d357c338d39 100644
|
| --- a/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| @@ -235,7 +235,7 @@ void MobileSetupUIHTMLSource::StartDataRequest(
|
| if (!network || (!network->SupportsActivation() && !network->activated())) {
|
| LOG(WARNING) << "Can't find device to activate for service path " << path;
|
| scoped_refptr<base::RefCountedBytes> html_bytes(new base::RefCountedBytes);
|
| - callback.Run(html_bytes);
|
| + callback.Run(html_bytes.get());
|
| return;
|
| }
|
|
|
|
|