| Index: ppapi/cpp/video_encoder.h
|
| diff --git a/ppapi/cpp/video_encoder.h b/ppapi/cpp/video_encoder.h
|
| index 651e1d45581c47d9d57a754a25738e0130520537..a548ab5a166d7b4b58bd9fa77e1bab3205405652 100644
|
| --- a/ppapi/cpp/video_encoder.h
|
| +++ b/ppapi/cpp/video_encoder.h
|
| @@ -67,7 +67,7 @@ class VideoEncoder : public Resource {
|
| /// @return If >= 0, the number of supported profiles returned, otherwise an
|
| /// error code from <code>pp_errors.h</code>.
|
| int32_t GetSupportedProfiles(const CompletionCallbackWithOutput<
|
| - std::vector<PP_VideoProfileDescription>>& cc);
|
| + std::vector<PP_VideoProfileDescription> >& cc);
|
|
|
| /// Initializes a video encoder resource. This should be called after
|
| /// GetSupportedProfiles() and before any functions below.
|
|
|