| Index: base/trace_event/trace_event_argument.h
|
| diff --git a/base/debug/trace_event_argument.h b/base/trace_event/trace_event_argument.h
|
| similarity index 90%
|
| copy from base/debug/trace_event_argument.h
|
| copy to base/trace_event/trace_event_argument.h
|
| index 98f1bcf2fc90ca2c9ff97a382f014bd32acad4a5..42c6635a23111a0afc4ff8b6a3589839eaaa350d 100644
|
| --- a/base/debug/trace_event_argument.h
|
| +++ b/base/trace_event/trace_event_argument.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_DEBUG_TRACE_EVENT_ARGUMENT_H_
|
| -#define BASE_DEBUG_TRACE_EVENT_ARGUMENT_H_
|
| +#ifndef BASE_TRACING_TRACE_EVENT_ARGUMENT_H_
|
| +#define BASE_TRACING_TRACE_EVENT_ARGUMENT_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -56,4 +56,4 @@ class BASE_EXPORT TracedValue : public ConvertableToTraceFormat {
|
| } // namespace debug
|
| } // namespace base
|
|
|
| -#endif // BASE_DEBUG_TRACE_EVENT_ARGUMENT_H_
|
| +#endif // BASE_TRACING_TRACE_EVENT_ARGUMENT_H_
|
|
|