| Index: remoting/test/remote_host_info.h
|
| diff --git a/remoting/test/remote_host_info.h b/remoting/test/remote_host_info.h
|
| index fe9aa5cfbac7413d21eefc4502d98fdf37995d5c..d74269f0d6323f10ad85be339065f7ace0457f7b 100644
|
| --- a/remoting/test/remote_host_info.h
|
| +++ b/remoting/test/remote_host_info.h
|
| @@ -11,9 +11,9 @@ namespace remoting {
|
| namespace test {
|
|
|
| enum RemoteHostStatus {
|
| - kRemoteHostStatusReady,
|
| - kRemoteHostStatusPending,
|
| - kRemoteHostStatusUnknown
|
| + kRemoteHostStatusReady,
|
| + kRemoteHostStatusPending,
|
| + kRemoteHostStatusUnknown
|
| };
|
|
|
| // Holds the information needed to establish a connection with a remote host.
|
|
|