summaryrefslogtreecommitdiffstats
path: root/chrome/browser/memory_details_win.cc
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 17:37:02 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 17:37:02 +0000
commitd09a4ce1c1fdf474995682ca0d0e861ac685304f (patch)
tree2a6c81e4eae93559a944cb5e74e5c7f7860d1215 /chrome/browser/memory_details_win.cc
parentf390fe8a3dd54c630902db1ecc0dbead0e6fac2d (diff)
downloadchromium_src-d09a4ce1c1fdf474995682ca0d0e861ac685304f.zip
chromium_src-d09a4ce1c1fdf474995682ca0d0e861ac685304f.tar.gz
chromium_src-d09a4ce1c1fdf474995682ca0d0e861ac685304f.tar.bz2
Update include paths in chrome/browser/ for base/process changes.
BUG=242290 R=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/19631004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_details_win.cc')
-rw-r--r--chrome/browser/memory_details_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/memory_details_win.cc b/chrome/browser/memory_details_win.cc
index 5ce6032..ab9d36b 100644
--- a/chrome/browser/memory_details_win.cc
+++ b/chrome/browser/memory_details_win.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/memory_details.h"
#include <psapi.h>
+#include <TlHelp32.h>
#include "base/bind.h"
#include "base/file_version_info.h"