Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9316)

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views.h

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/apps/DEPS ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/apps/chrome_native_app_window_views.h
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
index f11075502c2ec6a913ad2600b2bab6f2b185f053..f5d63359bde637e72e2ff117eafaa47efb820555 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
@@ -5,10 +5,14 @@
#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 "apps/ui/views/native_app_window_views.h"
#include "base/memory/scoped_ptr.h"
+#include "components/native_app_window/native_app_window_views.h"
#include "ui/views/context_menu_controller.h"
+namespace apps {
+class AppWindowFrameView;
+}
+
#if defined(USE_ASH)
namespace ash {
class ImmersiveFullscreenController;
@@ -21,8 +25,9 @@ namespace views {
class MenuRunner;
}
-class ChromeNativeAppWindowViews : public apps::NativeAppWindowViews,
- public views::ContextMenuController {
+class ChromeNativeAppWindowViews
+ : public native_app_window::NativeAppWindowViews,
+ public views::ContextMenuController {
public:
ChromeNativeAppWindowViews();
virtual ~ChromeNativeAppWindowViews();
« no previous file with comments | « chrome/browser/ui/views/apps/DEPS ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698