Index: content/renderer/pepper/plugin_module.cc |
diff --git a/content/renderer/pepper/plugin_module.cc b/content/renderer/pepper/plugin_module.cc |
index 9a467940d4174930f646d301e576558574485167..e6576bee55ce833739d66f18a85e643138368de7 100644 |
--- a/content/renderer/pepper/plugin_module.cc |
+++ b/content/renderer/pepper/plugin_module.cc |
@@ -327,7 +327,7 @@ const void* InternalGetInterface(const char* name) { |
// Only support the testing interface when the command line switch is |
// specified. This allows us to prevent people from (ab)using this interface |
// in production code. |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kEnablePepperTesting)) { |
if (strcmp(name, PPB_TESTING_PRIVATE_INTERFACE) == 0) |
return &testing_interface; |