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

Unified Diff: base/trace_event/category_registry.h

Issue 2549103003: tracing: split trace event filter classes out of TraceLog (Closed)
Patch Set: Add BASE_EXPORT Created 4 years 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 | « base/BUILD.gn ('k') | base/trace_event/event_name_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/category_registry.h
diff --git a/base/trace_event/category_registry.h b/base/trace_event/category_registry.h
index 80e7cb2ef504918ec70b46e5852b267232c48590..9c08efa3e14d80d71dc1fe5f3a910d34dca9cbcd 100644
--- a/base/trace_event/category_registry.h
+++ b/base/trace_event/category_registry.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_TRACE_EVENT_CATEGORY_H_
-#define BASE_TRACE_EVENT_CATEGORY_H_
+#ifndef BASE_TRACE_EVENT_CATEGORY_REGISTRY_H_
+#define BASE_TRACE_EVENT_CATEGORY_REGISTRY_H_
#include <stddef.h>
#include <stdint.h>
@@ -90,4 +90,4 @@ class BASE_EXPORT CategoryRegistry {
} // namespace trace_event
} // namespace base
-#endif // BASE_TRACE_EVENT_CATEGORY_H_
+#endif // BASE_TRACE_EVENT_CATEGORY_REGISTRY_H_
« no previous file with comments | « base/BUILD.gn ('k') | base/trace_event/event_name_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698