// 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 CHROME_BROWSER_UI_VIEWS_APPS_CHROME_NATIVE_APP_WINDOW_VIEWS_H_ #define CHROME_BROWSER_UI_VIEWS_APPS_CHROME_NATIVE_APP_WINDOW_VIEWS_H_ #include <memory> #include "chrome/browser/extensions/chrome_app_icon_delegate.h" #include "extensions/components/native_app_window/native_app_window_views.h" class ExtensionKeybindingRegistryViews; class ChromeNativeAppWindowViews : public native_app_window::NativeAppWindowViews, public extensions::ChromeAppIconDelegate { … }; #endif // CHROME_BROWSER_UI_VIEWS_APPS_CHROME_NATIVE_APP_WINDOW_VIEWS_H_