| Index: chrome/browser/lifetime/application_lifetime_aura.cc
|
| diff --git a/chrome/browser/lifetime/application_lifetime_aura.cc b/chrome/browser/lifetime/application_lifetime_aura.cc
|
| index 06bd542750e1461e8edd288d551752ca5a6dc3b2..75d67bae8588d0be4b9bddcc62e7089cd362d412 100644
|
| --- a/chrome/browser/lifetime/application_lifetime_aura.cc
|
| +++ b/chrome/browser/lifetime/application_lifetime_aura.cc
|
| @@ -32,8 +32,8 @@ void HandleAppExitingForPlatform() {
|
| views::Widget::CloseAllSecondaryWidgets();
|
|
|
| #if defined(OS_CHROMEOS)
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableZeroBrowsersOpenForTests)) {
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableZeroBrowsersOpenForTests)) {
|
| // App is exiting, call DecrementKeepAliveCount() on behalf of Aura Shell.
|
| DecrementKeepAliveCount();
|
| // Make sure we have notified the session manager that we are exiting.
|
|
|