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

Unified Diff: chrome/browser/ui/cocoa/validation_message_bubble_cocoa.h

Issue 1543393002: Switch to standard integer types in chrome/browser/ui/cocoa/. (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
« no previous file with comments | « chrome/browser/ui/cocoa/url_drop_target.mm ('k') | chrome/browser/ui/cocoa/view_id_util_browsertest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/validation_message_bubble_cocoa.h
diff --git a/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.h b/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.h
index 6d6f0cacf477c2ee5b85783e742735ad9cfc34aa..3defb6793b8bc5ae4f70b7fbcea433b0e324cafe 100644
--- a/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.h
+++ b/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_COCOA_VALIDATION_MESSAGE_BUBBLE_COCOA_H_
#include "base/mac/scoped_nsobject.h"
+#include "base/macros.h"
#include "chrome/browser/ui/validation_message_bubble.h"
@class ValidationMessageBubbleController;
« no previous file with comments | « chrome/browser/ui/cocoa/url_drop_target.mm ('k') | chrome/browser/ui/cocoa/view_id_util_browsertest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698