summaryrefslogtreecommitdiffstats
path: root/content/public/browser/resource_context.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 14:16:15 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 14:16:15 +0000
commit38b748756ecda2be451d48adfaaccae249ad1d4b (patch)
treefbe1c0291469841425e5a12219d8ed98b3d2287a /content/public/browser/resource_context.h
parentccf3148901a49816aa1ce57d1dc33d226ea743f6 (diff)
downloadchromium_src-38b748756ecda2be451d48adfaaccae249ad1d4b.zip
chromium_src-38b748756ecda2be451d48adfaaccae249ad1d4b.tar.gz
chromium_src-38b748756ecda2be451d48adfaaccae249ad1d4b.tar.bz2
Move MediaObserver to content/public/browser and put it in the content namespace.
BUG=98716 R=jam@chromium.org TBR=mirandac@chromium.org Review URL: https://chromiumcodereview.appspot.com/9463040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser/resource_context.h')
-rw-r--r--content/public/browser/resource_context.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/public/browser/resource_context.h b/content/public/browser/resource_context.h
index de4a372..af28f92 100644
--- a/content/public/browser/resource_context.h
+++ b/content/public/browser/resource_context.h
@@ -5,12 +5,9 @@
#ifndef CONTENT_PUBLIC_BROWSER_RESOURCE_CONTEXT_H_
#define CONTENT_PUBLIC_BROWSER_RESOURCE_CONTEXT_H_
-#include "base/basictypes.h"
#include "base/supports_user_data.h"
#include "content/common/content_export.h"
-class MediaObserver;
-
namespace appcache {
class AppCacheService;
}
@@ -30,6 +27,8 @@ class BlobStorageController;
namespace content {
+class MediaObserver;
+
// ResourceContext contains the relevant context information required for
// resource loading. It lives on the IO thread, although it is constructed on
// the UI thread.