diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 00:49:34 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 00:49:34 +0000 |
commit | f1933791ead4e0c44066287396f0475e95a2e1e3 (patch) | |
tree | b9c6ef28cfdf0ad22d19327f2cdc5463ba4cd782 /content/browser/zygote_host_linux.cc | |
parent | 5d93738d664767ee0c7d3f0de8e5f68100de0b54 (diff) | |
download | chromium_src-f1933791ead4e0c44066287396f0475e95a2e1e3.zip chromium_src-f1933791ead4e0c44066287396f0475e95a2e1e3.tar.gz chromium_src-f1933791ead4e0c44066287396f0475e95a2e1e3.tar.bz2 |
Get rid of the following dependencies from content:
chrome/common/chrome_constants.h
chrome/common/chrome_paths.h
chrome/common/logging_chrome.h
BUG=76697
Review URL: http://codereview.chromium.org/7104144
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88935 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/zygote_host_linux.cc')
-rw-r--r-- | content/browser/zygote_host_linux.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc index b3ab212..328c603 100644 --- a/content/browser/zygote_host_linux.cc +++ b/content/browser/zygote_host_linux.cc @@ -22,7 +22,6 @@ #include "base/string_number_conversions.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" -#include "chrome/common/chrome_constants.h" #include "content/browser/content_browser_client.h" #include "content/browser/renderer_host/render_sandbox_host_linux.h" #include "content/common/content_switches.h" |