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

Unified Diff: content/child/child_thread_impl.h

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/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 14763952589122d25ac00ae50e8819c4059ae3ec..92eebd9a48bb4b9625d697f5354b9fd80d82cb22 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -225,7 +225,7 @@ class CONTENT_EXPORT ChildThreadImpl
// IPC message handlers.
void OnShutdown();
- void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
+ void OnSetProfilerStatus(tracked_objects::ThreadData::ThreadStatus status);
void OnGetChildProfilerData(int sequence_number, int current_profiling_phase);
void OnProfilingPhaseCompleted(int profiling_phase);
#ifdef IPC_MESSAGE_LOG_ENABLED

Powered by Google App Engine
This is Rietveld 408576698