| Index: components/proximity_auth/screenlock_bridge.cc
|
| diff --git a/components/proximity_auth/screenlock_bridge.cc b/components/proximity_auth/screenlock_bridge.cc
|
| index 8a6b21ba8dcb78fcf7f78eadedbd2ddd43fc6576..e95a0a70229e489cb194e38067a651f853289a1b 100644
|
| --- a/components/proximity_auth/screenlock_bridge.cc
|
| +++ b/components/proximity_auth/screenlock_bridge.cc
|
| @@ -83,7 +83,7 @@ ScreenlockBridge::UserPodCustomIconOptions::ToDictionaryValue() const {
|
| if (is_trial_run_)
|
| result->SetBoolean("isTrialRun", true);
|
|
|
| - return result.Pass();
|
| + return result;
|
| }
|
|
|
| void ScreenlockBridge::UserPodCustomIconOptions::SetIcon(
|
|
|