Skip to content
Snippets Groups Projects
Commit fc826088 authored by thestig@chromium.org's avatar thestig@chromium.org
Browse files

Remove the dependency from renderer on browser.

BUG=46666
TEST=none
Review URL: http://codereview.chromium.org/2852012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50081 0039d316-1c4b-4281-b951-d872f2087c98
parent 3b95223e
No related merge requests found
...@@ -16,8 +16,5 @@ include_rules = [ ...@@ -16,8 +16,5 @@ include_rules = [
"+third_party/npapi/bindings", "+third_party/npapi/bindings",
"+third_party/sqlite/preprocessed", "+third_party/sqlite/preprocessed",
"+third_party/tcmalloc", "+third_party/tcmalloc",
# FIXME - refactor code and remove these dependencies
"+chrome/browser/net",
] ]
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include "base/histogram.h" #include "base/histogram.h"
#include "base/path_service.h" #include "base/path_service.h"
#include "base/sys_info.h" #include "base/sys_info.h"
// TODO(jar): DNS calls should be renderer specific, not including browser.
#include "chrome/browser/net/dns_global.h"
#include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_switches.h"
#include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_paths.h"
#include "chrome/common/render_messages.h" #include "chrome/common/render_messages.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment