Fix root-relative includes for pacing/.
BUG=1662 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1789004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4329 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e4736eee20
commit
db6e3f8bc5
@ -11,7 +11,7 @@
|
||||
#ifndef WEBRTC_MODULES_PACING_INCLUDE_MOCK_MOCK_PACED_SENDER_H_
|
||||
#define WEBRTC_MODULES_PACING_INCLUDE_MOCK_MOCK_PACED_SENDER_H_
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include "testing/gmock/include/gmock/gmock.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
|
||||
#include "webrtc/modules/pacing/include/paced_sender.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user