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

Unified Diff: util/mac/launchd_test.mm

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 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 | « util/mac/launchd.h ('k') | util/mac/xattr.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mac/launchd_test.mm
diff --git a/util/mac/launchd_test.mm b/util/mac/launchd_test.mm
index 8f60fc91a7250f38d43c25bfa7d5541e9d8b7fe1..0cfd03a5c36aac998815dbeef089036729cbf9ab 100644
--- a/util/mac/launchd_test.mm
+++ b/util/mac/launchd_test.mm
@@ -16,13 +16,14 @@
#import <Foundation/Foundation.h>
#include <launch.h>
+#include <stdint.h>
#include <string.h>
#include <cmath>
#include <limits>
-#include "base/basictypes.h"
#include "base/mac/scoped_launch_data.h"
+#include "base/macros.h"
#include "gtest/gtest.h"
#include "util/stdlib/objc.h"
« no previous file with comments | « util/mac/launchd.h ('k') | util/mac/xattr.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698