// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/tracing/public/cpp/stack_sampling/loader_lock_sampler_test_strings.h"

namespace tracing {

namespace loader_lock_sampler_test {

const wchar_t kWaitForLockEventName[] =
    L"LoaderLockSamplerTestWaitForLockEvent";
const wchar_t kDropLockEventName[] = L"LoaderLockSamplerTestDropLockEvent";

}  // namespace loader_lock_sampler_test

}  // namespace tracing
