| Index: talk/app/webrtc/java/jni/androidvideocapturer_jni.h | 
| diff --git a/talk/app/webrtc/java/jni/androidvideocapturer_jni.h b/talk/app/webrtc/java/jni/androidvideocapturer_jni.h | 
| index d1eb3a0ad0a2a4f9a2df105a0677fef37c6cf353..96def5eae34e3b72cff636cc912bccca9b0eab4f 100644 | 
| --- a/talk/app/webrtc/java/jni/androidvideocapturer_jni.h | 
| +++ b/talk/app/webrtc/java/jni/androidvideocapturer_jni.h | 
| @@ -39,7 +39,7 @@ | 
|  | 
| namespace webrtc_jni { | 
|  | 
| -class NativeTextureHandleImpl; | 
| +class NativeHandleImpl; | 
|  | 
| // AndroidVideoCapturerJni implements AndroidVideoCapturerDelegate. | 
| // The purpose of the delegate is to hide the JNI specifics from the C++ only | 
| @@ -61,7 +61,7 @@ class AndroidVideoCapturerJni : public webrtc::AndroidVideoCapturerDelegate { | 
| void OnMemoryBufferFrame(void* video_frame, int length, int width, | 
| int height, int rotation, int64_t timestamp_ns); | 
| void OnTextureFrame(int width, int height, int64_t timestamp_ns, | 
| -                      const NativeTextureHandleImpl& handle); | 
| +                      const NativeHandleImpl& handle); | 
| void OnOutputFormatRequest(int width, int height, int fps); | 
|  | 
| protected: | 
|  |