Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: content/renderer/scheduler/task_queue_selector.h

Issue 892213004: Mechanical rename of base::debug -> base::trace_event for /content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_trace_part3_1
Patch Set: Rebase. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/scheduler/task_queue_manager_unittest.cc ('k') | content/zygote/zygote_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/scheduler/task_queue_selector.h
diff --git a/content/renderer/scheduler/task_queue_selector.h b/content/renderer/scheduler/task_queue_selector.h
index efe9bcf91819e731a2e1fbe3f5a794d7746a8808..ad315806491ada4cd233416c0ee954e8ec30e986 100644
--- a/content/renderer/scheduler/task_queue_selector.h
+++ b/content/renderer/scheduler/task_queue_selector.h
@@ -14,12 +14,6 @@ class TaskQueue;
namespace trace_event {
class TracedValue;
} // namespace trace_event
-
-// 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 debug {
-using ::base::trace_event::TracedValue;
-} // namespace debug
} // namespace base
namespace content {
@@ -41,7 +35,7 @@ class TaskQueueSelector {
virtual bool SelectWorkQueueToService(size_t* out_queue_index) = 0;
// Serialize the selector state for tracing.
- virtual void AsValueInto(base::debug::TracedValue* state) const = 0;
+ virtual void AsValueInto(base::trace_event::TracedValue* state) const = 0;
};
} // namespace content
« no previous file with comments | « content/renderer/scheduler/task_queue_manager_unittest.cc ('k') | content/zygote/zygote_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698