| Index: content/renderer/media/mock_web_rtc_peer_connection_handler_client.h
|
| diff --git a/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h b/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h
|
| index f2f722e3fae5e5eb60df690a6679a74191179878..1bc5b2ac15a84e1a4049a462d32c2d2389471c41 100644
|
| --- a/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h
|
| +++ b/content/renderer/media/mock_web_rtc_peer_connection_handler_client.h
|
| @@ -10,9 +10,9 @@
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCICECandidate.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCPeerConnectionHandlerClient.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStream.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCICECandidate.h"
|
| +#include "third_party/WebKit/public/platform/WebRTCPeerConnectionHandlerClient.h"
|
|
|
| namespace content {
|
|
|
|
|