diff options
Diffstat (limited to 'chrome/common/ipc_tests.h')
-rw-r--r-- | chrome/common/ipc_tests.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |