Chromium Code Reviews| Index: ui/events/platform/platform_event_source_stub.cc |
| diff --git a/ui/events/platform/platform_event_source_stub.cc b/ui/events/platform/platform_event_source_stub.cc |
| index 6e3b2cf8c64132b700a411151dfaf78a234b842a..dad94f1be24880b3168ede5681f9e804970b4bac 100644 |
| --- a/ui/events/platform/platform_event_source_stub.cc |
| +++ b/ui/events/platform/platform_event_source_stub.cc |
| @@ -6,7 +6,7 @@ |
| namespace ui { |
| -scoped_ptr<PlatformEventSource> PlatformEventSource::CreateDefault() { |
| +std::unique_ptr<PlatformEventSource> PlatformEventSource::CreateDefault() { |
| return nullptr; |
| } |