| Index: third_party/WebKit/Source/core/html/TextControlElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/TextControlElementTest.cpp b/third_party/WebKit/Source/core/html/TextControlElementTest.cpp
|
| index e5d47c5b0a5527c0f4dcb44c3b801cd491da3235..2de3a06301b7fb31d640c7e246bc935e191aa181 100644
|
| --- a/third_party/WebKit/Source/core/html/TextControlElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/TextControlElementTest.cpp
|
| @@ -62,7 +62,7 @@ class DummySpellCheckerClient : public EmptySpellCheckerClient {
|
| void TextControlElementTest::SetUp() {
|
| Page::PageClients pageClients;
|
| fillWithEmptyClients(pageClients);
|
| - m_spellCheckerClient = wrapUnique(new DummySpellCheckerClient);
|
| + m_spellCheckerClient = WTF::wrapUnique(new DummySpellCheckerClient);
|
| pageClients.spellCheckerClient = m_spellCheckerClient.get();
|
| m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600), &pageClients);
|
|
|
|
|