From 099b8c9e8ec9291f9c18c6399f996e3d1394b4bb Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Thu, 25 Jul 2013 18:41:43 +0000 Subject: [PATCH] Update include paths in device_info_external.cc TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1875004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4401 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/video_capture/external/device_info_external.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc/modules/video_capture/external/device_info_external.cc b/webrtc/modules/video_capture/external/device_info_external.cc index c9977bc34..d89ae1618 100644 --- a/webrtc/modules/video_capture/external/device_info_external.cc +++ b/webrtc/modules/video_capture/external/device_info_external.cc @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "webrtc/modules/video_capture/android/device_info_impl.h" -#include "webrtc/modules/video_capture/android/video_capture_impl.h" +#include "webrtc/modules/video_capture/device_info_impl.h" +#include "webrtc/modules/video_capture/video_capture_impl.h" namespace webrtc {