| Index: chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/ash/keyboard_controller_browsertest.cc b/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| index 0ae2d7207b5e1293c098ff23c3fd911f9321c1f1..670dab05df841c99d74840d6acb535f1a4e9fb5f 100644
|
| --- a/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| @@ -79,7 +79,7 @@ class VirtualKeyboardWebContentTest : public InProcessBrowserTest {
|
| }
|
|
|
| private:
|
| - scoped_ptr<ui::DummyTextInputClient> client;
|
| + std::unique_ptr<ui::DummyTextInputClient> client;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(VirtualKeyboardWebContentTest);
|
| };
|
|
|