chromium/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate_browsertest.cc

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

#include "chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h"

#include "chrome/browser/ui/test/test_infobar.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "components/infobars/core/infobar_delegate.h"
#include "components/omnibox/browser/autocomplete_match.h"
#include "content/public/test/browser_test.h"
#include "url/gurl.h"

namespace {

class AlternateNavInfoBarDelegateTest : public TestInfoBar {};

}  // namespace

IN_PROC_BROWSER_TEST_F(AlternateNavInfoBarDelegateTest, InvokeUi_default) {}