Index: webrtc/api/peerconnectionfactoryproxy.h |
diff --git a/talk/app/webrtc/peerconnectionfactoryproxy.h b/webrtc/api/peerconnectionfactoryproxy.h |
similarity index 93% |
rename from talk/app/webrtc/peerconnectionfactoryproxy.h |
rename to webrtc/api/peerconnectionfactoryproxy.h |
index 1d0b6aab5a1006cfa1169c3003c25c4eac589b40..65f09693c6349fa86321ae230933adbb81dce5f5 100644 |
--- a/talk/app/webrtc/peerconnectionfactoryproxy.h |
+++ b/webrtc/api/peerconnectionfactoryproxy.h |
@@ -25,14 +25,14 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef TALK_APP_WEBRTC_PEERCONNECTIONFACTORYPROXY_H_ |
-#define TALK_APP_WEBRTC_PEERCONNECTIONFACTORYPROXY_H_ |
+#ifndef WEBRTC_API_PEERCONNECTIONFACTORYPROXY_H_ |
+#define WEBRTC_API_PEERCONNECTIONFACTORYPROXY_H_ |
#include <string> |
#include <utility> |
-#include "talk/app/webrtc/peerconnectioninterface.h" |
-#include "talk/app/webrtc/proxy.h" |
+#include "webrtc/api/peerconnectioninterface.h" |
+#include "webrtc/api/proxy.h" |
#include "webrtc/base/bind.h" |
namespace webrtc { |
@@ -83,4 +83,4 @@ END_PROXY() |
} // namespace webrtc |
-#endif // TALK_APP_WEBRTC_PEERCONNECTIONFACTORYPROXY_H_ |
+#endif // WEBRTC_API_PEERCONNECTIONFACTORYPROXY_H_ |