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

Unified Diff: chrome/common/mac/launchd.h

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_unittest.mm ('k') | chrome/common/mac/mock_launchd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/mac/launchd.h
diff --git a/chrome/common/mac/launchd.h b/chrome/common/mac/launchd.h
index 6e86093f6d6fef1ed4a873c3ffa8f375b087952a..5ad24802ee3e906029a4a4275692875515635434 100644
--- a/chrome/common/mac/launchd.h
+++ b/chrome/common/mac/launchd.h
@@ -7,7 +7,7 @@
#include <CoreFoundation/CoreFoundation.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/memory/singleton.h"
class Launchd {
« no previous file with comments | « chrome/common/mac/cfbundle_blocker_unittest.mm ('k') | chrome/common/mac/mock_launchd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698