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

Unified Diff: client/prune_crash_reports.h

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 | « client/crashpad_info.h ('k') | client/prune_crash_reports.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/prune_crash_reports.h
diff --git a/client/prune_crash_reports.h b/client/prune_crash_reports.h
index 1c1ce9c328b7453c74a427f52da6d12788878d1f..3f13991d187e7c84f449e552c50ec850cde8fe84 100644
--- a/client/prune_crash_reports.h
+++ b/client/prune_crash_reports.h
@@ -15,9 +15,10 @@
#ifndef CRASHPAD_CLIENT_PRUNE_CRASH_REPORTS_H_
#define CRASHPAD_CLIENT_PRUNE_CRASH_REPORTS_H_
-#include <time.h>
#include <sys/types.h>
+#include <time.h>
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "client/crash_report_database.h"
« no previous file with comments | « client/crashpad_info.h ('k') | client/prune_crash_reports.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698