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

Unified Diff: handler/prune_crash_reports_thread.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 | « handler/mac/exception_handler_server.h ('k') | handler/win/crash_report_exception_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/prune_crash_reports_thread.h
diff --git a/handler/prune_crash_reports_thread.h b/handler/prune_crash_reports_thread.h
index d4eb12535cde85f1005aeaa568ddc6521c4794cc..fbdda52778dd924392dd77d7b453ba198b3fa075 100644
--- a/handler/prune_crash_reports_thread.h
+++ b/handler/prune_crash_reports_thread.h
@@ -15,7 +15,7 @@
#ifndef CRASHPAD_HANDLER_PRUNE_CRASH_REPORTS_THREAD_H_
#define CRASHPAD_HANDLER_PRUNE_CRASH_REPORTS_THREAD_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "util/thread/worker_thread.h"
« no previous file with comments | « handler/mac/exception_handler_server.h ('k') | handler/win/crash_report_exception_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698