diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 09:00:42 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 09:00:42 +0000 |
commit | 387a072f4ea788c1fb9c7821679df51ccac38aa6 (patch) | |
tree | 8be6957a0fea76d104f9149f05d4608da97fe2e4 /remoting | |
parent | 8cf362c47537537f8f42cce51cf012e37b7ed15b (diff) | |
download | chromium_src-387a072f4ea788c1fb9c7821679df51ccac38aa6.zip chromium_src-387a072f4ea788c1fb9c7821679df51ccac38aa6.tar.gz chromium_src-387a072f4ea788c1fb9c7821679df51ccac38aa6.tar.bz2 |
Rename ipc_consts.h to ipc_constants.h
Review URL: https://chromiumcodereview.appspot.com/11348125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-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 | ||||
-rw-r--r-- | remoting/remoting.gyp | 8 |
8 files changed, 13 insertions, 13 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" diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index e858897..8fde1dc 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -691,8 +691,8 @@ 'host/desktop_session_win.cc', 'host/desktop_session_win.h', 'host/host_exit_codes.h', - 'host/ipc_consts.cc', - 'host/ipc_consts.h', + 'host/ipc_constants.cc', + 'host/ipc_constants.h', 'host/sas_injector.h', 'host/sas_injector_win.cc', 'host/win/desktop.cc', @@ -1576,8 +1576,8 @@ 'host/host_user_interface.h', 'host/in_memory_host_config.cc', 'host/in_memory_host_config.h', - 'host/ipc_consts.cc', - 'host/ipc_consts.h', + 'host/ipc_constants.cc', + 'host/ipc_constants.h', 'host/ipc_desktop_environment_factory.cc', 'host/ipc_desktop_environment_factory.h', 'host/ipc_desktop_environment.cc', |