| Index: remoting/ios/domain/host_info.h
|
| diff --git a/remoting/ios/domain/host_info.h b/remoting/ios/domain/host_info.h
|
| index e0eafa7c99207f47f124334fbb5e4bc43d44bfc6..4d8c649212c66ef30df1d45b3deaeec0c208e5b7 100644
|
| --- a/remoting/ios/domain/host_info.h
|
| +++ b/remoting/ios/domain/host_info.h
|
| @@ -21,7 +21,7 @@
|
| @property(nonatomic, copy) NSString* kind;
|
| @property(nonatomic, copy) NSString* publicKey;
|
| @property(nonatomic, copy) NSString* status;
|
| -@property(nonatomic, copy) NSDate* updatedTime;
|
| +@property(nonatomic, copy) NSString* updatedTime;
|
| // True when |status| is @"ONLINE", anything else is False.
|
| @property(nonatomic, readonly) bool isOnline;
|
|
|
|
|