diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 10:12:56 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 10:12:56 +0000 |
commit | 6d7f55fec25ef2b80d3bae5b86ab905eb90f970f (patch) | |
tree | 2f2035579ca80d5823b0dd28f1637bae3f2023c2 /chrome/browser/nacl_host/nacl_process_host.cc | |
parent | d61f1f3fb2e0d4ad82a56e5160c5e6b8260ed3a0 (diff) | |
download | chromium_src-6d7f55fec25ef2b80d3bae5b86ab905eb90f970f.zip chromium_src-6d7f55fec25ef2b80d3bae5b86ab905eb90f970f.tar.gz chromium_src-6d7f55fec25ef2b80d3bae5b86ab905eb90f970f.tar.bz2 |
Cleanup: Remove unneeded base/file_util.h includes in base.
Review URL: https://chromiumcodereview.appspot.com/15078003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_host/nacl_process_host.cc')
-rw-r--r-- | chrome/browser/nacl_host/nacl_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc index 50d9616..26a1df5 100644 --- a/chrome/browser/nacl_host/nacl_process_host.cc +++ b/chrome/browser/nacl_host/nacl_process_host.cc @@ -10,6 +10,7 @@ #include "base/base_switches.h" #include "base/bind.h" #include "base/command_line.h" +#include "base/file_util.h" #include "base/message_loop.h" #include "base/metrics/histogram.h" #include "base/path_service.h" @@ -60,7 +61,6 @@ #elif defined(OS_WIN) #include <windows.h> -#include "base/process_util.h" #include "base/threading/thread.h" #include "base/win/scoped_handle.h" #include "chrome/browser/nacl_host/nacl_broker_service_win.h" |