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

Unified Diff: components/crash/core/common/objc_zombie.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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 | « components/crash/core/common/crash_keys_unittest.cc ('k') | components/crash/core/common/objc_zombie.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/core/common/objc_zombie.h
diff --git a/components/crash/core/common/objc_zombie.h b/components/crash/core/common/objc_zombie.h
index 88fe0aa1a204a812b02065d7c859d750abe0b45c..c023f1c30e14474801dd58f299eaf9c1d2f2ac85 100644
--- a/components/crash/core/common/objc_zombie.h
+++ b/components/crash/core/common/objc_zombie.h
@@ -5,7 +5,9 @@
#ifndef COMPONENTS_CRASH_CORE_COMMON_OBJC_ZOMBIE_H_
#define COMPONENTS_CRASH_CORE_COMMON_OBJC_ZOMBIE_H_
-#include "base/basictypes.h"
+#include <stddef.h>
+
+#include "build/build_config.h"
// You should think twice every single time you use anything from this
// namespace.
« no previous file with comments | « components/crash/core/common/crash_keys_unittest.cc ('k') | components/crash/core/common/objc_zombie.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698