| Index: chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc b/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
|
| index 9591acc8ef109b2c29f5c0e57e5d93ad4a2c4a6a..cac45384d549761026e78b228b068b0e5007bfcd 100644
|
| --- a/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
|
| +++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc
|
| @@ -68,7 +68,7 @@ class TestLockHandler : public proximity_auth::ScreenlockBridge::LockHandler {
|
| << "account_id_=" << account_id_.Serialize()
|
| << " != account_id=" << account_id.Serialize();
|
| ++show_icon_count_;
|
| - last_custom_icon_ = icon.ToDictionaryValue().Pass();
|
| + last_custom_icon_ = icon.ToDictionaryValue();
|
| ValidateCustomIcon();
|
| }
|
|
|
|
|