| Index: webrtc/api/test/fakeperiodicvideocapturer.h
|
| diff --git a/talk/app/webrtc/test/fakeperiodicvideocapturer.h b/webrtc/api/test/fakeperiodicvideocapturer.h
|
| similarity index 95%
|
| rename from talk/app/webrtc/test/fakeperiodicvideocapturer.h
|
| rename to webrtc/api/test/fakeperiodicvideocapturer.h
|
| index 7e6863c9da09ffd60348e161d65dfa9e32d1a012..2ce648e7a08bb8bbe2d0281e1ff3581b7df582da 100644
|
| --- a/talk/app/webrtc/test/fakeperiodicvideocapturer.h
|
| +++ b/webrtc/api/test/fakeperiodicvideocapturer.h
|
| @@ -28,8 +28,8 @@
|
| // FakePeriodicVideoCapturer implements a fake cricket::VideoCapturer that
|
| // creates video frames periodically after it has been started.
|
|
|
| -#ifndef TALK_APP_WEBRTC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| -#define TALK_APP_WEBRTC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| +#ifndef WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| +#define WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
|
|
| #include "webrtc/base/thread.h"
|
| #include "webrtc/media/base/fakevideocapturer.h"
|
| @@ -86,4 +86,4 @@ class FakePeriodicVideoCapturer : public cricket::FakeVideoCapturer {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| +#endif // WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
|
|