Index: components/proximity_auth/remote_status_update.cc |
diff --git a/components/proximity_auth/remote_status_update.cc b/components/proximity_auth/remote_status_update.cc |
index d4fbc508f5f41c96c27ac76d86f2e2744129e748..4d593500fbee6a9e60f7861a941d24e733e49836 100644 |
--- a/components/proximity_auth/remote_status_update.cc |
+++ b/components/proximity_auth/remote_status_update.cc |
@@ -93,7 +93,7 @@ scoped_ptr<RemoteStatusUpdate> RemoteStatusUpdate::Deserialize( |
return scoped_ptr<RemoteStatusUpdate>(); |
} |
- return parsed_update.Pass(); |
+ return parsed_update; |
} |
} // namespace proximity_auth |