| Index: chromeos/settings/timezone_settings.cc
|
| diff --git a/chromeos/settings/timezone_settings.cc b/chromeos/settings/timezone_settings.cc
|
| index ad6f17916ecb393dc2487709daa3b8a732d54567..adf04a8b57310275467fce00ec52ad9a2ba3a1f6 100644
|
| --- a/chromeos/settings/timezone_settings.cc
|
| +++ b/chromeos/settings/timezone_settings.cc
|
| @@ -22,6 +22,12 @@
|
| #include "base/threading/worker_pool.h"
|
| #include "chromeos/settings/timezone_settings_helper.h"
|
|
|
| +namespace chromeos {
|
| +namespace system {
|
| +const char kUTCTimezoneName[] = "Etc/GMT";
|
| +}
|
| +}
|
| +
|
| namespace {
|
|
|
| // The filepath to the timezone file that symlinks to the actual timezone file.
|
| @@ -77,6 +83,7 @@ static const char* kTimeZones[] = {
|
| "America/Godthab",
|
| "Atlantic/South_Georgia",
|
| "Atlantic/Cape_Verde",
|
| + chromeos::system::kUTCTimezoneName,
|
| "Atlantic/Azores",
|
| "Atlantic/Reykjavik",
|
| "Atlantic/St_Helena",
|
|
|