diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:54:36 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:54:36 +0000 |
commit | d9c2e51c51468cc6c514294d04314bcafc80f468 (patch) | |
tree | f0acf2c93a84cd98ab96f438da818e0e43e72ae3 /content/browser/site_instance_impl.cc | |
parent | 7a91c555f3e057f8be9010a4e5385678ce822c28 (diff) | |
download | chromium_src-d9c2e51c51468cc6c514294d04314bcafc80f468.zip chromium_src-d9c2e51c51468cc6c514294d04314bcafc80f468.tar.gz chromium_src-d9c2e51c51468cc6c514294d04314bcafc80f468.tar.bz2 |
Revert 164120 - content/browser: Move more files into the content namespace.
Fixed most of the files found with the following command line:
$ git grep --files-without-match --name-only "namespace content {" -- content/browser/{*.cc,*.h.*.mm}
R=jam@chromium.org
Review URL: https://codereview.chromium.org/11274038
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/11273049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/site_instance_impl.cc')
-rw-r--r-- | content/browser/site_instance_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc index 5e3d241..59a2aac 100644 --- a/content/browser/site_instance_impl.cc +++ b/content/browser/site_instance_impl.cc @@ -19,7 +19,6 @@ #include "net/base/registry_controlled_domains/registry_controlled_domain.h" using content::BrowserContext; -using content::ChildProcessSecurityPolicyImpl; using content::RenderProcessHost; using content::RenderProcessHostImpl; using content::SiteInstance; |