chromium/components/omnibox/browser/actions/omnibox_answer_action_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 "components/omnibox/browser/actions/omnibox_answer_action.h"

#include "base/strings/utf_string_conversions.h"
#include "base/test/metrics/histogram_tester.h"
#include "components/strings/grit/components_strings.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/omnibox_proto/answer_type.pb.h"
#include "third_party/omnibox_proto/rich_answer_template.pb.h"
#include "ui/base/l10n/l10n_util.h"

namespace {

constexpr int kSuggestionAccessibilitySuffixId =;
}  // namespace

class OmniboxAnswerActionTest : public testing::Test {};

TEST_F(OmniboxAnswerActionTest, ActionHasLabelsFromEnhancement) {}

TEST_F(OmniboxAnswerActionTest, ConvertAction) {}

TEST_F(OmniboxAnswerActionTest, RecordMetrics) {}