summaryrefslogtreecommitdiffstats
path: root/chrome/browser/memory_details_mac.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 00:38:32 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 00:38:32 +0000
commita01efd2a689d627b21547ff94536acd7a9d2e95e (patch)
tree6a443528f94561a2cdcfac4e79e37efde4209e29 /chrome/browser/memory_details_mac.cc
parentd008efcae91ccda2778802a835dce7bc8075e002 (diff)
downloadchromium_src-a01efd2a689d627b21547ff94536acd7a9d2e95e.zip
chromium_src-a01efd2a689d627b21547ff94536acd7a9d2e95e.tar.gz
chromium_src-a01efd2a689d627b21547ff94536acd7a9d2e95e.tar.bz2
Delete the temporary headers left behind in chrome\browser. I've left browser_thread.h for another change, since 450 files include it.
TBR=avi Review URL: http://codereview.chromium.org/6596060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/memory_details_mac.cc')
-rw-r--r--chrome/browser/memory_details_mac.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc
index d4d14fd..8b33825 100644
--- a/chrome/browser/memory_details_mac.cc
+++ b/chrome/browser/memory_details_mac.cc
@@ -15,15 +15,15 @@
#include "base/process_util.h"
#include "base/threading/thread.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/browser_child_process_host.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/browser/process_info_snapshot.h"
-#include "chrome/browser/renderer_host/backing_store_manager.h"
-#include "chrome/browser/renderer_host/render_process_host.h"
-#include "chrome/browser/tab_contents/navigation_entry.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_version_info.h"
#include "chrome/common/url_constants.h"
+#include "content/browser/browser_child_process_host.h"
+#include "content/browser/browser_thread.h"
+#include "content/browser/renderer_host/backing_store_manager.h"
+#include "content/browser/renderer_host/render_process_host.h"
+#include "content/browser/tab_contents/navigation_entry.h"
#include "grit/chromium_strings.h"
#include "ui/base/l10n/l10n_util.h"