| Index: ipc/ipc_channel_mojo_unittest.cc
|
| diff --git a/ipc/ipc_channel_mojo_unittest.cc b/ipc/ipc_channel_mojo_unittest.cc
|
| index 30e9f5c4334389cb4accaa47f311e9b0f31987f5..f7652e7156c6d2eab2c4480e58a0a7c511ba07f9 100644
|
| --- a/ipc/ipc_channel_mojo_unittest.cc
|
| +++ b/ipc/ipc_channel_mojo_unittest.cc
|
| @@ -628,7 +628,7 @@
|
|
|
| private:
|
| // IPC::mojom::SimpleTestDriver:
|
| - void ExpectString(const std::string& str) override {
|
| + void ExpectString(const mojo::String& str) override {
|
| next_expected_string_ = str;
|
| }
|
|
|
| @@ -805,7 +805,7 @@
|
|
|
| private:
|
| // IPC::mojom::SimpleTestDriver:
|
| - void ExpectString(const std::string& str) override {
|
| + void ExpectString(const mojo::String& str) override {
|
| next_expected_string_ = str;
|
| }
|
|
|
|
|