Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Unified Diff: remoting/client/ios/facade/host_info.cc

Issue 2809793002: Build Chrome Remote Desktop for iOS in Chromium trybots. (Closed)
Patch Set: Second fixup from CL 2809023003. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/client/ios/facade/host_list_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/client/ios/facade/host_list_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698