Index: content/browser/resource_context.h |
=================================================================== |
--- content/browser/resource_context.h (revision 119530) |
+++ content/browser/resource_context.h (working copy) |
@@ -15,7 +15,6 @@ |
class AudioManager; |
class ChromeAppCacheService; |
class ChromeBlobStorageContext; |
-class HostZoomMap; |
class MediaObserver; |
namespace fileapi { |
class FileSystemContext; |
@@ -36,6 +35,8 @@ |
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 |