diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 13:38:43 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 13:38:43 +0000 |
commit | 84c0c079f0cee5bee5e7d5b96def03c2bc7cacce (patch) | |
tree | d2fb4884ea1b13d76a7cab647dbb864cd96ed120 | |
parent | 0083025480f3cae370a7b29e4772354ef45fc8f1 (diff) | |
download | chromium_src-84c0c079f0cee5bee5e7d5b96def03c2bc7cacce.zip chromium_src-84c0c079f0cee5bee5e7d5b96def03c2bc7cacce.tar.gz chromium_src-84c0c079f0cee5bee5e7d5b96def03c2bc7cacce.tar.bz2 |
Update a forgotten user of the Sys StringPiece conversion functions to include string_piece.h
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1029 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/glue/plugins/plugin_list.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/plugins/plugin_list.cc b/webkit/glue/plugins/plugin_list.cc index 38b4bee..51575f6 100644 --- a/webkit/glue/plugins/plugin_list.cc +++ b/webkit/glue/plugins/plugin_list.cc @@ -38,6 +38,7 @@ #include "base/path_service.h" #include "base/registry.h" #include "base/scoped_ptr.h" +#include "base/string_piece.h" #include "base/string_util.h" #include "base/sys_string_conversions.h" #include "base/time.h" |