| Index: remoting/client/ios/facade/host_info.cc
|
| diff --git a/remoting/client/ios/facade/host_info.cc b/remoting/client/ios/facade/host_info.cc
|
| index 671473d5c2758a1d13822574e5818040654179cc..c036e535baf94de810925e461d2cf0ec84aab28a 100644
|
| --- a/remoting/client/ios/facade/host_info.cc
|
| +++ b/remoting/client/ios/facade/host_info.cc
|
| @@ -22,7 +22,7 @@ bool HostInfo::ParseHostInfo(const base::DictionaryValue& host_info) {
|
| if (!list_value->empty()) {
|
| for (const auto& item : *list_value) {
|
| std::string token_url_pattern;
|
| - if (!item->GetAsString(&token_url_pattern)) {
|
| + if (!item.GetAsString(&token_url_pattern)) {
|
| return false;
|
| }
|
| token_url_patterns.push_back(token_url_pattern);
|
|
|