| Index: content/common/plugin_list.cc
|
| diff --git a/content/common/plugin_list.cc b/content/common/plugin_list.cc
|
| index e89aaf9e84964d1368180ad487fcdaf50d38112d..a0f9507ea9d42dc80c0240791dcd5655697544a0 100644
|
| --- a/content/common/plugin_list.cc
|
| +++ b/content/common/plugin_list.cc
|
| @@ -36,7 +36,7 @@ PluginList* PluginList::Singleton() {
|
|
|
| // static
|
| bool PluginList::DebugPluginLoading() {
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| + return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDebugPluginLoading);
|
| }
|
|
|
|
|