| 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..2e9d6783267dbf70a810d847258d290259fd89d3 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(scoped_ptr<ImageTransportFactory> factory);
|
|
|
| // Terminates the global transport factory.
|
| static void Terminate();
|
|
|