Chromium Code Reviews| Index: ios/web/public/web_thread.h |
| diff --git a/ios/web/public/web_thread.h b/ios/web/public/web_thread.h |
| index 7c7195656d73e8fc30b3a04d724792af202447c8..09821a763fb68e4d7c7a39f23329fa1c9566379b 100644 |
| --- a/ios/web/public/web_thread.h |
| +++ b/ios/web/public/web_thread.h |
| @@ -258,7 +258,7 @@ class WebThread { |
| // ~Foo(); |
| // |
| // Sample usage with scoped_ptr: |
|
noyau (Ping after 24h)
2016/04/07 13:34:05
s/scoped_ptr/std::unique_ptr/
|
| - // scoped_ptr<Foo, web::WebThread::DeleteOnIOThread> ptr; |
| + // std::unique_ptr<Foo, web::WebThread::DeleteOnIOThread> ptr; |
| struct DeleteOnUIThread : public DeleteOnThread<UI> {}; |
| struct DeleteOnIOThread : public DeleteOnThread<IO> {}; |
| struct DeleteOnFileThread : public DeleteOnThread<FILE> {}; |