Chromium Code Reviews| Index: content/browser/compositor/image_transport_factory.h |
| diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h |
| index f53c4a7028f5f54e1a1e39bdb712720c5be8d4f4..6cee528d1a5b52f89b82065296387651ce60a8b3 100644 |
| --- a/content/browser/compositor/image_transport_factory.h |
| +++ b/content/browser/compositor/image_transport_factory.h |
| @@ -55,8 +55,7 @@ class CONTENT_EXPORT ImageTransportFactory { |
| // Initializes the global transport factory for unit tests using the provided |
| // context factory. |
| - static void InitializeForUnitTests( |
| - scoped_ptr<ui::ContextFactory> test_factory); |
| + static void InitializeForUnitTests(ImageTransportFactory* factory); |
|
danakj
2014/07/07 16:52:27
use scoped_ptr please
|
| // Terminates the global transport factory. |
| static void Terminate(); |