Chromium Code Reviews| Index: content/browser/storage_partition_impl_map.h |
| diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h |
| index c15fefc3d8cc5cf3411088a18cce69a59ac44a37..3b2b46b69995b19a872ea9c253d0a34a617e12f2 100644 |
| --- a/content/browser/storage_partition_impl_map.h |
| +++ b/content/browser/storage_partition_impl_map.h |
| @@ -23,6 +23,7 @@ class SequencedTaskRunner; |
| namespace content { |
| class BrowserContext; |
| +class HostZoomMap; |
|
awong
2014/08/11 22:36:33
Is this needed?
wjmaclean
2014/08/12 16:57:44
Ooops, no - cruft from revising. Removed.
|
| // A std::string to StoragePartition map for use with SupportsUserData APIs. |
| class CONTENT_EXPORT StoragePartitionImplMap |