Index: chrome/browser/component_updater/pepper_flash_component_installer.cc |
diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
index c7ec020c875b964897e0d5e8d4c0b29dfee8f54f..8ad0e259c602afecc9a016a098796a33e1894543 100644 |
--- a/chrome/browser/component_updater/pepper_flash_component_installer.cc |
+++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
@@ -504,7 +504,7 @@ void RegisterPepperFlashComponent(ComponentUpdateService* cus) { |
#if defined(GOOGLE_CHROME_BUILD) && !defined(OS_LINUX) |
// Component updated flash supersedes bundled flash therefore if that one |
// is disabled then this one should never install. |
- CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); |
if (cmd_line->HasSwitch(switches::kDisableBundledPpapiFlash)) |
return; |
BrowserThread::PostTask(BrowserThread::FILE, |