diff options
Diffstat (limited to 'webkit/media/web_data_source_factory.h')
-rw-r--r-- | webkit/media/web_data_source_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/media/web_data_source_factory.h b/webkit/media/web_data_source_factory.h index aa8b744..c3ef79d 100644 --- a/webkit/media/web_data_source_factory.h +++ b/webkit/media/web_data_source_factory.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -34,7 +34,7 @@ class WebDataSourceFactory : public media::AsyncDataSourceFactoryBase { virtual ~WebDataSourceFactory(); // DataSourceFactory method. - virtual media::DataSourceFactory* Clone() const OVERRIDE; + virtual scoped_ptr<media::DataSourceFactory> Clone() const OVERRIDE; protected: // AsyncDataSourceFactoryBase methods. |