| Index: ui/events/test/test_event_processor.cc
|
| diff --git a/ui/events/test/test_event_processor.cc b/ui/events/test/test_event_processor.cc
|
| index 6515ca6a67cf299f79cab3e025d9a2a6c111650e..f5fbf893c98e468abe5b0ead3159899c7c4b887c 100644
|
| --- a/ui/events/test/test_event_processor.cc
|
| +++ b/ui/events/test/test_event_processor.cc
|
| @@ -19,7 +19,7 @@ TestEventProcessor::TestEventProcessor()
|
|
|
| TestEventProcessor::~TestEventProcessor() {}
|
|
|
| -void TestEventProcessor::SetRoot(scoped_ptr<EventTarget> root) {
|
| +void TestEventProcessor::SetRoot(std::unique_ptr<EventTarget> root) {
|
| root_ = std::move(root);
|
| }
|
|
|
|
|