Chromium Code Reviews| Index: chrome/common/remoting/chromoting_host_info.h |
| diff --git a/chrome/common/remoting/chromoting_host_info.h b/chrome/common/remoting/chromoting_host_info.h |
| index e803eef68552c06c8695fe2329d462d0d569393c..f1816da6a99667a1838766df515848d94024b655 100644 |
| --- a/chrome/common/remoting/chromoting_host_info.h |
| +++ b/chrome/common/remoting/chromoting_host_info.h |
| @@ -11,6 +11,9 @@ namespace remoting { |
| // This struct is used for ServiceHostMsg_ChromotingHost_Info IPC message. |
| struct ChromotingHostInfo { |
| + ChromotingHostInfo(); |
| + ~ChromotingHostInfo(); |
| + |
| std::string host_id; |
| std::string hostname; |
| std::string public_key; |