Commit 329ccf6a authored by tfarina's avatar tfarina Committed by Commit bot

sandbox/mac: Remove basictypes.h include from dispatch_source_mach.h.

Tested on Mac with the following command lines:

$ rm -rf out/
$ ./build/gyp_chromium
$ ninja -C out/Debug sandbox_mac_unittests
$ out/Debug/sandbox_mac_unittests

BUG=138542
TEST=see above
R=jln@chromium.org

Review URL: https://codereview.chromium.org/1099393003

Cr-Commit-Position: refs/heads/master@{#327393}
parent 89a36094
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include "base/basictypes.h"
#include "base/files/file_util.h" #include "base/files/file_util.h"
#include "base/files/scoped_file.h" #include "base/files/scoped_file.h"
#include "base/logging.h" #include "base/logging.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <dispatch/dispatch.h> #include <dispatch/dispatch.h>
#include "base/basictypes.h" #include "base/macros.h"
#include "sandbox/sandbox_export.h" #include "sandbox/sandbox_export.h"
namespace sandbox { namespace sandbox {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment