aboutsummaryrefslogtreecommitdiff
path: root/webrtc/examples/peerconnection/server/utils.h
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2016-01-20 17:01:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-20 17:01:36 +0000
commit9a337512d97e37afc142dee4fd50a41b741a87d2 (patch)
tree28c4cf735dd5bd9cc8f1ccd06fff8a173b20d1cb /webrtc/examples/peerconnection/server/utils.h
parentfe8b4a657979b49e1701bd92f6d5814a99e0b2be (diff)
parentdaef292e03c8d7d32e650495612f336c1830013a (diff)
downloadwebrtc-9a337512d97e37afc142dee4fd50a41b741a87d2.tar.gz
Merge "Merge upstream SHA 04cb763"
Diffstat (limited to 'webrtc/examples/peerconnection/server/utils.h')
-rw-r--r--webrtc/examples/peerconnection/server/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/examples/peerconnection/server/utils.h b/webrtc/examples/peerconnection/server/utils.h
index e70968b875..e1c8729c0b 100644
--- a/webrtc/examples/peerconnection/server/utils.h
+++ b/webrtc/examples/peerconnection/server/utils.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef TALK_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
-#define TALK_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
+#ifndef WEBRTC_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
+#define WEBRTC_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
#pragma once
#include <assert.h>
@@ -22,4 +22,4 @@
std::string int2str(int i);
std::string size_t2str(size_t i);
-#endif // TALK_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_
+#endif // WEBRTC_EXAMPLES_PEERCONNECTION_SERVER_UTILS_H_