summaryrefslogtreecommitdiffstats
path: root/base/trace_event
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-02-09 13:25:39 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-09 21:26:38 +0000
commit759dd8c5b9b2ece67ac0dc8e406436eff5b69d4f (patch)
treef64778060bcaa3b7aa2620850b49e01678453516 /base/trace_event
parentf0a7d8ada0ddf100cd2983f0ad1d9d853115d227 (diff)
downloadchromium_src-759dd8c5b9b2ece67ac0dc8e406436eff5b69d4f.zip
chromium_src-759dd8c5b9b2ece67ac0dc8e406436eff5b69d4f.tar.gz
chromium_src-759dd8c5b9b2ece67ac0dc8e406436eff5b69d4f.tar.bz2
Mechanical rename of base::debug -> base::trace_event [final pass]
This is the last stage of the trace_event directory restructuring. This is part of a set of 3 CLs which is moving tracing clients to use the new base::trace_debug namespace. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/868603007 Cr-Commit-Position: refs/heads/master@{#315397}
Diffstat (limited to 'base/trace_event')
-rw-r--r--base/trace_event/trace_event.h8
-rw-r--r--base/trace_event/trace_event_argument.h8
-rw-r--r--base/trace_event/trace_event_impl.h17
-rw-r--r--base/trace_event/trace_event_win.h14
4 files changed, 0 insertions, 47 deletions
diff --git a/base/trace_event/trace_event.h b/base/trace_event/trace_event.h
index c8583d7..07a2afa 100644
--- a/base/trace_event/trace_event.h
+++ b/base/trace_event/trace_event.h
@@ -1603,12 +1603,4 @@ template<typename IDType> class TraceScopedTrackableObject {
} // namespace trace_event
} // namespace base
-// TODO(ssid): remove these aliases after the tracing clients are moved to the
-// new trace_event namespace. See crbug.com/451032. ETA: March 2015.
-namespace base {
-namespace debug {
-using base::trace_event::TraceScopedTrackableObject;
-} // namespace debug
-} // namespace base
-
#endif /* BASE_TRACE_EVENT_TRACE_EVENT_H_ */
diff --git a/base/trace_event/trace_event_argument.h b/base/trace_event/trace_event_argument.h
index 43a0f38..78d37d4 100644
--- a/base/trace_event/trace_event_argument.h
+++ b/base/trace_event/trace_event_argument.h
@@ -56,12 +56,4 @@ class BASE_EXPORT TracedValue : public ConvertableToTraceFormat {
} // namespace trace_event
} // namespace base
-// TODO(ssid): remove these aliases after the tracing clients are moved to the
-// new trace_event namespace. See crbug.com/451032. ETA: March 2015.
-namespace base {
-namespace debug {
-using base::trace_event::TracedValue;
-} // namespace debug
-} // namespace base
-
#endif // BASE_TRACE_EVENT_TRACE_EVENT_ARGUMENT_H_
diff --git a/base/trace_event/trace_event_impl.h b/base/trace_event/trace_event_impl.h
index 742f6b6..efa20c4 100644
--- a/base/trace_event/trace_event_impl.h
+++ b/base/trace_event/trace_event_impl.h
@@ -810,21 +810,4 @@ class BASE_EXPORT TraceLog {
} // namespace trace_event
} // namespace base
-// TODO(ssid): remove these aliases after the tracing clients are moved to the
-// new trace_event namespace. See crbug.com/451032. ETA: March 2015.
-namespace base {
-namespace debug {
-using base::trace_event::CategoryFilter;
-using base::trace_event::ConvertableToTraceFormat;
-using base::trace_event::RECORD_UNTIL_FULL;
-using base::trace_event::RECORD_CONTINUOUSLY;
-using base::trace_event::RECORD_AS_MUCH_AS_POSSIBLE;
-using base::trace_event::TraceEventHandle;
-using base::trace_event::TraceLog;
-using base::trace_event::TraceLogStatus;
-using base::trace_event::TraceOptions;
-using base::trace_event::TraceResultBuffer;
-} // namespace debug
-} // namespace base
-
#endif // BASE_TRACE_EVENT_TRACE_EVENT_IMPL_H_
diff --git a/base/trace_event/trace_event_win.h b/base/trace_event/trace_event_win.h
index dcb5aac..4161361 100644
--- a/base/trace_event/trace_event_win.h
+++ b/base/trace_event/trace_event_win.h
@@ -122,18 +122,4 @@ enum TraceEventETWFlags {
} // namespace trace_event
} // namespace base
-// TODO(ssid): remove these aliases after the tracing clients are moved to the
-// new trace_event namespace. See crbug.com/451032. ETA: March 2015.
-namespace base {
-namespace debug {
-using base::trace_event::kChromeTraceProviderName;
-using base::trace_event::kTraceEventClass32;
-using base::trace_event::kTraceEventClass64;
-using base::trace_event::kTraceEventTypeBegin;
-using base::trace_event::kTraceEventTypeEnd;
-using base::trace_event::kTraceEventTypeInstant;
-using base::trace_event::TraceEventETWProvider;
-} // namespace debug
-} // namespace base
-
#endif // BASE_TRACE_EVENT_TRACE_EVENT_WIN_H_