diff options
-rw-r--r-- | remoting/host/it2me/it2me_native_messaging_host_main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/host/it2me/it2me_native_messaging_host_main.h b/remoting/host/it2me/it2me_native_messaging_host_main.h index 0107eb7..353971d 100644 --- a/remoting/host/it2me/it2me_native_messaging_host_main.h +++ b/remoting/host/it2me/it2me_native_messaging_host_main.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef REMOTING_HOST_SETUP_IT2ME_NATIVE_MESSAGING_HOST_MAIN_H_ -#define REMOTING_HOST_SETUP_IT2ME_NATIVE_MESSAGING_HOST_MAIN_H_ +#ifndef REMOTING_HOST_IT2ME_IT2ME_NATIVE_MESSAGING_HOST_MAIN_H_ +#define REMOTING_HOST_IT2ME_IT2ME_NATIVE_MESSAGING_HOST_MAIN_H_ #include "remoting/host/host_export.h" @@ -14,4 +14,4 @@ HOST_EXPORT int It2MeNativeMessagingHostMain(int argc, char** argv); } // namespace remoting -#endif // REMOTING_HOST_SETUP_IT2ME_NATIVE_MESSAGING_HOST_MAIN_H_ +#endif // REMOTING_HOST_IT2ME_IT2ME_NATIVE_MESSAGING_HOST_MAIN_H_ |