Index: webrtc/api/fakemediacontroller.h |
diff --git a/talk/app/webrtc/fakemediacontroller.h b/webrtc/api/fakemediacontroller.h |
similarity index 91% |
rename from talk/app/webrtc/fakemediacontroller.h |
rename to webrtc/api/fakemediacontroller.h |
index 5bf3e5fcf8556b914436c948d887468241ae2fae..ec1bd1295f1f43a1468b79e61adc0f54c469120c 100644 |
--- a/talk/app/webrtc/fakemediacontroller.h |
+++ b/webrtc/api/fakemediacontroller.h |
@@ -25,10 +25,10 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_FAKEMEDIACONTROLLER_H_ |
-#define TALK_APP_WEBRTC_FAKEMEDIACONTROLLER_H_ |
+#ifndef WEBRTC_API_FAKEMEDIACONTROLLER_H_ |
+#define WEBRTC_API_FAKEMEDIACONTROLLER_H_ |
-#include "talk/app/webrtc/mediacontroller.h" |
+#include "webrtc/api/mediacontroller.h" |
#include "webrtc/base/checks.h" |
namespace cricket { |
@@ -52,4 +52,4 @@ class FakeMediaController : public webrtc::MediaControllerInterface { |
webrtc::Call* call_; |
}; |
} // namespace cricket |
-#endif // TALK_APP_WEBRTC_FAKEMEDIACONTROLLER_H_ |
+#endif // WEBRTC_API_FAKEMEDIACONTROLLER_H_ |