// Copyright 2012 The Chromium Authors // 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_CHROME_VIEWS_DELEGATE_H_ #define CHROME_BROWSER_UI_VIEWS_CHROME_VIEWS_DELEGATE_H_ #include <map> #include <memory> #include <string> #include "base/functional/callback.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "ui/views/views_delegate.h" class Profile; class ScopedKeepAlive; class ScopedProfileKeepAlive; class ChromeViewsDelegate : public views::ViewsDelegate { … }; #endif // CHROME_BROWSER_UI_VIEWS_CHROME_VIEWS_DELEGATE_H_