| Index: content/browser/aura/no_transport_image_transport_factory.h
|
| diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/aura/no_transport_image_transport_factory.h
|
| index 0d571643afd4feb383659c087a89de1f6a10f7ec..dd551d97d53a52c0d94848d5b27e73b2d1f66670 100644
|
| --- a/content/browser/aura/no_transport_image_transport_factory.h
|
| +++ b/content/browser/aura/no_transport_image_transport_factory.h
|
| @@ -18,7 +18,7 @@ namespace content {
|
| class NoTransportImageTransportFactory : public ImageTransportFactory {
|
| public:
|
| explicit NoTransportImageTransportFactory(
|
| - ui::ContextFactory* context_factory);
|
| + scoped_ptr<ui::ContextFactory> context_factory);
|
| virtual ~NoTransportImageTransportFactory();
|
|
|
| // ImageTransportFactory implementation.
|
|
|