| Index: remoting/ios/facade/host_info.h
|
| diff --git a/remoting/ios/facade/host_info.h b/remoting/ios/facade/host_info.h
|
| index d2b43a29a2147c4d4d83a71ffe4eeacc15dd9fe8..d8c5194632ca8f9fa9467d76cd00577a0ae75ee1 100644
|
| --- a/remoting/ios/facade/host_info.h
|
| +++ b/remoting/ios/facade/host_info.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/time/time.h"
|
| #include "base/values.h"
|
|
|
| namespace remoting {
|
| @@ -36,6 +37,7 @@ struct HostInfo {
|
| HostStatus status = kHostStatusOffline;
|
| std::string offline_reason;
|
| std::string public_key;
|
| + base::Time updated_time;
|
| std::vector<std::string> token_url_patterns;
|
| };
|
|
|
|
|