| Index: base/trace_event/trace_event_impl.h
|
| diff --git a/base/debug/trace_event_impl.h b/base/trace_event/trace_event_impl.h
|
| similarity index 99%
|
| copy from base/debug/trace_event_impl.h
|
| copy to base/trace_event/trace_event_impl.h
|
| index 1b1fce34cc209b452da54cad9b68f10696f4b79e..75548dd50bc64063ccd23c6bfec9796991cc1c2c 100644
|
| --- a/base/debug/trace_event_impl.h
|
| +++ b/base/trace_event/trace_event_impl.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
|
|
| -#ifndef BASE_DEBUG_TRACE_EVENT_IMPL_H_
|
| -#define BASE_DEBUG_TRACE_EVENT_IMPL_H_
|
| +#ifndef BASE_TRACING_TRACE_EVENT_IMPL_H_
|
| +#define BASE_TRACING_TRACE_EVENT_IMPL_H_
|
|
|
| #include <stack>
|
| #include <string>
|
| @@ -810,4 +810,4 @@ class BASE_EXPORT TraceLog {
|
| } // namespace debug
|
| } // namespace base
|
|
|
| -#endif // BASE_DEBUG_TRACE_EVENT_IMPL_H_
|
| +#endif // BASE_TRACING_TRACE_EVENT_IMPL_H_
|
|
|