diff options
Diffstat (limited to 'content/public/browser/resource_context.h')
-rw-r--r-- | content/public/browser/resource_context.h | 5 |
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. |