| Index: ipc/ipc_switches.h
|
| diff --git a/ipc/ipc_switches.h b/ipc/ipc_switches.h
|
| index 1468432dcc8e46e5ba9d8a75088f1f1bf19375c0..143dc3d39a867befff0de59a835babc4828885ca 100644
|
| --- a/ipc/ipc_switches.h
|
| +++ b/ipc/ipc_switches.h
|
| @@ -11,9 +11,9 @@
|
|
|
| namespace switches {
|
|
|
| -extern const wchar_t kIPCUseFIFO[];
|
| -extern const wchar_t kProcessChannelID[];
|
| -extern const wchar_t kDebugChildren[];
|
| +extern const char kIPCUseFIFO[];
|
| +extern const char kProcessChannelID[];
|
| +extern const char kDebugChildren[];
|
|
|
| } // namespace switches
|
|
|
|
|