Index: content/renderer/npapi/webplugin_impl.cc |
diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc |
index 2c75d42b189b72c89da2e625a6c34f1faddcddf8..118ba389f5db7437d1093efa9155b4c0b6eb1394 100644 |
--- a/content/renderer/npapi/webplugin_impl.cc |
+++ b/content/renderer/npapi/webplugin_impl.cc |
@@ -1219,7 +1219,7 @@ void WebPluginImpl::HandleURLRequestInternal(const char* url, |
if (!delegate_) |
return; |
- if (!CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (!base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kDisableDirectNPAPIRequests)) { |
// We got here either because the plugin called GetURL/PostURL, or because |
// we're fetching the data for an embed tag. If we're in multi-process mode, |