Index: chrome/browser/plugins/plugin_prefs.cc |
diff --git a/chrome/browser/plugins/plugin_prefs.cc b/chrome/browser/plugins/plugin_prefs.cc |
index 73b390c5197f03f800466a896eb119d16a8e7926..d6caee801ceffeaabc9bf2a6dcbf012765de5070 100644 |
--- a/chrome/browser/plugins/plugin_prefs.cc |
+++ b/chrome/browser/plugins/plugin_prefs.cc |
@@ -245,7 +245,7 @@ bool PluginPrefs::IsPluginEnabled(const content::WebPluginInfo& plugin) const { |
// information. |
// TODO(dspringer): When NaCl is on by default, remove this code. |
if ((plugin.name == |
- ASCIIToUTF16(chrome::ChromeContentClient::kNaClPluginName)) && |
+ ASCIIToUTF16(ChromeContentClient::kNaClPluginName)) && |
CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableNaCl)) { |
return true; |
} |