Skip to content

Commit

Permalink
sandbox/mac: Remove basictypes.h include from dispatch_source_mach.h.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
tfarina authored and Commit bot committed Apr 28, 2015
1 parent 89a3609 commit 329ccf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sandbox/linux/services/yama.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <sys/types.h>
#include <unistd.h>

#include "base/basictypes.h"
#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/logging.h"
Expand Down
2 changes: 1 addition & 1 deletion sandbox/mac/dispatch_source_mach.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <dispatch/dispatch.h>

#include "base/basictypes.h"
#include "base/macros.h"
#include "sandbox/sandbox_export.h"

namespace sandbox {
Expand Down

0 comments on commit 329ccf6

Please sign in to comment.