| Index: webrtc/api/test/mockpeerconnectionobservers.h
|
| diff --git a/talk/app/webrtc/test/mockpeerconnectionobservers.h b/webrtc/api/test/mockpeerconnectionobservers.h
|
| similarity index 96%
|
| rename from talk/app/webrtc/test/mockpeerconnectionobservers.h
|
| rename to webrtc/api/test/mockpeerconnectionobservers.h
|
| index f1bdbee9f509ee6fb09feeda33198a889698537e..bae85383eb897cb193a11182961cf3eb783d8ec3 100644
|
| --- a/talk/app/webrtc/test/mockpeerconnectionobservers.h
|
| +++ b/webrtc/api/test/mockpeerconnectionobservers.h
|
| @@ -27,12 +27,12 @@
|
|
|
| // This file contains mock implementations of observers used in PeerConnection.
|
|
|
| -#ifndef TALK_APP_WEBRTC_TEST_MOCKPEERCONNECTIONOBSERVERS_H_
|
| -#define TALK_APP_WEBRTC_TEST_MOCKPEERCONNECTIONOBSERVERS_H_
|
| +#ifndef WEBRTC_API_TEST_MOCKPEERCONNECTIONOBSERVERS_H_
|
| +#define WEBRTC_API_TEST_MOCKPEERCONNECTIONOBSERVERS_H_
|
|
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/datachannelinterface.h"
|
| +#include "webrtc/api/datachannelinterface.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -240,4 +240,4 @@ class MockStatsObserver : public webrtc::StatsObserver {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_TEST_MOCKPEERCONNECTIONOBSERVERS_H_
|
| +#endif // WEBRTC_API_TEST_MOCKPEERCONNECTIONOBSERVERS_H_
|
|
|