blob: 6e30bf847ae36d066331e39dccc0937a86ebeeb5 [file] [log] [blame]
Avi Drissmane4622aa2022-09-08 20:36:061// Copyright 2020 The Chromium Authors
Eric Secklerd8a19c42020-05-05 10:04:442// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef BASE_ANDROID_TRACE_EVENT_BINDING_H_
6#define BASE_ANDROID_TRACE_EVENT_BINDING_H_
7
8namespace base {
9namespace android {
10namespace internal {
11
12constexpr const char kJavaTraceCategory[] = "Java";
13constexpr const char kToplevelTraceCategory[] = "toplevel";
14
15} // namespace internal
16} // namespace android
17} // namespace base
18
19#endif // BASE_ANDROID_TRACE_EVENT_BINDING_H_