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

Side by Side Diff: extensions/shell/browser/shell_native_app_window_mac.h

Issue 1543053002: Switch to standard integer types in extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-extensions-browser
Patch Set: Created 5 years 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_SHELL_BROWSER_SHELL_NATIVE_APP_WINDOW_MAC_H_ 5 #ifndef EXTENSIONS_SHELL_BROWSER_SHELL_NATIVE_APP_WINDOW_MAC_H_
6 #define EXTENSIONS_SHELL_BROWSER_SHELL_NATIVE_APP_WINDOW_MAC_H_ 6 #define EXTENSIONS_SHELL_BROWSER_SHELL_NATIVE_APP_WINDOW_MAC_H_
7 7
8 #import <Cocoa/Cocoa.h> 8 #import <Cocoa/Cocoa.h>
9 9
10 #import "base/mac/scoped_nsobject.h" 10 #import "base/mac/scoped_nsobject.h"
11 #include "base/macros.h"
11 #include "extensions/shell/browser/shell_native_app_window.h" 12 #include "extensions/shell/browser/shell_native_app_window.h"
12 13
13 @class ShellNSWindow; 14 @class ShellNSWindow;
14 15
15 namespace extensions { 16 namespace extensions {
16 class ShellNativeAppWindowMac; 17 class ShellNativeAppWindowMac;
17 } 18 }
18 19
19 // A window controller for ShellNativeAppWindowMac to handle NSNotifications 20 // A window controller for ShellNativeAppWindowMac to handle NSNotifications
20 // and pass them to the C++ implementation. 21 // and pass them to the C++ implementation.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 ShellNSWindow* window() const; 56 ShellNSWindow* window() const;
56 57
57 base::scoped_nsobject<ShellNativeAppWindowController> window_controller_; 58 base::scoped_nsobject<ShellNativeAppWindowController> window_controller_;
58 59
59 DISALLOW_COPY_AND_ASSIGN(ShellNativeAppWindowMac); 60 DISALLOW_COPY_AND_ASSIGN(ShellNativeAppWindowMac);
60 }; 61 };
61 62
62 } // namespace extensions 63 } // namespace extensions
63 64
64 #endif // EXTENSIONS_SHELL_BROWSER_SHELL_NATIVE_APP_WINDOW_MAC_H_ 65 #endif // EXTENSIONS_SHELL_BROWSER_SHELL_NATIVE_APP_WINDOW_MAC_H_
OLDNEW
« no previous file with comments | « extensions/shell/browser/shell_native_app_window.h ('k') | extensions/shell/browser/shell_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698