summaryrefslogtreecommitdiff
path: root/video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-17 13:44:48 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-17 13:44:48 +0000
commit281cff8cd679728fe395f7f0203c05e763c0c789 (patch)
tree89c2c0b0f798613d5d486859d9a8783f3035a61f /video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc
parentc7979e04f754f35193be65b2baf7b8b45bfcb57a (diff)
downloadwebrtc-281cff8cd679728fe395f7f0203c05e763c0c789.tar.gz
Include files from webrtc/.. paths in video_engine/
BUG=1662 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1492004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4056 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc')
-rw-r--r--video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc b/video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc
index 1cd6492b..5edd4a3c 100644
--- a/video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc
+++ b/video_engine/test/auto_test/primitives/framedrop_primitives_unittest.cc
@@ -8,15 +8,15 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "framedrop_primitives.h"
+#include "webrtc/video_engine/test/auto_test/primitives/framedrop_primitives.h"
#include <cstdio>
#include <vector>
-#include "gtest/gtest.h"
-#include "testsupport/fileutils.h"
-#include "testsupport/frame_reader.h"
-#include "testsupport/frame_writer.h"
+#include "testing/gtest/include/gtest/gtest.h"
+#include "webrtc/test/testsupport/fileutils.h"
+#include "webrtc/test/testsupport/frame_reader.h"
+#include "webrtc/test/testsupport/frame_writer.h"
namespace webrtc {