diff options
Diffstat (limited to 'cc/debug/benchmark_instrumentation.cc')
-rw-r--r-- | cc/debug/benchmark_instrumentation.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/debug/benchmark_instrumentation.cc b/cc/debug/benchmark_instrumentation.cc index 1cb5bc3..bf8ec00 100644 --- a/cc/debug/benchmark_instrumentation.cc +++ b/cc/debug/benchmark_instrumentation.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/debug/trace_event.h" +#include "base/trace_event/trace_event.h" #include "cc/debug/benchmark_instrumentation.h" namespace cc { |