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

Unified Diff: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h

Issue 918063002: [Mac] Rename ShellNSWindow to AppNSWindow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nawc
Patch Set: Address comments. Created 5 years, 10 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 | « no previous file | chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
index d41d80abbeec4168680d1992d202fcf11b8f4c65..46e43a4ae8842de010b4fa9f919d88d4cee28197 100644
--- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
@@ -19,9 +19,9 @@
#include "ui/base/accelerators/accelerator_manager.h"
#include "ui/gfx/geometry/rect.h"
+@class AppNSWindow;
class ExtensionKeybindingRegistryCocoa;
class NativeAppWindowCocoa;
-@class ShellNSWindow;
class SkRegion;
@class TitlebarBackgroundView;
@@ -167,7 +167,7 @@ class NativeAppWindowCocoa : public extensions::NativeAppWindow,
private:
~NativeAppWindowCocoa() override;
- ShellNSWindow* window() const;
+ AppNSWindow* window() const;
content::WebContents* WebContents() const;
// Returns the WindowStyleMask based on the type of window frame.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698