| 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_
|
|
|