Index: content/plugin/webplugin_accelerated_surface_proxy_mac.cc |
diff --git a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc |
index f01131302cdaf6f0828398ea7388c8ff890da13f..e5f643ba54a7008e80b91728120519cafeb08d3b 100644 |
--- a/content/plugin/webplugin_accelerated_surface_proxy_mac.cc |
+++ b/content/plugin/webplugin_accelerated_surface_proxy_mac.cc |
@@ -20,7 +20,7 @@ WebPluginAcceleratedSurfaceProxy* WebPluginAcceleratedSurfaceProxy::Create( |
gfx::GpuPreference gpu_preference) { |
// This code path shouldn't be taken if CA plugins are disabled |
// because the CA drawing model shouldn't be advertised. |
- DCHECK(!CommandLine::ForCurrentProcess()->HasSwitch( |
+ DCHECK(!base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kDisableCoreAnimationPlugins)); |
AcceleratedSurface* surface = new AcceleratedSurface; |