diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 22:28:11 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 22:28:11 +0000 |
commit | 514411fcb4657f575eeb3e39a9056478a28306a0 (patch) | |
tree | be2bcacf0d4cffd91ceded1f4e03bc3d6ae3d6e6 /chrome/common/common.vcproj | |
parent | f20b9e922a26e045af6bc7a5c3c46d78abb04aac (diff) | |
download | chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.zip chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.gz chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.bz2 |
Refactor IPC::Channel to have a common header.
Review URL: http://codereview.chromium.org/11024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.vcproj')
-rw-r--r-- | chrome/common/common.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 7293656..e1331e0 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -221,7 +221,7 @@ Name="ipc"
>
<File
- RelativePath=".\ipc_channel.cc"
+ RelativePath=".\ipc_channel_win.cc"
>
</File>
<File
|