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

Unified Diff: util/mach/notify_server.cc

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/mach/notify_server.h ('k') | util/mach/scoped_task_suspend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/notify_server.cc
diff --git a/util/mach/notify_server.cc b/util/mach/notify_server.cc
index 48a4a9e93764fa803cb1fe4902193b74bb5b7916..9ac377d172fc1a00a61c70ee0b8f3f405f67f685 100644
--- a/util/mach/notify_server.cc
+++ b/util/mach/notify_server.cc
@@ -15,8 +15,8 @@
#include "util/mach/notify_server.h"
#include "base/logging.h"
-#include "util/mach/notifyServer.h"
#include "util/mach/mach_message.h"
+#include "util/mach/notifyServer.h"
extern "C" {
« no previous file with comments | « util/mach/notify_server.h ('k') | util/mach/scoped_task_suspend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698