diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-05 20:15:56 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-05 20:15:56 +0000 |
commit | d99bcaae9af32923a53f3c448cf95cbf7ad20775 (patch) | |
tree | 6b40b46581ced68d2faf6b3fcdde111f981ee7c5 /chrome/browser/memory_details_mac.cc | |
parent | 0dce40724db9c037c33d4e83051705441de2bb6b (diff) | |
download | chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.zip chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.tar.gz chromium_src-d99bcaae9af32923a53f3c448cf95cbf7ad20775.tar.bz2 |
Remove unneeded browser_process.h includes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5512009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_details_mac.cc')
-rw-r--r-- | chrome/browser/memory_details_mac.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc index 399049e..d0f7774 100644 --- a/chrome/browser/memory_details_mac.cc +++ b/chrome/browser/memory_details_mac.cc @@ -17,7 +17,6 @@ #include "base/thread.h" #include "base/utf_string_conversions.h" #include "chrome/browser/browser_child_process_host.h" -#include "chrome/browser/browser_process.h" #include "chrome/browser/browser_thread.h" #include "chrome/browser/process_info_snapshot.h" #include "chrome/browser/renderer_host/backing_store_manager.h" |