diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:24:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:24:21 +0000 |
commit | bd7e704434f5bcc171c77d1f12e22362e20cab0f (patch) | |
tree | 3b7b117446ff51a62101dafe499c95a693486f15 /ipc/ipc_tests.cc | |
parent | 049bdd3b82c88ebc5dbfcfa6b80cb8d16b7d2d5e (diff) | |
download | chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.zip chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.gz chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 5)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3041049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_tests.cc')
-rw-r--r-- | ipc/ipc_tests.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_tests.cc b/ipc/ipc_tests.cc index c82eef9..6118e58 100644 --- a/ipc/ipc_tests.cc +++ b/ipc/ipc_tests.cc @@ -17,7 +17,6 @@ #include "ipc/ipc_tests.h" -#include "base/at_exit.h" #include "base/base_switches.h" #include "base/command_line.h" #include "base/debug_on_start.h" |