blob: 50a0858fdfc526c3bbce3a4ebdb369e8e4adce5e [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FUCHSIA_BROWSER_WEBRUNNER_BROWSER_MAIN_H_
#define FUCHSIA_BROWSER_WEBRUNNER_BROWSER_MAIN_H_
#include <memory>
namespace content {
struct MainFunctionParams;
} // namespace content
namespace webrunner {
int WebRunnerBrowserMain(const content::MainFunctionParams& parameters);
} // namespace webrunner
#endif // FUCHSIA_BROWSER_WEBRUNNER_BROWSER_MAIN_H_