summaryrefslogtreecommitdiffstats
path: root/base/process/process_win.cc
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 21:38:23 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 21:38:23 +0000
commitdd4b51269a4c809a88fa21f1f63d50b7c0a3018e (patch)
tree4f320c6a66bb5d958ab0df2f20c9b31d60c6fbb6 /base/process/process_win.cc
parent61191fe12f82bfe57089302c217bedf58271a024 (diff)
downloadchromium_src-dd4b51269a4c809a88fa21f1f63d50b7c0a3018e.zip
chromium_src-dd4b51269a4c809a88fa21f1f63d50b7c0a3018e.tar.gz
chromium_src-dd4b51269a4c809a88fa21f1f63d50b7c0a3018e.tar.bz2
Update include paths in base for base/process changes.
This also updates any stragglers that I missed, fixes mistakes I may have made, and deletes the forwarding headers. After this CL, the proces_util.h project is complete. BUG=242290 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/20265004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process/process_win.cc')
-rw-r--r--base/process/process_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process/process_win.cc b/base/process/process_win.cc
index 30945f2a..1217b50 100644
--- a/base/process/process_win.cc
+++ b/base/process/process_win.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "base/process/process.h"
+
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "base/process_util.h"
#include "base/win/windows_version.h"
namespace base {