From fa20e0076dcbdb2d3977dc175639e1d737998bf0 Mon Sep 17 00:00:00 2001
From: "rsesek@chromium.org"
 <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Tue, 23 Jul 2013 21:20:54 +0000
Subject: Update include paths in content/browser for base/process changes.

BUG=242290
TBR=sky@chromium.org

Review URL: https://codereview.chromium.org/19495006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213225 0039d316-1c4b-4281-b951-d872f2087c98
---
 content/browser/browser_main_loop.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'content/browser/browser_main_loop.cc')

diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index d7553cc..241b7e5 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -13,6 +13,7 @@
 #include "base/metrics/histogram.h"
 #include "base/pending_task.h"
 #include "base/power_monitor/power_monitor.h"
+#include "base/process/process_metrics.h"
 #include "base/run_loop.h"
 #include "base/strings/string_number_conversions.h"
 #include "base/system_monitor/system_monitor.h"
@@ -91,7 +92,6 @@
 #if defined(OS_POSIX) && !defined(OS_MACOSX)
 #include <sys/stat.h>
 
-#include "base/process_util.h"
 #include "content/browser/renderer_host/render_sandbox_host_linux.h"
 #include "content/browser/zygote_host/zygote_host_impl_linux.h"
 #endif
-- 
cgit v1.1