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

Unified Diff: content/common/media/aec_dump_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
« no previous file with comments | « content/common/input_messages.h ('k') | content/common/media/audio_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/aec_dump_messages.h
diff --git a/content/common/media/aec_dump_messages.h b/content/common/media/aec_dump_messages.h
index 33e727d2dab8b1ce54273fdf56353d0667779914..58270eb329357128f4daa9c4de326b0f2c0b7c57 100644
--- a/content/common/media/aec_dump_messages.h
+++ b/content/common/media/aec_dump_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_AEC_DUMP_MESSAGES_H_
+#define CONTENT_COMMON_MEDIA_AEC_DUMP_MESSAGES_H_
+
// IPC messages for the AEC dump.
// Multiply-included message file, hence no include guard.
@@ -39,3 +42,5 @@ IPC_MESSAGE_CONTROL1(AecDumpMsg_UnregisterAecDumpConsumer,
IPC_MESSAGE_CONTROL2(AudioProcessingMsg_EnableAec3,
int /* id */,
bool /* enable */)
+
+#endif // CONTENT_COMMON_MEDIA_AEC_DUMP_MESSAGES_H_
« no previous file with comments | « content/common/input_messages.h ('k') | content/common/media/audio_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698