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/plugin | |
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/plugin')
-rw-r--r-- | content/plugin/webplugin_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index 307e373..f847a64 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -7,7 +7,7 @@ #include <string> -#include "base/hash_tables.h" +#include "base/containers/hash_tables.h" #include "base/memory/ref_counted.h" #if defined(OS_MACOSX) #include "base/mac/scoped_cftyperef.h" |