chromium/extensions/common/crash_keys_unittest.cc

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

#include "extensions/common/crash_keys.h"

#include "base/strings/stringprintf.h"
#include "build/build_config.h"
#include "components/crash/core/common/crash_key.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace extensions::crash_keys {

GetCrashKeyValue;

class CrashKeysTest : public testing::Test {};

TEST_F(CrashKeysTest, Extensions) {}

}  // namespace extensions::crash_keys