| Index: remoting/host/sighup_listener_mac.h
|
| diff --git a/remoting/host/sighup_listener_mac.h b/remoting/host/sighup_listener_mac.h
|
| index d9b87e97f2fac19391b3418eb785005b99a2746c..a0687594fde22a274f565a77095b15a51450c48b 100644
|
| --- a/remoting/host/sighup_listener_mac.h
|
| +++ b/remoting/host/sighup_listener_mac.h
|
| @@ -6,8 +6,8 @@
|
| // and trigger the specified callback. It is currently used on Mac in order to
|
| // reload the me2me host configuration, but would need minimal changes on Linux.
|
|
|
| -#ifndef REMOTING_SIGHUP_LISTENER_MAC_H_
|
| -#define REMOTING_SIGHUP_LISTENER_MAC_H_
|
| +#ifndef REMOTING_HOST_SIGHUP_LISTENER_MAC_H_
|
| +#define REMOTING_HOST_SIGHUP_LISTENER_MAC_H_
|
|
|
| #include "base/callback_forward.h"
|
|
|
| @@ -19,4 +19,4 @@ bool RegisterHupSignalHandler(const base::Closure& callback);
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_SIGHUP_LISTENER_MAC_H_
|
| +#endif // REMOTING_HOST_SIGHUP_LISTENER_MAC_H_
|
|
|