| Index: components/spellcheck/renderer/spellcheck_provider_test.cc
|
| diff --git a/components/spellcheck/renderer/spellcheck_provider_test.cc b/components/spellcheck/renderer/spellcheck_provider_test.cc
|
| index c8b27ee3ca05b197e92cc80f51037c4e0c6a1d7c..9f86045a0a72236d537b9a3a64f836d5912ef7d8 100644
|
| --- a/components/spellcheck/renderer/spellcheck_provider_test.cc
|
| +++ b/components/spellcheck/renderer/spellcheck_provider_test.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "components/spellcheck/renderer/spellcheck_provider_test.h"
|
|
|
| -#include "base/memory/ptr_util.h"
|
| #include "base/stl_util.h"
|
| #include "components/spellcheck/common/spellcheck_marker.h"
|
| #include "components/spellcheck/common/spellcheck_messages.h"
|
| @@ -63,7 +62,7 @@
|
| }
|
| #endif
|
|
|
| - messages_.push_back(base::WrapUnique<IPC::Message>(message));
|
| + messages_.push_back(message);
|
| return true;
|
| }
|
|
|
|
|