| Index: webrtc/api/mediaconstraintsinterface.h
|
| diff --git a/talk/app/webrtc/mediaconstraintsinterface.h b/webrtc/api/mediaconstraintsinterface.h
|
| similarity index 97%
|
| rename from talk/app/webrtc/mediaconstraintsinterface.h
|
| rename to webrtc/api/mediaconstraintsinterface.h
|
| index e06c075d4e7ee31f6ceab36c20b7c16d38f9e62a..d759e005cb5a03efd4365b33696a5f0a047b3f81 100644
|
| --- a/talk/app/webrtc/mediaconstraintsinterface.h
|
| +++ b/webrtc/api/mediaconstraintsinterface.h
|
| @@ -30,8 +30,8 @@
|
| // http://www.w3.org/TR/mediacapture-streams/#mediastreamconstraints and also
|
| // used in WebRTC: http://dev.w3.org/2011/webrtc/editor/webrtc.html#constraints.
|
|
|
| -#ifndef TALK_APP_WEBRTC_MEDIACONSTRAINTSINTERFACE_H_
|
| -#define TALK_APP_WEBRTC_MEDIACONSTRAINTSINTERFACE_H_
|
| +#ifndef WEBRTC_API_MEDIACONSTRAINTSINTERFACE_H_
|
| +#define WEBRTC_API_MEDIACONSTRAINTSINTERFACE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -138,4 +138,4 @@ bool FindConstraint(const MediaConstraintsInterface* constraints,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_MEDIACONSTRAINTSINTERFACE_H_
|
| +#endif // WEBRTC_API_MEDIACONSTRAINTSINTERFACE_H_
|
|
|