diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 16:55:11 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 16:55:11 +0000 |
commit | ccb79730ade7f78604d42a806c4df57d6cc4fd12 (patch) | |
tree | a7bea9364abca9e63abd4638c51c006f0d2301cc /chrome/browser | |
parent | 4a2aa3ce56a0c8cc3dcd1e45b990138ca395cb0c (diff) | |
download | chromium_src-ccb79730ade7f78604d42a806c4df57d6cc4fd12.zip chromium_src-ccb79730ade7f78604d42a806c4df57d6cc4fd12.tar.gz chromium_src-ccb79730ade7f78604d42a806c4df57d6cc4fd12.tar.bz2 |
Trivial move of content::BrowserContext to content/public.
R=avi@chromium.org
TBR=rlp@chromium.org
BUG=98716
TEST=
Review URL: http://codereview.chromium.org/8921021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/profiles/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 03b1672..d425d9d 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -15,7 +15,7 @@ #include "chrome/browser/net/preconnect.h" // TODO: remove this. #include "chrome/browser/net/pref_proxy_config_tracker.h" #include "chrome/common/extensions/extension_constants.h" -#include "content/browser/browser_context.h" +#include "content/public/browser/browser_context.h" namespace base { class Time; |