aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-09-04 09:55:40 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-09-04 09:55:40 +0000
commit3c0aae17f0e3a70fe90ecc6835926b66a3de18fb (patch)
tree1e5fe4073bca28445eadca0c217e0237ab2636ad /webrtc/modules/audio_coding/neteq/neteq_unittest.cc
parent51bb33cc182a73847f2ba696de4cf6e987dc7e7b (diff)
downloadwebrtc-3c0aae17f0e3a70fe90ecc6835926b66a3de18fb.tar.gz
Change gflags and gmock includes to be full paths.
This will fix PRESUBMIT warnings developers will get due to r7014 and r7020. Also some minor style cleanup in: webrtc/modules/audio_coding/main/test/RTPFile.cc webrtc/modules/audio_coding/neteq/test/RTPjitter.cc BUG= R=henrik.lundin@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/23429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7058 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/audio_coding/neteq/neteq_unittest.cc')
-rw-r--r--webrtc/modules/audio_coding/neteq/neteq_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
index d60077df79..256c557d60 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
+++ b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
@@ -24,7 +24,7 @@
#include <vector>
#include "gflags/gflags.h"
-#include "gtest/gtest.h"
+#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/modules/audio_coding/neteq/test/NETEQTEST_RTPpacket.h"
#include "webrtc/modules/audio_coding/neteq/tools/audio_loop.h"
#include "webrtc/modules/audio_coding/codecs/pcm16b/include/pcm16b.h"