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:
pbos@webrtc.org 2013-07-11 09:50:05 +00:00
parent e4736eee20
commit db6e3f8bc5
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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"