diff options
Diffstat (limited to 'content/browser/resource_context.h')
-rw-r--r-- | content/browser/resource_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/resource_context.h b/content/browser/resource_context.h index 22803e3..61785fa 100644 --- a/content/browser/resource_context.h +++ b/content/browser/resource_context.h @@ -15,7 +15,6 @@ class AudioManager; class ChromeAppCacheService; class ChromeBlobStorageContext; -class HostZoomMap; class MediaObserver; namespace fileapi { class FileSystemContext; @@ -36,6 +35,8 @@ class DatabaseTracker; namespace content { +class HostZoomMap; + // ResourceContext contains the relevant context information required for // resource loading. It lives on the IO thread, although it is constructed on // the UI thread. ResourceContext doesn't own anything it points to, it just |