Update :python_tracer_impl dependency to tsl.

PiperOrigin-RevId: 492836663
GitOrigin-RevId: 9c25091e3a2f96a3f59e99bc31954b59e227ec37
Change-Id: I33a3f5c802d4f88f02273e2235c720ac9c8bbccc
diff --git a/tensorflow/core/profiler/backends/cpu/BUILD b/tensorflow/core/profiler/backends/cpu/BUILD
index 96ec4fe..8cccadc 100644
--- a/tensorflow/core/profiler/backends/cpu/BUILD
+++ b/tensorflow/core/profiler/backends/cpu/BUILD
@@ -140,7 +140,7 @@
     visibility = ["//tensorflow/core/profiler:internal"],
     deps = [
         "//tensorflow/compiler/xla/backends/profiler/cpu:python_tracer_impl",
-        "//tensorflow/core/profiler/lib:profiler_interface",
+        "//tensorflow/tsl/profiler/lib:profiler_interface",
     ],
 )