summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-18 01:33:34 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-18 01:33:34 +0000
commitacb94729d3aa35ec833c922ade31340229770d60 (patch)
tree7c26a239c8b9e09b78f809a308e081329625c8b2 /content/browser/child_process_launcher.cc
parent4874aae4718d407f7f4de1b71f0c02b9a2065474 (diff)
downloadchromium_src-acb94729d3aa35ec833c922ade31340229770d60.zip
chromium_src-acb94729d3aa35ec833c922ade31340229770d60.tar.gz
chromium_src-acb94729d3aa35ec833c922ade31340229770d60.tar.bz2
Move the renderer_web* files to content.
TBR=avi Review URL: http://codereview.chromium.org/6713024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/child_process_launcher.cc')
-rw-r--r--content/browser/child_process_launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
index 0cf79c2f..1b65c72 100644
--- a/content/browser/child_process_launcher.cc
+++ b/content/browser/child_process_launcher.cc
@@ -11,9 +11,9 @@
#include "base/scoped_ptr.h"
#include "base/synchronization/lock.h"
#include "base/threading/thread.h"
-#include "chrome/common/chrome_descriptors.h"
#include "chrome/common/chrome_switches.h"
#include "content/browser/browser_thread.h"
+#include "content/common/chrome_descriptors.h"
#include "content/common/process_watcher.h"
#include "content/common/result_codes.h"