Index: talk/app/webrtc/remotevideocapturer.cc |
diff --git a/talk/app/webrtc/remotevideocapturer.cc b/talk/app/webrtc/remotevideocapturer.cc |
index 439e52c5d56c6cd26d2155cf52a6b4918f7978ed..b0c9f9fc089384fde57e2d4412156e6c6543dd8f 100644 |
--- a/talk/app/webrtc/remotevideocapturer.cc |
+++ b/talk/app/webrtc/remotevideocapturer.cc |
@@ -65,7 +65,7 @@ bool RemoteVideoCapturer::IsRunning() { |
return capture_state() == cricket::CS_RUNNING; |
} |
-bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { |
+bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { |
if (!fourccs) |
return false; |
fourccs->push_back(cricket::FOURCC_I420); |