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