| Index: chrome/app/chrome_crash_reporter_client.cc
|
| diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc
|
| index 6f0855e24c857b41d0b1da57a235ffdb5b9c3a91..25769f6cba1c476d807fcfad9a4b638df5a021e7 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client.cc
|
| @@ -340,7 +340,7 @@ bool ChromeCrashReporterClient::GetCollectStatsConsent() {
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
| - bool is_guest_session = CommandLine::ForCurrentProcess()->HasSwitch(
|
| + bool is_guest_session = base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| chromeos::switches::kGuestSession);
|
| bool is_stable_channel =
|
| chrome::VersionInfo::GetChannel() == chrome::VersionInfo::CHANNEL_STABLE;
|
|
|