| Index: webrtc/pc/test/fakeperiodicvideocapturer.h
|
| diff --git a/webrtc/api/test/fakeperiodicvideocapturer.h b/webrtc/pc/test/fakeperiodicvideocapturer.h
|
| similarity index 93%
|
| rename from webrtc/api/test/fakeperiodicvideocapturer.h
|
| rename to webrtc/pc/test/fakeperiodicvideocapturer.h
|
| index 2c16195ac810d48a3e6c28c97a4204c53d5595ab..551df8b0e5820460bc3a278955b88c30fcb91e80 100644
|
| --- a/webrtc/api/test/fakeperiodicvideocapturer.h
|
| +++ b/webrtc/pc/test/fakeperiodicvideocapturer.h
|
| @@ -11,8 +11,8 @@
|
| // FakePeriodicVideoCapturer implements a fake cricket::VideoCapturer that
|
| // creates video frames periodically after it has been started.
|
|
|
| -#ifndef WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| -#define WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| +#ifndef WEBRTC_PC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| +#define WEBRTC_PC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -71,4 +71,4 @@ class FakePeriodicVideoCapturer : public cricket::FakeVideoCapturer,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_API_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
| +#endif // WEBRTC_PC_TEST_FAKEPERIODICVIDEOCAPTURER_H_
|
|
|