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

Unified Diff: components/crash/content/tools/crash_service.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
Index: components/crash/content/tools/crash_service.h
diff --git a/components/crash/content/tools/crash_service.h b/components/crash/content/tools/crash_service.h
index 39335e317d5a65b81b4e0b7a4372bececd24e8da..27d9432a6e838fc16956e2c65a47b9ef9cf8b541 100644
--- a/components/crash/content/tools/crash_service.h
+++ b/components/crash/content/tools/crash_service.h
@@ -7,8 +7,8 @@
#include <string>
-#include "base/basictypes.h"
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "base/synchronization/lock.h"
namespace google_breakpad {
« no previous file with comments | « components/crash/content/browser/crash_handler_host_linux.cc ('k') | components/crash/content/tools/crash_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698