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

Unified Diff: content/common/speech_recognition_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/speech_recognition_messages.h
diff --git a/content/common/speech_recognition_messages.h b/content/common/speech_recognition_messages.h
index 1892fce4ba634de8e3f52e5078c5e5e841908c64..112ec0059b8be40e8693e4c12bb14c4a2c545157 100644
--- a/content/common/speech_recognition_messages.h
+++ b/content/common/speech_recognition_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_SPEECH_RECOGNITION_MESSAGES_H_
+#define CONTENT_COMMON_SPEECH_RECOGNITION_MESSAGES_H_
+
// Multiply-included message file, hence no include guard.
#include <stdint.h>
@@ -127,3 +130,5 @@ IPC_MESSAGE_ROUTED4(SpeechRecognitionMsg_AudioReceiverReady,
media::AudioParameters /* params */,
base::SharedMemoryHandle /* memory */,
base::SyncSocket::TransitDescriptor /* socket */)
+
+#endif // CONTENT_COMMON_SPEECH_RECOGNITION_MESSAGES_H_
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/common/text_input_client_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698