summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-19 13:38:43 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-19 13:38:43 +0000
commit84c0c079f0cee5bee5e7d5b96def03c2bc7cacce (patch)
treed2fb4884ea1b13d76a7cab647dbb864cd96ed120
parent0083025480f3cae370a7b29e4772354ef45fc8f1 (diff)
downloadchromium_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.cc1
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"