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

Unified Diff: content/common/media/media_stream_messages.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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
Index: content/common/media/media_stream_messages.h
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index 85fdb5fda03a76ce07fd1ed4acae113a553db62b..aa84bad4c77ba4738a4094db35475d5b8ac73786 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef CONTENT_COMMON_MEDIA_MEDIA_STREAM_MESSAGES_H_
+#define CONTENT_COMMON_MEDIA_MEDIA_STREAM_MESSAGES_H_
+
// IPC messages for the media streaming.
// Multiply-included message file, hence no include guard.
@@ -136,3 +139,5 @@ IPC_MESSAGE_CONTROL3(MediaStreamHostMsg_SetCapturingLinkSecured,
// Tell the browser process that the stream has been started successfully.
IPC_MESSAGE_CONTROL1(MediaStreamHostMsg_StreamStarted, std::string /* label */)
+
+#endif // CONTENT_COMMON_MEDIA_MEDIA_STREAM_MESSAGES_H_
« no previous file with comments | « content/common/media/media_player_delegate_messages.h ('k') | content/common/media/media_stream_track_metrics_host_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698