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

Unified Diff: webrtc/pc/mediasink.h

Issue 1919133002: Simple lint fixes (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months 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
« no previous file with comments | « webrtc/pc/mediasession_unittest.cc ('k') | webrtc/pc/rtcpmuxfilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/mediasink.h
diff --git a/webrtc/pc/mediasink.h b/webrtc/pc/mediasink.h
index e97a390aedd6d6c8ab69a8cd997a3d0a7224c0df..01bd3fa17397808493aea44b92b8388cb43087c5 100644
--- a/webrtc/pc/mediasink.h
+++ b/webrtc/pc/mediasink.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef TALK_SESSION_MEDIA_MEDIASINK_H_
-#define TALK_SESSION_MEDIA_MEDIASINK_H_
+#ifndef WEBRTC_PC_MEDIASINK_H_
+#define WEBRTC_PC_MEDIASINK_H_
namespace cricket {
@@ -28,4 +28,4 @@ class MediaSinkInterface {
} // namespace cricket
-#endif // TALK_SESSION_MEDIA_MEDIASINK_H_
+#endif // WEBRTC_PC_MEDIASINK_H_
« no previous file with comments | « webrtc/pc/mediasession_unittest.cc ('k') | webrtc/pc/rtcpmuxfilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698