From 9a3a293b332de07fe81522061fadd8883789ec4a Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 4 Jun 2009 22:28:16 +0000 Subject: ipc: use strings, not wstrings for channel ids. They're ASCII anyway. TEST=covered by existing tests Review URL: http://codereview.chromium.org/119131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17682 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/ipc_tests.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/common/ipc_tests.h') diff --git a/chrome/common/ipc_tests.h b/chrome/common/ipc_tests.h index 3cefafe..36026bf 100644 --- a/chrome/common/ipc_tests.h +++ b/chrome/common/ipc_tests.h @@ -19,9 +19,9 @@ enum ChildType { }; // The different channel names for the child processes. -extern const wchar_t kTestClientChannel[]; -extern const wchar_t kReflectorChannel[]; -extern const wchar_t kFuzzerChannel[]; +extern const char kTestClientChannel[]; +extern const char kReflectorChannel[]; +extern const char kFuzzerChannel[]; class MessageLoopForIO; namespace IPC { -- cgit v1.1