| Index: mojo/embedder/test_embedder.cc
|
| diff --git a/mojo/embedder/test_embedder.cc b/mojo/embedder/test_embedder.cc
|
| index f3884233c11c21109d039cdaa0db94a2449799dd..6d93fef658dda5d5987ed0c440d399adf6df13ec 100644
|
| --- a/mojo/embedder/test_embedder.cc
|
| +++ b/mojo/embedder/test_embedder.cc
|
| @@ -42,7 +42,7 @@ namespace embedder {
|
| namespace test {
|
|
|
| void InitWithSimplePlatformSupport() {
|
| - Init(scoped_ptr<PlatformSupport>(new SimplePlatformSupport()));
|
| + Init(make_scoped_ptr(new SimplePlatformSupport()));
|
| }
|
|
|
| bool Shutdown() {
|
|
|