| Index: base/linux_util.cc
|
| diff --git a/base/linux_util.cc b/base/linux_util.cc
|
| index 751b28f418307f912fc8a203520f392ea24e8952..247580d16a39ea4531801bb478d489f2af6d9f8b 100644
|
| --- a/base/linux_util.cc
|
| +++ b/base/linux_util.cc
|
| @@ -131,8 +131,8 @@ static const int kDistroSize = 128 + 1;
|
| // We use this static string to hold the Linux distro info. If we
|
| // crash, the crash handler code will send this in the crash dump.
|
| char g_linux_distro[kDistroSize] =
|
| -#if defined(OS_CHROMEOS) && defined(TOUCH_UI)
|
| - "CrOS Touch";
|
| +#if defined(OS_CHROMEOS) && defined(USE_AURA)
|
| + "CrOS Aura";
|
| #elif defined(OS_CHROMEOS)
|
| "CrOS";
|
| #else // if defined(OS_LINUX)
|
|
|