From ccb79730ade7f78604d42a806c4df57d6cc4fd12 Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Thu, 15 Dec 2011 16:55:11 +0000 Subject: 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 --- chrome/browser/profiles/profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser') 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; -- cgit v1.1