| Index: chrome/browser/chromeos/settings/system_settings_provider.cc
|
| diff --git a/chrome/browser/chromeos/settings/system_settings_provider.cc b/chrome/browser/chromeos/settings/system_settings_provider.cc
|
| index 2f4353fc9d0ec8aac6b15821b1eddabf08950482..d1258186d35d317035467b767e3d368a18f0df92 100644
|
| --- a/chrome/browser/chromeos/settings/system_settings_provider.cc
|
| +++ b/chrome/browser/chromeos/settings/system_settings_provider.cc
|
| @@ -37,7 +37,7 @@ void SystemSettingsProvider::DoSet(const std::string& path,
|
| return;
|
|
|
| if (path == kSystemTimezone) {
|
| - string16 timezone_id;
|
| + base::string16 timezone_id;
|
| if (!in_value.GetAsString(&timezone_id))
|
| return;
|
| // This will call TimezoneChanged.
|
|
|