Use new tracing headers in Fuchsia.

The old tracing headers is removed in change
https://fuchsia-review.googlesource.com/c/fuchsia/+/391353.

Bug: 154346346
Test: presubmit
Merged-In: Ia5e9e565cabc81099b3d9b0f5fe04c9b36a7113a
Change-Id: I1cab1abf9f6ae8de764da1fbf029ec21f8bc82d8
diff --git a/android-emu/android/base/Tracing.cpp b/android-emu/android/base/Tracing.cpp
index ff72093..a4c097f 100644
--- a/android-emu/android/base/Tracing.cpp
+++ b/android-emu/android/base/Tracing.cpp
@@ -37,7 +37,7 @@
 #elif __Fuchsia__
 
 #ifndef FUCHSIA_NO_TRACE
-#include <trace/event.h>
+#include <lib/trace/event.h>
 #endif
 
 #define VK_TRACE_TAG "gfx"