| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index a2c3170baf5bf42479f872bca329e4ae80415950..00326e39fe4f89ca175cf50809edec4db49d2f0f 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -178,7 +178,8 @@ void PluginServiceImpl::Init() {
|
| RegisterPepperPlugins();
|
|
|
| // Load any specified on the command line as well.
|
| - const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + const base::CommandLine* command_line =
|
| + base::CommandLine::ForCurrentProcess();
|
| base::FilePath path =
|
| command_line->GetSwitchValuePath(switches::kLoadPlugin);
|
| if (!path.empty())
|
|
|