| 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 972335a33aaab0b6cedebd7ea7dc46cb567ffb1d..c15fefc3d8cc5cf3411088a18cce69a59ac44a37 100644
|
| --- a/content/browser/storage_partition_impl_map.h
|
| +++ b/content/browser/storage_partition_impl_map.h
|
| @@ -25,7 +25,8 @@ namespace content {
|
| class BrowserContext;
|
|
|
| // A std::string to StoragePartition map for use with SupportsUserData APIs.
|
| -class StoragePartitionImplMap : public base::SupportsUserData::Data {
|
| +class CONTENT_EXPORT StoragePartitionImplMap
|
| + : public base::SupportsUserData::Data {
|
| public:
|
| explicit StoragePartitionImplMap(BrowserContext* browser_context);
|
|
|
| @@ -57,6 +58,7 @@ class StoragePartitionImplMap : public base::SupportsUserData::Data {
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(StoragePartitionConfigTest, OperatorLess);
|
| + FRIEND_TEST_ALL_PREFIXES(StoragePartitionImplMapTest, GarbageCollect);
|
|
|
| // Each StoragePartition is uniquely identified by which partition domain
|
| // it belongs to (such as an app or the browser itself), the user supplied
|
|
|