diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 10:30:02 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 10:30:02 +0000 |
commit | d88bf94f6524f7ac27c7d3afa897d6722ffcc894 (patch) | |
tree | 713e86a5b7b196677dceec38657f5a700ca556fa /webkit/glue/entity_map.h | |
parent | 4daae5740fecad72a406c36b465c17e8359426d3 (diff) | |
download | chromium_src-d88bf94f6524f7ac27c7d3afa897d6722ffcc894.zip chromium_src-d88bf94f6524f7ac27c7d3afa897d6722ffcc894.tar.gz chromium_src-d88bf94f6524f7ac27c7d3afa897d6722ffcc894.tar.bz2 |
Header cleanup in webkit/glue
- reduce header dependencies
- remove redundant forward declarations
Review URL: http://codereview.chromium.org/115871
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/entity_map.h')
-rw-r--r-- | webkit/glue/entity_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/entity_map.h b/webkit/glue/entity_map.h index 69c15b9..1b7e28b 100644 --- a/webkit/glue/entity_map.h +++ b/webkit/glue/entity_map.h @@ -8,7 +8,7 @@ #include <string> #include "base/basictypes.h" -#include "base/string_util.h" +#include "base/string16.h" namespace webkit_glue { |