summaryrefslogtreecommitdiff
path: root/chromium/media/filters/stream_parser_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/media/filters/stream_parser_factory.h')
-rw-r--r--chromium/media/filters/stream_parser_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/media/filters/stream_parser_factory.h b/chromium/media/filters/stream_parser_factory.h
index ccf394150bc..1f9ad347d12 100644
--- a/chromium/media/filters/stream_parser_factory.h
+++ b/chromium/media/filters/stream_parser_factory.h
@@ -32,7 +32,7 @@ class MEDIA_EXPORT StreamParserFactory {
// |has_video| is true if a video codec was specified.
// Returns NULL otherwise. The values of |has_audio| and |has_video| are
// undefined.
- static scoped_ptr<media::StreamParser> Create(
+ static scoped_ptr<StreamParser> Create(
const std::string& type, const std::vector<std::string>& codecs,
const LogCB& log_cb, bool* has_audio, bool* has_video);
};