| Index: chrome/test/chromedriver/commands.cc
|
| diff --git a/chrome/test/chromedriver/commands.cc b/chrome/test/chromedriver/commands.cc
|
| index 8a4061b347d019f5467fece45fdbecae22abc112..123b90409a9a55e371880ce1cd4fe00204e6db9c 100644
|
| --- a/chrome/test/chromedriver/commands.cc
|
| +++ b/chrome/test/chromedriver/commands.cc
|
| @@ -329,7 +329,7 @@ void ExecuteSessionCommand(
|
| namespace internal {
|
|
|
| void CreateSessionOnSessionThreadForTesting(const std::string& id) {
|
| - SetThreadLocalSession(base::WrapUnique(new Session(id)));
|
| + SetThreadLocalSession(base::MakeUnique<Session>(id));
|
| }
|
|
|
| } // namespace internal
|
|
|