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 87% |
copy from base/debug/trace_event_argument.h |
copy to base/trace_event/trace_event_argument.h |
index 98f1bcf2fc90ca2c9ff97a382f014bd32acad4a5..08a5b50057f81735af1edc2c06fa6880553e0d5b 100644 |
--- a/base/debug/trace_event_argument.h |
+++ b/base/trace_event/trace_event_argument.h |
@@ -2,14 +2,14 @@ |
// 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_TRACE_EVENT_TRACE_EVENT_ARGUMENT_H_ |
+#define BASE_TRACE_EVENT_TRACE_EVENT_ARGUMENT_H_ |
#include <string> |
#include <vector> |
-#include "base/debug/trace_event.h" |
#include "base/memory/scoped_ptr.h" |
+#include "base/trace_event/trace_event.h" |
namespace base { |
class DictionaryValue; |
@@ -56,4 +56,4 @@ class BASE_EXPORT TracedValue : public ConvertableToTraceFormat { |
} // namespace debug |
} // namespace base |
-#endif // BASE_DEBUG_TRACE_EVENT_ARGUMENT_H_ |
+#endif // BASE_TRACE_EVENT_TRACE_EVENT_ARGUMENT_H_ |