| Index: base/trace_event/trace_event_synthetic_delay.h
|
| diff --git a/base/debug/trace_event_synthetic_delay.h b/base/trace_event/trace_event_synthetic_delay.h
|
| similarity index 97%
|
| copy from base/debug/trace_event_synthetic_delay.h
|
| copy to base/trace_event/trace_event_synthetic_delay.h
|
| index 06d6cdea1f98b7125ba9f64248a5fe5bfd28a9d8..7d854580ba324d93a6c1f1973b5c87358b6042c0 100644
|
| --- a/base/debug/trace_event_synthetic_delay.h
|
| +++ b/base/trace_event/trace_event_synthetic_delay.h
|
| @@ -29,8 +29,8 @@
|
| // Note that a single delay may begin on one thread and end on another. This
|
| // implies that a single delay cannot not be applied in several threads at once.
|
|
|
| -#ifndef BASE_DEBUG_TRACE_EVENT_SYNTHETIC_DELAY_H_
|
| -#define BASE_DEBUG_TRACE_EVENT_SYNTHETIC_DELAY_H_
|
| +#ifndef BASE_TRACING_TRACE_EVENT_SYNTHETIC_DELAY_H_
|
| +#define BASE_TRACING_TRACE_EVENT_SYNTHETIC_DELAY_H_
|
|
|
| #include "base/atomicops.h"
|
| #include "base/debug/trace_event.h"
|
| @@ -163,4 +163,4 @@ TRACE_EVENT_API_CLASS_EXPORT base::debug::TraceEventSyntheticDelay*
|
|
|
| } // namespace trace_event_internal
|
|
|
| -#endif /* BASE_DEBUG_TRACE_EVENT_SYNTHETIC_DELAY_H_ */
|
| +#endif /* BASE_TRACING_TRACE_EVENT_SYNTHETIC_DELAY_H_ */
|
|
|