| Index: webrtc/api/test/fakeconstraints.h
|
| diff --git a/talk/app/webrtc/test/fakeconstraints.h b/webrtc/api/test/fakeconstraints.h
|
| similarity index 95%
|
| rename from talk/app/webrtc/test/fakeconstraints.h
|
| rename to webrtc/api/test/fakeconstraints.h
|
| index 8673d8509789c5e89c891e3e8c2a96218c71a06e..155e5ea3fdc529e46f1e402383086f28ac8f8dd9 100644
|
| --- a/talk/app/webrtc/test/fakeconstraints.h
|
| +++ b/webrtc/api/test/fakeconstraints.h
|
| @@ -25,13 +25,13 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_TEST_FAKECONSTRAINTS_H_
|
| -#define TALK_APP_WEBRTC_TEST_FAKECONSTRAINTS_H_
|
| +#ifndef WEBRTC_API_TEST_FAKECONSTRAINTS_H_
|
| +#define WEBRTC_API_TEST_FAKECONSTRAINTS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/mediaconstraintsinterface.h"
|
| +#include "webrtc/api/mediaconstraintsinterface.h"
|
| #include "webrtc/base/stringencode.h"
|
|
|
| namespace webrtc {
|
| @@ -130,4 +130,4 @@ class FakeConstraints : public webrtc::MediaConstraintsInterface {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_TEST_FAKECONSTRAINTS_H_
|
| +#endif // WEBRTC_API_TEST_FAKECONSTRAINTS_H_
|
|
|