| Index: webrtc/api/androidvideocapturer.h
|
| diff --git a/talk/app/webrtc/androidvideocapturer.h b/webrtc/api/androidvideocapturer.h
|
| similarity index 96%
|
| rename from talk/app/webrtc/androidvideocapturer.h
|
| rename to webrtc/api/androidvideocapturer.h
|
| index c6022f7c0c440b0c3d82b39ab514d9851c81c19e..cba522480c376e4d97a8f7ceee84a9cef8fc2d4a 100644
|
| --- a/talk/app/webrtc/androidvideocapturer.h
|
| +++ b/webrtc/api/androidvideocapturer.h
|
| @@ -24,8 +24,9 @@
|
| * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
| -#ifndef TALK_APP_WEBRTC_ANDROIDVIDEOCAPTURER_H_
|
| -#define TALK_APP_WEBRTC_ANDROIDVIDEOCAPTURER_H_
|
| +
|
| +#ifndef WEBRTC_API_ANDROIDVIDEOCAPTURER_H_
|
| +#define WEBRTC_API_ANDROIDVIDEOCAPTURER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -105,4 +106,4 @@ class AndroidVideoCapturer : public cricket::VideoCapturer {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_ANDROIDVIDEOCAPTURER_H_
|
| +#endif // WEBRTC_API_ANDROIDVIDEOCAPTURER_H_
|
|
|