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

Unified Diff: ui/views/cocoa/widget_owner_nswindow_adapter.h

Issue 1543173002: Switch to standard integer types in ui/views/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 side-by-side diff with in-line comments
Download patch
Index: ui/views/cocoa/widget_owner_nswindow_adapter.h
diff --git a/ui/views/cocoa/widget_owner_nswindow_adapter.h b/ui/views/cocoa/widget_owner_nswindow_adapter.h
index 6d5517edca581630e38c2de9c9bbd5e956ac6dd8..986da1c2f0d6f2cb56e1ecc73a087beb0b393999 100644
--- a/ui/views/cocoa/widget_owner_nswindow_adapter.h
+++ b/ui/views/cocoa/widget_owner_nswindow_adapter.h
@@ -6,6 +6,7 @@
#define UI_VIEWS_COCOA_WIDGET_OWNER_NSWINDOW_ADAPTER_H_
#import "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#import "ui/views/cocoa/bridged_native_widget_owner.h"
@class NSView;

Powered by Google App Engine
This is Rietveld 408576698