| Index: chrome/browser/ui/ash/ash_init.cc
|
| diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
|
| index 6b0542ae69a7e6838c461bd7766b819bfcd48320..49dba9d57d10d3e9047293bf85096d3cf50c8cf3 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -84,8 +84,8 @@ void OpenAsh(gfx::AcceleratedWidget remote_window) {
|
| shell->partial_magnification_controller()->
|
| SetEnabled(magnifier_enabled && magnifier_type == ui::MAGNIFIER_PARTIAL);
|
|
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableZeroBrowsersOpenForTests)) {
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableZeroBrowsersOpenForTests)) {
|
| chrome::IncrementKeepAliveCount();
|
| }
|
| #endif
|
|
|