// Copyright 2014 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_VIEWS_CONTENT_CLIENT_VIEWS_CONTENT_MAIN_DELEGATE_H_ #define UI_VIEWS_CONTENT_CLIENT_VIEWS_CONTENT_MAIN_DELEGATE_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "content/public/app/content_main_delegate.h" #include "content/shell/common/shell_content_client.h" namespace ui { class ViewsContentBrowserClient; class ViewsContentClient; class ViewsContentMainDelegate : public content::ContentMainDelegate { … }; } // namespace ui #endif // UI_VIEWS_CONTENT_CLIENT_VIEWS_CONTENT_MAIN_DELEGATE_H_