| Index: testing/gmock_mutant.h
|
| diff --git a/testing/gmock_mutant.h b/testing/gmock_mutant.h
|
| index acc1ae92496294bac622a6ef1a8fc7f07c17513f..6049d1d2927a512ce432a8ce206452c6d4198784 100644
|
| --- a/testing/gmock_mutant.h
|
| +++ b/testing/gmock_mutant.h
|
| @@ -57,7 +57,7 @@
|
| // // Will invoke mock.HandleFlowers("orchids", n, request)
|
| // // "orchids" is a pre-bound argument, and <n> and <request> are call-time
|
| // // arguments - they are not known until the OnRequest mock is invoked.
|
| -// EXPECT_CALL(mock, OnRequest(Ge(5), StartsWith("flower"))
|
| +// EXPECT_CALL(mock, OnRequest(Ge(5), base::StartsWith("flower"))
|
| // .Times(1)
|
| // .WillOnce(Invoke(CreateFunctor(&mock, &Mock::HandleFlowers,
|
| // string("orchids"))));
|
|
|