aboutsummaryrefslogtreecommitdiff
path: root/webrtc/test/null_transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/test/null_transport.h')
-rw-r--r--webrtc/test/null_transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/test/null_transport.h b/webrtc/test/null_transport.h
index f4b704634d..c49883e1dc 100644
--- a/webrtc/test/null_transport.h
+++ b/webrtc/test/null_transport.h
@@ -7,8 +7,8 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_ENGINE_TEST_COMMON_NULL_TRANSPORT_H_
-#define WEBRTC_VIDEO_ENGINE_TEST_COMMON_NULL_TRANSPORT_H_
+#ifndef WEBRTC_TEST_NULL_TRANSPORT_H_
+#define WEBRTC_TEST_NULL_TRANSPORT_H_
#include "webrtc/transport.h"
@@ -27,4 +27,4 @@ class NullTransport : public Transport {
} // namespace test
} // namespace webrtc
-#endif // WEBRTC_VIDEO_ENGINE_TEST_COMMON_NULL_TRANSPORT_H_
+#endif // WEBRTC_TEST_NULL_TRANSPORT_H_