| Index: chrome/browser/plugins/plugin_prefs.cc
|
| diff --git a/chrome/browser/plugins/plugin_prefs.cc b/chrome/browser/plugins/plugin_prefs.cc
|
| index 25d35160561705e6eb8879d7665cba8c0ec60315..1dd8d77dabf443a9ce86bac59b2cd84c822a3d34 100644
|
| --- a/chrome/browser/plugins/plugin_prefs.cc
|
| +++ b/chrome/browser/plugins/plugin_prefs.cc
|
| @@ -250,7 +250,8 @@ bool PluginPrefs::IsPluginEnabled(const content::WebPluginInfo& plugin) const {
|
| // information.
|
| // TODO(dspringer): When NaCl is on by default, remove this code.
|
| if ((plugin.name == base::ASCIIToUTF16(nacl::kNaClPluginName)) &&
|
| - CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableNaCl)) {
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableNaCl)) {
|
| return true;
|
| }
|
| #endif
|
|
|