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

Unified Diff: content/common/media/midi_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/midi_messages.h
diff --git a/content/common/media/midi_messages.h b/content/common/media/midi_messages.h
index 4882b379daaecb89fd55d55583def8647b9d367a..a46de0316da35e8771327c844506dcca89661b79 100644
--- a/content/common/media/midi_messages.h
+++ b/content/common/media/midi_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_MIDI_MESSAGES_H_
+#define CONTENT_COMMON_MEDIA_MIDI_MESSAGES_H_
+
// IPC messages for access to MIDI hardware.
// Multiply-included message file, hence no include guard.
@@ -71,3 +74,5 @@ IPC_MESSAGE_CONTROL3(MidiMsg_DataReceived,
double /* timestamp */)
IPC_MESSAGE_CONTROL1(MidiMsg_AcknowledgeSentData, uint32_t /* bytes sent */)
+
+#endif // CONTENT_COMMON_MEDIA_MIDI_MESSAGES_H_

Powered by Google App Engine
This is Rietveld 408576698