blob: 882549ad9dcfb05d17757974b493ed633d09c931 [file] [log] [blame]
// Copyright 2019 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 CHROME_BROWSER_UI_VIEWS_LINUX_UI_LINUX_UI_FACTORY_H_
#define CHROME_BROWSER_UI_VIEWS_LINUX_UI_LINUX_UI_FACTORY_H_
#include "ui/views/views_export.h"
namespace views {
class LinuxUI;
VIEWS_EXPORT LinuxUI* BuildLinuxUI();
} // namespace views
#endif // CHROME_BROWSER_UI_VIEWS_LINUX_UI_LINUX_UI_FACTORY_H_