diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:15:28 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:15:28 +0000 |
commit | a91e1409a1b702892be19b058ad418b92ab4dd28 (patch) | |
tree | f65055a03ec7147674e921e80664be5bef9acef0 /chrome/browser/memory_details.cc | |
parent | 1ebe3cefbab03f450586895feea998f994ff13f8 (diff) | |
download | chromium_src-a91e1409a1b702892be19b058ad418b92ab4dd28.zip chromium_src-a91e1409a1b702892be19b058ad418b92ab4dd28.tar.gz chromium_src-a91e1409a1b702892be19b058ad418b92ab4dd28.tar.bz2 |
Reland r52336.
(I accidentally committed a previous version of the patch (the fixed version
was in codereview since I had switched to my mac to address this exact compile
failure.)
BUG=none
TEST=none
TBR=evan
Review URL: http://codereview.chromium.org/2937010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_details.cc')
-rw-r--r-- | chrome/browser/memory_details.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc index 5106912..5c38d97 100644 --- a/chrome/browser/memory_details.cc +++ b/chrome/browser/memory_details.cc @@ -6,6 +6,7 @@ #include "app/l10n_util.h" #include "base/file_version_info.h" +#include "base/histogram.h" #include "base/process_util.h" #include "base/utf_string_conversions.h" #include "chrome/browser/browser_child_process_host.h" |