blob: 66d2085e01eafad5f2d45c06def1726e3cea13b1 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_WEBUI_EXAMPLES_APP_MAC_INIT_H_
#define UI_WEBUI_EXAMPLES_APP_MAC_INIT_H_
namespace webui_examples {
void MacPreBrowserMain();
} // namespace webui_examples
#endif // UI_WEBUI_EXAMPLES_APP_MAC_INIT_H_