| Index: chrome/browser/plugins/plugin_observer.cc
|
| diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc
|
| index 340e2359adc39dc87fc24a67b9e0840343caa9ad..2494c3843cf9c1982eaf6ff91c937f4bd6f07eaa 100644
|
| --- a/chrome/browser/plugins/plugin_observer.cc
|
| +++ b/chrome/browser/plugins/plugin_observer.cc
|
| @@ -312,7 +312,7 @@ PluginObserver::PluginObserver(content::WebContents* web_contents)
|
|
|
| PluginObserver::~PluginObserver() {
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
| - STLDeleteValues(&plugin_placeholders_);
|
| + base::STLDeleteValues(&plugin_placeholders_);
|
| #endif
|
| }
|
|
|
|
|