blob: 8fab146352a8b9ecaad0d9304fce0280c9a50d54 [file] [log] [blame]
[email protected]f7867172012-07-11 07:04:071// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]f967b722011-09-07 00:58:042// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CONTENT_BROWSER_BROWSER_MAIN_H_
6#define CONTENT_BROWSER_BROWSER_MAIN_H_
[email protected]f967b722011-09-07 00:58:047
[email protected]a68ca9122011-09-16 03:14:428#include "content/common/content_export.h"
[email protected]f967b722011-09-07 00:58:049
[email protected]f967b722011-09-07 00:58:0410namespace content {
11
[email protected]4573fbd2011-10-31 20:25:1812struct MainFunctionParams;
13
[email protected]4573fbd2011-10-31 20:25:1814CONTENT_EXPORT int BrowserMain(const content::MainFunctionParams& parameters);
[email protected]f3112a52011-09-30 23:47:4915
[email protected]46488322012-10-30 03:22:2016} // namespace content
17
[email protected]f967b722011-09-07 00:58:0418#endif // CONTENT_BROWSER_BROWSER_MAIN_H_