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

Unified Diff: chrome/common/mac/cfbundle_blocker_unittest.mm

Issue 1548153002: Switch to standard integer types in chrome/. (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/common/mac/cfbundle_blocker.mm ('k') | chrome/common/mac/launchd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/mac/cfbundle_blocker_unittest.mm
diff --git a/chrome/common/mac/cfbundle_blocker_unittest.mm b/chrome/common/mac/cfbundle_blocker_unittest.mm
index 2e23fe282a71358d89a3ed678fc7379846c38c7b..72df26a6beeae8d9575ebe74ff092e00e3887156 100644
--- a/chrome/common/mac/cfbundle_blocker_unittest.mm
+++ b/chrome/common/mac/cfbundle_blocker_unittest.mm
@@ -5,8 +5,9 @@
#include "chrome/common/mac/cfbundle_blocker.h"
#import <Foundation/Foundation.h>
+#include <stddef.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace chrome {
« no previous file with comments | « chrome/common/mac/cfbundle_blocker.mm ('k') | chrome/common/mac/launchd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698