Index: media/filters/stream_parser_factory.h |
diff --git a/media/filters/stream_parser_factory.h b/media/filters/stream_parser_factory.h |
index ccf394150bcd73978452d313b7c18d7c74951a86..1f9ad347d12e214dd7fa2730d7acfa2b205b75c8 100644 |
--- a/media/filters/stream_parser_factory.h |
+++ b/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); |
}; |