#ifndef CHROME_BROWSER_UI_VIEWS_CHROME_BROWSER_MAIN_EXTRA_PARTS_VIEWS_H_
#define CHROME_BROWSER_UI_VIEWS_CHROME_BROWSER_MAIN_EXTRA_PARTS_VIEWS_H_
#include <memory>
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "chrome/browser/chrome_browser_main_extra_parts.h"
#include "ui/views/layout/layout_provider.h"
namespace views {
class ViewsDelegate;
}
namespace ui_devtools {
class UiDevToolsServer;
}
#if defined(USE_AURA)
#if !BUILDFLAG(IS_CHROMEOS_ASH)
namespace display {
class Screen;
}
#endif
namespace wm {
class WMState;
}
#endif
class DevtoolsProcessObserver;
class RelaunchNotificationController;
class ChromeBrowserMainExtraPartsViews : public ChromeBrowserMainExtraParts { … };
#endif