Index: ppapi/shared_impl/ppapi_permissions.cc |
diff --git a/ppapi/shared_impl/ppapi_permissions.cc b/ppapi/shared_impl/ppapi_permissions.cc |
index 3fc6578384cdf50bec9e1d303d6d91488adf9947..a2d252184dd0580d242b7d02d6817a03a673683f 100644 |
--- a/ppapi/shared_impl/ppapi_permissions.cc |
+++ b/ppapi/shared_impl/ppapi_permissions.cc |
@@ -28,7 +28,7 @@ PpapiPermissions PpapiPermissions::GetForCommandLine(uint32 base_perms) { |
#if !defined(OS_NACL) |
// Testing permissions. The testing flag implies all permissions since the |
// test plugin needs to test all interfaces. |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnablePepperTesting)) |
additional_permissions |= ppapi::PERMISSION_ALL_BITS; |
#endif |