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

Unified Diff: content/browser/profiler_message_filter.cc

Issue 1936093003: Fix gpu_video_decode_accelerator include order by renaming enum with X11 name collision (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename Status->ThreadStatus Created 4 years, 7 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
Index: content/browser/profiler_message_filter.cc
diff --git a/content/browser/profiler_message_filter.cc b/content/browser/profiler_message_filter.cc
index b94c0e9bed1cf157cb963d52c2577aabcad5b05f..598f788a156b3a63b884e4db71be9afc03a05368 100644
--- a/content/browser/profiler_message_filter.cc
+++ b/content/browser/profiler_message_filter.cc
@@ -15,7 +15,7 @@ ProfilerMessageFilter::ProfilerMessageFilter(content::ProcessType process_type)
}
void ProfilerMessageFilter::OnChannelConnected(int32_t peer_pid) {
- tracked_objects::ThreadData::Status status =
+ tracked_objects::ThreadData::ThreadStatus status =
tracked_objects::ThreadData::status();
Send(new ChildProcessMsg_SetProfilerStatus(status));
}

Powered by Google App Engine
This is Rietveld 408576698