diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 17:52:44 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-11 17:52:44 +0000 |
commit | 14c1c23d5a714bbf1769ecae6562a97f3b82fd82 (patch) | |
tree | 06e02c7760bb3dfc4a563c5149cc99dba8056389 /content/browser/storage_partition_impl_map.h | |
parent | e040c24bb90563eb76c7a521ad485499d5217641 (diff) | |
download | chromium_src-14c1c23d5a714bbf1769ecae6562a97f3b82fd82.zip chromium_src-14c1c23d5a714bbf1769ecae6562a97f3b82fd82.tar.gz chromium_src-14c1c23d5a714bbf1769ecae6562a97f3b82fd82.tar.bz2 |
Rename base/hash_tables to base/containers/hash_tables.
Remove forwarding header
BUG=
R=avi@chromium.org
Review URL: https://codereview.chromium.org/16667019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205584 0039d316-1c4b-4281-b951-d872f2087c98
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" |