| Index: chrome/browser/ui/webui/copresence_ui_handler.cc
|
| diff --git a/chrome/browser/ui/webui/copresence_ui_handler.cc b/chrome/browser/ui/webui/copresence_ui_handler.cc
|
| index 72da86bbae3a90461db32c7027025c1b8ebd6049..9bacd39e2166fbed9a2bc4c9b605b9c73a329cae 100644
|
| --- a/chrome/browser/ui/webui/copresence_ui_handler.cc
|
| +++ b/chrome/browser/ui/webui/copresence_ui_handler.cc
|
| @@ -98,7 +98,7 @@ scoped_ptr<DictionaryValue> FormatToken(const T& token) {
|
| js_token->SetString("time",
|
| base::TimeFormatTimeOfDay(token.start_time));
|
|
|
| - return js_token.Pass();
|
| + return js_token;
|
| }
|
|
|
| // Retrieve the CopresenceService, if any.
|
|
|