| Index: webrtc/api/mediacontroller.h
|
| diff --git a/talk/app/webrtc/mediacontroller.h b/webrtc/api/mediacontroller.h
|
| similarity index 94%
|
| rename from talk/app/webrtc/mediacontroller.h
|
| rename to webrtc/api/mediacontroller.h
|
| index 1b51be7ca2872f762f5708e1c94d402a554e8434..f07ddf5e3d5f4606444ebd4d4081ceb5506b6b5d 100644
|
| --- a/talk/app/webrtc/mediacontroller.h
|
| +++ b/webrtc/api/mediacontroller.h
|
| @@ -25,8 +25,8 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_MEDIACONTROLLER_H_
|
| -#define TALK_APP_WEBRTC_MEDIACONTROLLER_H_
|
| +#ifndef WEBRTC_API_MEDIACONTROLLER_H_
|
| +#define WEBRTC_API_MEDIACONTROLLER_H_
|
|
|
| #include "webrtc/base/thread.h"
|
|
|
| @@ -52,4 +52,4 @@ class MediaControllerInterface {
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_MEDIACONTROLLER_H_
|
| +#endif // WEBRTC_API_MEDIACONTROLLER_H_
|
|
|