diff options
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/daemon_process_win.cc | 2 | ||||
-rw-r--r-- | remoting/host/ipc_constants.cc (renamed from remoting/host/ipc_consts.cc) | 2 | ||||
-rw-r--r-- | remoting/host/ipc_constants.h (renamed from remoting/host/ipc_consts.h) | 6 | ||||
-rw-r--r-- | remoting/host/remoting_me2me_host.cc | 2 | ||||
-rw-r--r-- | remoting/host/win/unprivileged_process_delegate.cc | 2 | ||||
-rw-r--r-- | remoting/host/win/wts_console_session_process_driver.cc | 2 | ||||
-rw-r--r-- | remoting/host/win/wts_session_process_delegate.cc | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/remoting/host/daemon_process_win.cc b/remoting/host/daemon_process_win.cc index a5a4358..378eb52 100644 --- a/remoting/host/daemon_process_win.cc +++ b/remoting/host/daemon_process_win.cc @@ -21,7 +21,7 @@ #include "remoting/host/chromoting_messages.h" #include "remoting/host/desktop_session_win.h" #include "remoting/host/host_exit_codes.h" -#include "remoting/host/ipc_consts.h" +#include "remoting/host/ipc_constants.h" #include "remoting/host/win/host_service.h" #include "remoting/host/win/launch_process_with_token.h" #include "remoting/host/win/unprivileged_process_delegate.h" diff --git a/remoting/host/ipc_consts.cc b/remoting/host/ipc_constants.cc index ff05a83..36d4bea 100644 --- a/remoting/host/ipc_consts.cc +++ b/remoting/host/ipc_constants.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "remoting/host/ipc_consts.h" +#include "remoting/host/ipc_constants.h" #include "base/compiler_specific.h" #include "base/logging.h" diff --git a/remoting/host/ipc_consts.h b/remoting/host/ipc_constants.h index 7df899a..0e6ddc6 100644 --- a/remoting/host/ipc_consts.h +++ b/remoting/host/ipc_constants.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_IPC_CONSTS_H_ -#define REMOTING_HOST_IPC_CONSTS_H_ +#ifndef REMOTING_HOST_IPC_CONSTANTS_H_ +#define REMOTING_HOST_IPC_CONSTANTS_H_ #include "base/file_path.h" @@ -24,4 +24,4 @@ bool GetInstalledBinaryPath(const FilePath::StringType& binary, } // namespace remoting -#endif // REMOTING_HOST_IPC_CONSTS_H_ +#endif // REMOTING_HOST_IPC_CONSTANTS_H_ diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc index 1672317..e9f56c1 100644 --- a/remoting/host/remoting_me2me_host.cc +++ b/remoting/host/remoting_me2me_host.cc @@ -50,7 +50,7 @@ #include "remoting/host/host_event_logger.h" #include "remoting/host/host_exit_codes.h" #include "remoting/host/host_user_interface.h" -#include "remoting/host/ipc_consts.h" +#include "remoting/host/ipc_constants.h" #include "remoting/host/ipc_desktop_environment_factory.h" #include "remoting/host/json_host_config.h" #include "remoting/host/logging.h" diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc index 779c853..a129d62 100644 --- a/remoting/host/win/unprivileged_process_delegate.cc +++ b/remoting/host/win/unprivileged_process_delegate.cc @@ -18,7 +18,7 @@ #include "ipc/ipc_channel_proxy.h" #include "ipc/ipc_message.h" #include "remoting/host/host_exit_codes.h" -#include "remoting/host/ipc_consts.h" +#include "remoting/host/ipc_constants.h" #include "remoting/host/win/launch_process_with_token.h" using base::win::ScopedHandle; diff --git a/remoting/host/win/wts_console_session_process_driver.cc b/remoting/host/win/wts_console_session_process_driver.cc index 23bd673..1280ae8 100644 --- a/remoting/host/win/wts_console_session_process_driver.cc +++ b/remoting/host/win/wts_console_session_process_driver.cc @@ -11,7 +11,7 @@ #include "ipc/ipc_message.h" #include "ipc/ipc_message_macros.h" #include "remoting/host/chromoting_messages.h" -#include "remoting/host/ipc_consts.h" +#include "remoting/host/ipc_constants.h" #include "remoting/host/sas_injector.h" #include "remoting/host/win/worker_process_launcher.h" #include "remoting/host/win/wts_console_monitor.h" diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc index 22e40e3..01d319d 100644 --- a/remoting/host/win/wts_session_process_delegate.cc +++ b/remoting/host/win/wts_session_process_delegate.cc @@ -24,7 +24,7 @@ #include "ipc/ipc_channel_proxy.h" #include "ipc/ipc_message.h" #include "remoting/host/host_exit_codes.h" -#include "remoting/host/ipc_consts.h" +#include "remoting/host/ipc_constants.h" #include "remoting/host/win/launch_process_with_token.h" #include "remoting/host/win/worker_process_launcher.h" #include "remoting/host/win/wts_console_monitor.h" |