Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: webrtc/api/peerconnectionfactoryproxy.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/peerconnectionfactoryproxy.h
diff --git a/webrtc/api/peerconnectionfactoryproxy.h b/webrtc/api/peerconnectionfactoryproxy.h
index 227a685b7e23b258f8bb33fc3104e21412cb9c98..22a364d4923145d734b2af350ba2b4ff6964d437 100644
--- a/webrtc/api/peerconnectionfactoryproxy.h
+++ b/webrtc/api/peerconnectionfactoryproxy.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_PEERCONNECTIONFACTORYPROXY_H_
-#define WEBRTC_API_PEERCONNECTIONFACTORYPROXY_H_
+#ifndef WEBRTC_PC_PEERCONNECTIONFACTORYPROXY_H_
+#define WEBRTC_PC_PEERCONNECTIONFACTORYPROXY_H_
#include <memory>
#include <string>
@@ -103,4 +103,4 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnectionFactory)
} // namespace webrtc
-#endif // WEBRTC_API_PEERCONNECTIONFACTORYPROXY_H_
+#endif // WEBRTC_PC_PEERCONNECTIONFACTORYPROXY_H_

Powered by Google App Engine
This is Rietveld 408576698