Chromium Code Reviews| Index: remoting/host/continue_window.h |
| diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h |
| index 18406643d4429ea88274c7996c10d58e7b1871fa..342b2342d32b6d8f86260509aa40858ab778e9e0 100644 |
| --- a/remoting/host/continue_window.h |
| +++ b/remoting/host/continue_window.h |
| @@ -29,7 +29,7 @@ class ContinueWindow { |
| // Hide the continuation window if it is visible. |
| virtual void Hide() = 0; |
| - static ContinueWindow* Create(); |
| + static scoped_ptr<ContinueWindow> Create(); |
| }; |
| } |