diff options
Diffstat (limited to 'content/browser/storage_partition_impl_map.h')
-rw-r--r-- | content/browser/storage_partition_impl_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h index 7f69dea..972335a 100644 --- a/content/browser/storage_partition_impl_map.h +++ b/content/browser/storage_partition_impl_map.h @@ -9,8 +9,8 @@ #include <string> #include "base/callback_forward.h" +#include "base/containers/hash_tables.h" #include "base/gtest_prod_util.h" -#include "base/hash_tables.h" #include "base/supports_user_data.h" #include "content/browser/storage_partition_impl.h" #include "content/public/browser/browser_context.h" |