diff options
Diffstat (limited to 'chrome/browser/chromeos/system/timezone_settings.cc')
-rw-r--r-- | chrome/browser/chromeos/system/timezone_settings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/system/timezone_settings.cc b/chrome/browser/chromeos/system/timezone_settings.cc index 6ebffc9..eab34e9 100644 --- a/chrome/browser/chromeos/system/timezone_settings.cc +++ b/chrome/browser/chromeos/system/timezone_settings.cc @@ -21,7 +21,7 @@ #include "content/public/browser/render_process_host.h" #include "content/public/browser/render_view_host.h" #include "content/public/browser/render_widget_host.h" -#include "third_party/icu/public/i18n/unicode/timezone.h" +#include "third_party/icu/source/i18n/unicode/timezone.h" using content::BrowserThread; |