Commit e957b3aa authored by tfarina's avatar tfarina Committed by Commit bot

sandbox/linux/syscall_broker: Remove includes of of basictypes.h header.

They were basically including it for DISALLOW macros.

BUG=138542
TEST=sandbox_linux_unittests
R=mdempsky@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#323883}
parent 4a7c97ce
......@@ -8,8 +8,8 @@
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/callback_forward.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/pickle.h"
#include "base/process/process.h"
......
......@@ -17,7 +17,6 @@
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/bind.h"
#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
......
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