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

Unified Diff: components/tracing/common/tracing_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 | « components/sync/BUILD.gn ('k') | components/tracing/common/tracing_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/common/tracing_messages.h
diff --git a/components/tracing/common/tracing_messages.h b/components/tracing/common/tracing_messages.h
index e1d82d6541c3b656b65e1e294e07d06ab40ff099..687262326c6f913247bd6830597666b09e358ef1 100644
--- a/components/tracing/common/tracing_messages.h
+++ b/components/tracing/common/tracing_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 COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
+#define COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
+
// Multiply-included message header, no traditional include guard.
#include <stdint.h>
@@ -72,3 +75,5 @@ IPC_MESSAGE_CONTROL1(TracingHostMsg_TriggerBackgroundTrace,
std::string /* name */)
IPC_MESSAGE_CONTROL0(TracingHostMsg_AbortBackgroundTrace)
+
+#endif // COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/tracing/common/tracing_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698