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

Unified Diff: util/thread/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 | « util/synchronization/semaphore_test.cc ('k') | util/thread/thread_log_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/thread/thread.h
diff --git a/util/thread/thread.h b/util/thread/thread.h
index b1801f83e9b4e0e472844b6ef9835552d26f2b18..595d308e562128926d2fe5b3ca8e6ab3bd3dcbc9 100644
--- a/util/thread/thread.h
+++ b/util/thread/thread.h
@@ -15,7 +15,7 @@
#ifndef CRASHPAD_UTIL_THREAD_THREAD_H_
#define CRASHPAD_UTIL_THREAD_THREAD_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "build/build_config.h"
#if defined(OS_POSIX)
« no previous file with comments | « util/synchronization/semaphore_test.cc ('k') | util/thread/thread_log_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698