| Index: webrtc/pc/fakemediacontroller.h
|
| diff --git a/webrtc/api/fakemediacontroller.h b/webrtc/pc/fakemediacontroller.h
|
| similarity index 88%
|
| rename from webrtc/api/fakemediacontroller.h
|
| rename to webrtc/pc/fakemediacontroller.h
|
| index bc3f3e2fdd183afc449afd1d2241f3ff202338ae..6d639ed18e153535add3f3413939d325dff2e66b 100644
|
| --- a/webrtc/api/fakemediacontroller.h
|
| +++ b/webrtc/pc/fakemediacontroller.h
|
| @@ -8,12 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_API_FAKEMEDIACONTROLLER_H_
|
| -#define WEBRTC_API_FAKEMEDIACONTROLLER_H_
|
| +#ifndef WEBRTC_PC_FAKEMEDIACONTROLLER_H_
|
| +#define WEBRTC_PC_FAKEMEDIACONTROLLER_H_
|
|
|
| -#include "webrtc/api/mediacontroller.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/media/base/mediachannel.h"
|
| +#include "webrtc/pc/mediacontroller.h"
|
|
|
| namespace cricket {
|
|
|
| @@ -39,4 +39,4 @@ class FakeMediaController : public webrtc::MediaControllerInterface {
|
| webrtc::Call* call_;
|
| };
|
| } // namespace cricket
|
| -#endif // WEBRTC_API_FAKEMEDIACONTROLLER_H_
|
| +#endif // WEBRTC_PC_FAKEMEDIACONTROLLER_H_
|
|
|