| Index: chrome/browser/ui/webui/copresence_ui.cc
|
| diff --git a/chrome/browser/ui/webui/copresence_ui.cc b/chrome/browser/ui/webui/copresence_ui.cc
|
| index c71134ede93d201bed8e4615d783ad8fbb5117a8..9fb216626c20c620498c83089fea57a5344ab3b4 100644
|
| --- a/chrome/browser/ui/webui/copresence_ui.cc
|
| +++ b/chrome/browser/ui/webui/copresence_ui.cc
|
| @@ -53,7 +53,7 @@ scoped_ptr<WebUIDataSource> CreateDataSource() {
|
| data_source->AddResourcePath("copresence.js", IDR_COPRESENCE_JS);
|
| data_source->SetDefaultResource(IDR_COPRESENCE_HTML);
|
|
|
| - return data_source.Pass();
|
| + return data_source;
|
| }
|
|
|
| } // namespace
|
|
|