Chromium Code Reviews| Index: ppapi/proxy/plugin_dispatcher_unittest.cc |
| diff --git a/ppapi/proxy/plugin_dispatcher_unittest.cc b/ppapi/proxy/plugin_dispatcher_unittest.cc |
| index 821ecad3799c3441408892e81697ffab7041ce54..248754724caf8e00db0c6d8e156ed63b4eff3c2d 100644 |
| --- a/ppapi/proxy/plugin_dispatcher_unittest.cc |
| +++ b/ppapi/proxy/plugin_dispatcher_unittest.cc |
| @@ -2,7 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "base/memory/scoped_ptr.h" |
| +#include <memory> |
|
bbudge
2016/04/06 21:01:20
Could this be eliminated?
dcheng
2016/04/06 21:18:33
Done.
|
| + |
| #include "ipc/ipc_message_utils.h" |
| #include "ppapi/c/ppb_audio.h" |
| #include "ppapi/c/ppp_instance.h" |