| Index: mojo/public/cpp/bindings/lib/multiplex_router.h
|
| diff --git a/mojo/public/cpp/bindings/lib/multiplex_router.h b/mojo/public/cpp/bindings/lib/multiplex_router.h
|
| index 0d5899870b829790dbdf356302f09dca4576f87c..3246b575dc28d6b60e63e581574758562cab4e64 100644
|
| --- a/mojo/public/cpp/bindings/lib/multiplex_router.h
|
| +++ b/mojo/public/cpp/bindings/lib/multiplex_router.h
|
| @@ -79,7 +79,7 @@ class MOJO_CPP_BINDINGS_EXPORT MultiplexRouter
|
|
|
| // Sets the master interface name for this router. Only used when reporting
|
| // message header or control message validation errors.
|
| - void SetMasterInterfaceName(const std::string& name);
|
| + void SetMasterInterfaceName(const char* name);
|
|
|
| // ---------------------------------------------------------------------------
|
| // The following public methods are safe to call from any threads.
|
|
|