From 7d9f85dc4a5c3474e7116abb26697cee280eca93 Mon Sep 17 00:00:00 2001
From: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Date: Tue, 9 Sep 2014 16:47:24 +0200
Subject: [PATCH] Update Chromium to stable version 37.0.2062.103

Change-Id: I172b552f0df8923d795a3c6f84c4fb4e1e780788
Reviewed-by: Andras Becsi <andras.becsi@digia.com>
---
 chromium/DEPS                                 | 112 +++----
 chromium/android_webview/android_webview.gyp  |   3 +-
 .../android_webview_tests.gypi                |  12 +
 .../android_webview/native/webview_native.gyp |   6 +
 chromium/base/win/iat_patch_function.cc       | 101 +++---
 chromium/base/win/iat_patch_function.h        |   3 +
 chromium/build/output_dll_copy.rules          |   2 +-
 chromium/build/util/LASTCHANGE                |   2 +-
 chromium/build/util/LASTCHANGE.blink          |   2 +-
 chromium/build/whitespace_file.txt            |   4 +-
 .../layers/delegated_renderer_layer_impl.cc   |  17 +-
 .../delegated_renderer_layer_impl_unittest.cc |  27 ++
 chromium/cc/layers/picture_image_layer.cc     |  13 +-
 chromium/cc/layers/quad_sink.h                |   2 +
 chromium/chrome/VERSION                       |   2 +-
 .../app/resources/chromium_strings_hi.xtb     |   2 +-
 .../app/resources/generated_resources_am.xtb  |   2 +-
 .../app/resources/generated_resources_ar.xtb  |   2 +-
 .../app/resources/generated_resources_da.xtb  |  86 ++---
 .../app/resources/generated_resources_de.xtb  |  12 +-
 .../resources/generated_resources_es-419.xtb  |   2 +-
 .../app/resources/generated_resources_et.xtb  |   4 +-
 .../app/resources/generated_resources_fil.xtb |   2 +-
 .../app/resources/generated_resources_fr.xtb  |   2 +-
 .../app/resources/generated_resources_gu.xtb  |   2 +-
 .../app/resources/generated_resources_hi.xtb  |   6 +-
 .../app/resources/generated_resources_hr.xtb  |   2 +-
 .../app/resources/generated_resources_hu.xtb  |   2 +-
 .../app/resources/generated_resources_id.xtb  |  10 +-
 .../app/resources/generated_resources_it.xtb  |   2 +-
 .../app/resources/generated_resources_iw.xtb  |   2 +-
 .../app/resources/generated_resources_ja.xtb  |   6 +-
 .../app/resources/generated_resources_kn.xtb  |   2 +-
 .../app/resources/generated_resources_ko.xtb  |   2 +-
 .../app/resources/generated_resources_ml.xtb  |   2 +-
 .../app/resources/generated_resources_nl.xtb  |   2 +-
 .../app/resources/generated_resources_no.xtb  |  14 +-
 .../app/resources/generated_resources_ru.xtb  |   2 +-
 .../app/resources/generated_resources_sr.xtb  |   4 +-
 .../app/resources/generated_resources_sv.xtb  |   2 +-
 .../app/resources/generated_resources_sw.xtb  |   6 +-
 .../app/resources/generated_resources_ta.xtb  |   6 +-
 .../app/resources/generated_resources_te.xtb  |   2 +-
 .../app/resources/generated_resources_th.xtb  |   2 +-
 .../resources/generated_resources_zh-CN.xtb   |  10 +-
 .../resources/generated_resources_zh-TW.xtb   |   4 +-
 .../resources/google_chrome_strings_hi.xtb    |   2 +-
 .../chromevox/injected/event_watcher.js       |   7 +-
 .../strings/chromevox_strings_hi.xtb          |  12 +-
 .../login/oobe_screen_hid_detection.css       |  15 +-
 .../browser/resources/gcm_internals.html      |   2 +-
 .../resources/hotword_helper/manifest.json    |   2 +-
 .../resources/options/chromeos/bluetooth.css  |  25 +-
 .../browser/resources/options/search_page.js  |   6 +-
 chromium/chrome/chrome_tests_unit.gypi        |   1 +
 .../chromeVoxChromeBackgroundScript.js        |   2 +-
 .../chromevox/chromeVoxChromeOptionsScript.js |   2 +-
 .../chromevox/chromeVoxChromePageScript.js    |   2 +-
 chromium/chrome_elf/blacklist/blacklist.cc    |   8 +
 chromium/codereview.settings                  |   3 +-
 .../dump_accessibility_tree_browsertest.cc    |  80 ++++-
 .../browser/android/content_view_core_impl.cc |  28 +-
 .../browser/android/content_view_core_impl.h  |  11 +-
 .../content/browser/android/devtools_auth.cc  |   8 +-
 .../synchronous_compositor_factory_impl.cc    |   9 +-
 .../android/browser_media_player_manager.cc   |  34 +-
 .../android/browser_media_player_manager.h    |   6 +
 .../android/media_resource_getter_impl.cc     |  52 ++-
 .../android/media_resource_getter_impl.h      |   7 +
 .../input/gesture_text_selector.cc            |  74 +++++
 .../input/gesture_text_selector.h             |  65 ++++
 .../input/gesture_text_selector_unittest.cc   | 221 +++++++++++++
 .../input/motion_event_android.cc             |  60 +++-
 .../input/motion_event_android.h              |   9 +-
 .../renderer_host/input/motion_event_web.cc   |  11 +
 .../renderer_host/input/motion_event_web.h    |   2 +
 .../renderer_host/input/touch_emulator.cc     |   5 +
 .../input/touch_emulator_client.h             |   1 +
 .../input/touch_emulator_unittest.cc          |   2 +
 .../renderer_host/render_widget_host_impl.cc  |  18 +-
 .../renderer_host/render_widget_host_impl.h   |   4 +-
 .../render_widget_host_view_android.cc        |  45 ++-
 .../render_widget_host_view_android.h         |  17 +-
 .../serviceworker_internals.html              |   2 +-
 .../web_contents/touch_editable_impl_aura.cc  |   3 +-
 .../web_contents/web_contents_android.cc      |   6 +
 .../web_contents/web_contents_android.h       |   2 +
 .../media/media_player_messages_android.h     |   1 +
 chromium/content/common/view_messages.h       |  12 +-
 chromium/content/content_browser.gypi         |   2 +
 chromium/content/content_renderer.gypi        |   6 +-
 chromium/content/content_tests.gypi           |   1 +
 chromium/content/public/OWNERS                |   2 +
 .../common/common_param_traits_macros.h       |   1 +
 chromium/content/renderer/OWNERS              |   6 +
 .../renderer_accessibility_complete.cc        |  29 +-
 .../media/android/media_info_loader.cc        |  12 +-
 .../media/android/media_info_loader.h         |  14 +-
 .../android/media_info_loader_unittest.cc     |   8 +-
 .../android/renderer_media_player_manager.cc  |   5 +-
 .../android/renderer_media_player_manager.h   |   3 +-
 .../media/android/webmediaplayer_android.cc   |  90 +++---
 .../media/android/webmediaplayer_android.h    |  19 +-
 .../renderer/media/crypto/key_systems.cc      |   4 +-
 .../media/media_stream_video_track.cc         | 227 +++++++++----
 .../renderer/media/media_stream_video_track.h |  14 +-
 .../media_stream_video_track_unittest.cc      |  24 +-
 .../media/mock_media_stream_video_sink.cc     |   1 +
 .../media/mock_media_stream_video_sink.h      |   2 +
 .../renderer/media/rtc_video_renderer.cc      |   8 +-
 .../renderer/media/rtc_video_renderer.h       |   1 -
 .../renderer/media/video_frame_deliverer.cc   |  84 -----
 .../renderer/media/video_frame_deliverer.h    |  82 -----
 .../renderer/render_font_warmup_win.cc        | 204 ++++++++++++
 .../content/renderer/render_frame_impl.cc     |   8 +-
 .../content/renderer/render_thread_impl.cc    |   9 +
 chromium/content/renderer/render_view_impl.cc |   9 +-
 chromium/content/renderer/render_view_impl.h  |   3 +-
 .../renderer/render_view_impl_android.cc      |   6 +-
 chromium/content/renderer/render_widget.cc    |   3 +-
 chromium/content/renderer/render_widget.h     |  13 +-
 .../renderer/renderer_font_platform_win.cc    | 305 ++++++++++++++++++
 .../renderer/renderer_font_platform_win.h     |  17 +
 .../google_apis/gcm/engine/gcm_store_impl.cc  |   3 +-
 .../gcm/engine/gcm_store_impl_unittest.cc     |  19 ++
 .../service/gles2_cmd_decoder.cc              |   6 +-
 .../gpu/config/gpu_driver_bug_list_json.cc    |  18 +-
 chromium/media/audio/pulse/pulse_output.cc    |  49 ++-
 chromium/media/audio/pulse/pulse_util.cc      |   6 +-
 .../audio/win/audio_device_listener_win.cc    |   3 -
 .../media/base/android/media_player_bridge.cc | 104 ++++--
 .../media/base/android/media_player_bridge.h  |  11 +-
 .../media/base/android/media_player_manager.h |   6 +-
 .../base/android/media_resource_getter.h      |  10 +-
 .../android/media_source_player_unittest.cc   |   4 +
 .../base/android/media_url_interceptor.h      |  36 +++
 chromium/media/cast/cast_defines.h            |   2 +-
 chromium/media/media.gyp                      |   1 +
 .../base/registry_controlled_domains/OWNERS   |   1 +
 .../effective_tld_names.dat                   | 165 ++++++++++
 .../effective_tld_names.gperf                 |  55 ++++
 chromium/net/http/http_network_session.cc     |   1 +
 .../net/http/http_stream_factory_impl_job.cc  |  15 +-
 .../quic/crypto/proof_verifier_chromium.cc    |  80 ++++-
 .../net/quic/crypto/proof_verifier_chromium.h |  11 +-
 chromium/net/quic/quic_client_session.cc      |   9 +-
 chromium/net/quic/quic_client_session.h       |   1 +
 chromium/net/quic/quic_stream_factory.cc      |   4 +-
 chromium/net/quic/quic_stream_factory.h       |   2 +
 chromium/net/quic/quic_stream_factory_test.cc |   3 +
 .../test_tools/crypto_test_utils_chromium.cc  |  14 +-
 .../open-vcdiff/vsprojects/open-vcdiff.sln    |   2 +-
 .../vsprojects/vcdcom/vcdcom.vcproj           |   2 +-
 .../vsprojects/vcddec/vcddec.vcproj           |   2 +-
 .../vcdecoder_test_common.vcproj              |   2 +-
 .../vsprojects/vcdenc/vcdenc.vcproj           |   2 +-
 chromium/testing/gmock/msvc/2005/gmock.sln    |   2 +-
 chromium/testing/gmock/msvc/2010/gmock.sln    |   2 +-
 chromium/testing/gtest/codegear/gtest.cbproj  |   2 +-
 .../testing/gtest/codegear/gtest.groupproj    |   2 +-
 .../testing/gtest/codegear/gtest_main.cbproj  |   2 +-
 .../gtest/codegear/gtest_unittest.cbproj      |   2 +-
 .../WebKit/Source/core/css/mediaControls.css  |   2 +
 .../core/css/parser/CSSPropertyParser.cpp     |  77 +++--
 .../core/css/parser/CSSPropertyParser.h       |   1 -
 .../WebKit/Source/core/dom/ContainerNode.cpp  |  47 +--
 .../WebKit/Source/core/dom/ContainerNode.h    |   3 +-
 .../WebKit/Source/core/dom/Document.cpp       |  20 +-
 .../WebKit/Source/core/dom/Element.cpp        |  23 +-
 .../WebKit/Source/core/dom/Element.h          |   1 -
 .../core/dom/FullscreenElementStack.cpp       |   4 +-
 .../Source/core/dom/ProcessingInstruction.cpp |  23 +-
 .../Source/core/dom/ProcessingInstruction.h   |   1 +
 .../Source/core/editing/FrameSelection.cpp    |  24 +-
 .../Source/core/editing/FrameSelection.h      |   2 +
 .../WebKit/Source/core/frame/Settings.in      |   4 +
 .../WebKit/Source/core/frame/SmartClip.cpp    |  31 +-
 .../WebKit/Source/core/frame/SmartClip.h      |   3 +-
 .../Source/core/html/HTMLFormElement.cpp      |  23 +-
 .../WebKit/Source/core/html/HTMLFormElement.h |   2 +
 .../Source/core/html/HTMLOptionElement.cpp    |   8 +
 .../Source/core/html/HTMLOptionElement.h      |   2 +
 .../core/html/imports/HTMLImportTreeRoot.cpp  |   2 +-
 .../html/imports/HTMLImportsController.cpp    |  37 +--
 .../core/html/imports/HTMLImportsController.h |   8 +-
 .../core/html/shadow/MediaControlElements.cpp |   9 +-
 .../core/html/shadow/SliderThumbElement.cpp   |   5 +
 .../core/loader/MixedContentChecker.cpp       |  11 +
 .../Source/core/loader/MixedContentChecker.h  |   6 +-
 .../Source/core/rendering/HitTestResult.cpp   |  12 +-
 .../Source/core/rendering/HitTestResult.h     |   4 +
 .../Source/core/rendering/RenderBox.cpp       |  17 +-
 .../core/rendering/RenderFullScreen.cpp       |   2 +-
 .../Source/core/rendering/RenderInline.cpp    |  36 ++-
 .../Source/core/rendering/RenderObject.cpp    |   4 +-
 .../compositing/RenderLayerCompositor.cpp     |   5 +-
 .../Source/core/rendering/style/RenderStyle.h |   7 +
 .../rendering/svg/RenderSVGResourceFilter.cpp |  10 +-
 .../Source/platform/fonts/Character.cpp       |   6 -
 .../WebKit/Source/web/WebLocalFrameImpl.h     |   6 +-
 .../WebKit/Source/web/WebSettingsImpl.cpp     |   5 +
 .../WebKit/Source/web/WebSettingsImpl.h       |   1 +
 .../WebKit/Source/web/WebViewImpl.cpp         |  49 ++-
 .../WebKit/Source/web/WebViewImpl.h           |   4 +
 .../WebKit/public/web/WebSettings.h           |   1 +
 .../third_party/WebKit/public/web/WebView.h   |   6 +
 .../src/compiler/translator/OutputHLSL.cpp    |   6 +-
 .../libGLESv2/renderer/IndexDataManager.cpp   |  59 +++-
 .../src/libGLESv2/renderer/IndexDataManager.h |   3 +-
 .../libGLESv2/renderer/d3d11/Renderer11.cpp   |   9 +-
 chromium/third_party/brotli/src/README        |   2 +-
 .../src/builds/wince/vc2005-ce/freetype.sln   |   2 +-
 .../src/builds/wince/vc2008-ce/freetype.sln   |   2 +-
 .../third_party/icu/build/icudt_build.sln     |   2 +-
 .../icu/source/common/common.vcxproj          |   2 +-
 .../icu/source/common/common.vcxproj.filters  |   2 +-
 .../icu/source/data/brkitr/cjdict.txt         |   2 +-
 .../third_party/icu/source/data/brkitr/el.txt |   2 +-
 .../third_party/icu/source/data/brkitr/en.txt |   2 +-
 .../icu/source/data/brkitr/en_US.txt          |   2 +-
 .../icu/source/data/brkitr/en_US_POSIX.txt    |   2 +-
 .../third_party/icu/source/data/brkitr/fi.txt |   2 +-
 .../third_party/icu/source/data/brkitr/he.txt |   2 +-
 .../third_party/icu/source/data/brkitr/ja.txt |   2 +-
 .../icu/source/data/brkitr/root.txt           |   2 +-
 .../third_party/icu/source/data/brkitr/th.txt |   2 +-
 .../icu/source/data/brkitr/thaidict.txt       |   2 +-
 .../third_party/icu/source/data/coll/af.txt   |   2 +-
 .../icu/source/data/coll/af_NA.txt            |   2 +-
 .../icu/source/data/coll/af_ZA.txt            |   2 +-
 .../third_party/icu/source/data/coll/ar.txt   |   2 +-
 .../icu/source/data/coll/ar_AE.txt            |   2 +-
 .../icu/source/data/coll/ar_BH.txt            |   2 +-
 .../icu/source/data/coll/ar_DZ.txt            |   2 +-
 .../icu/source/data/coll/ar_EG.txt            |   2 +-
 .../icu/source/data/coll/ar_IQ.txt            |   2 +-
 .../icu/source/data/coll/ar_JO.txt            |   2 +-
 .../icu/source/data/coll/ar_KW.txt            |   2 +-
 .../icu/source/data/coll/ar_LB.txt            |   2 +-
 .../icu/source/data/coll/ar_LY.txt            |   2 +-
 .../icu/source/data/coll/ar_MA.txt            |   2 +-
 .../icu/source/data/coll/ar_OM.txt            |   2 +-
 .../icu/source/data/coll/ar_QA.txt            |   2 +-
 .../icu/source/data/coll/ar_SA.txt            |   2 +-
 .../icu/source/data/coll/ar_SD.txt            |   2 +-
 .../icu/source/data/coll/ar_SY.txt            |   2 +-
 .../icu/source/data/coll/ar_TN.txt            |   2 +-
 .../icu/source/data/coll/ar_YE.txt            |   2 +-
 .../third_party/icu/source/data/coll/as.txt   |   2 +-
 .../icu/source/data/coll/as_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/az.txt   |   2 +-
 .../icu/source/data/coll/az_Latn.txt          |   2 +-
 .../icu/source/data/coll/az_Latn_AZ.txt       |   2 +-
 .../third_party/icu/source/data/coll/be.txt   |   2 +-
 .../icu/source/data/coll/be_BY.txt            |   2 +-
 .../third_party/icu/source/data/coll/bg.txt   |   2 +-
 .../icu/source/data/coll/bg_BG.txt            |   2 +-
 .../third_party/icu/source/data/coll/bn.txt   |   2 +-
 .../icu/source/data/coll/bn_BD.txt            |   2 +-
 .../icu/source/data/coll/bn_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/bs.txt   |   2 +-
 .../icu/source/data/coll/bs_BA.txt            |   2 +-
 .../third_party/icu/source/data/coll/ca.txt   |   2 +-
 .../icu/source/data/coll/ca_ES.txt            |   2 +-
 .../third_party/icu/source/data/coll/chr.txt  |   2 +-
 .../icu/source/data/coll/chr_US.txt           |   2 +-
 .../third_party/icu/source/data/coll/cs.txt   |   2 +-
 .../icu/source/data/coll/cs_CZ.txt            |   2 +-
 .../third_party/icu/source/data/coll/cy.txt   |   2 +-
 .../icu/source/data/coll/cy_GB.txt            |   2 +-
 .../third_party/icu/source/data/coll/da.txt   |   2 +-
 .../icu/source/data/coll/da_DK.txt            |   2 +-
 .../third_party/icu/source/data/coll/de.txt   |   2 +-
 .../third_party/icu/source/data/coll/de_.txt  |   2 +-
 .../icu/source/data/coll/de_AT.txt            |   2 +-
 .../icu/source/data/coll/de_BE.txt            |   2 +-
 .../icu/source/data/coll/de_CH.txt            |   2 +-
 .../icu/source/data/coll/de_DE.txt            |   2 +-
 .../icu/source/data/coll/de_LI.txt            |   2 +-
 .../icu/source/data/coll/de_LU.txt            |   2 +-
 .../icu/source/data/coll/de__PHONEBOOK.txt    |   2 +-
 .../third_party/icu/source/data/coll/el.txt   |   2 +-
 .../icu/source/data/coll/el_CY.txt            |   2 +-
 .../icu/source/data/coll/el_GR.txt            |   2 +-
 .../third_party/icu/source/data/coll/en.txt   |   2 +-
 .../icu/source/data/coll/en_AS.txt            |   2 +-
 .../icu/source/data/coll/en_AU.txt            |   2 +-
 .../icu/source/data/coll/en_BE.txt            |   2 +-
 .../icu/source/data/coll/en_BW.txt            |   2 +-
 .../icu/source/data/coll/en_BZ.txt            |   2 +-
 .../icu/source/data/coll/en_CA.txt            |   2 +-
 .../icu/source/data/coll/en_GB.txt            |   2 +-
 .../icu/source/data/coll/en_GU.txt            |   2 +-
 .../icu/source/data/coll/en_HK.txt            |   2 +-
 .../icu/source/data/coll/en_IE.txt            |   2 +-
 .../icu/source/data/coll/en_IN.txt            |   2 +-
 .../icu/source/data/coll/en_JM.txt            |   2 +-
 .../icu/source/data/coll/en_MH.txt            |   2 +-
 .../icu/source/data/coll/en_MP.txt            |   2 +-
 .../icu/source/data/coll/en_MT.txt            |   2 +-
 .../icu/source/data/coll/en_MU.txt            |   2 +-
 .../icu/source/data/coll/en_NA.txt            |   2 +-
 .../icu/source/data/coll/en_NZ.txt            |   2 +-
 .../icu/source/data/coll/en_PH.txt            |   2 +-
 .../icu/source/data/coll/en_PK.txt            |   2 +-
 .../icu/source/data/coll/en_SG.txt            |   2 +-
 .../icu/source/data/coll/en_TT.txt            |   2 +-
 .../icu/source/data/coll/en_UM.txt            |   2 +-
 .../icu/source/data/coll/en_US.txt            |   2 +-
 .../icu/source/data/coll/en_US_POSIX.txt      |   2 +-
 .../icu/source/data/coll/en_VI.txt            |   2 +-
 .../icu/source/data/coll/en_ZA.txt            |   2 +-
 .../icu/source/data/coll/en_ZW.txt            |   2 +-
 .../third_party/icu/source/data/coll/eo.txt   |   2 +-
 .../third_party/icu/source/data/coll/es.txt   |   2 +-
 .../third_party/icu/source/data/coll/es_.txt  |   2 +-
 .../icu/source/data/coll/es_419.txt           |   2 +-
 .../icu/source/data/coll/es_AR.txt            |   2 +-
 .../icu/source/data/coll/es_BO.txt            |   2 +-
 .../icu/source/data/coll/es_CL.txt            |   2 +-
 .../icu/source/data/coll/es_CO.txt            |   2 +-
 .../icu/source/data/coll/es_CR.txt            |   2 +-
 .../icu/source/data/coll/es_DO.txt            |   2 +-
 .../icu/source/data/coll/es_EC.txt            |   2 +-
 .../icu/source/data/coll/es_ES.txt            |   2 +-
 .../icu/source/data/coll/es_GQ.txt            |   2 +-
 .../icu/source/data/coll/es_GT.txt            |   2 +-
 .../icu/source/data/coll/es_HN.txt            |   2 +-
 .../icu/source/data/coll/es_MX.txt            |   2 +-
 .../icu/source/data/coll/es_NI.txt            |   2 +-
 .../icu/source/data/coll/es_PA.txt            |   2 +-
 .../icu/source/data/coll/es_PE.txt            |   2 +-
 .../icu/source/data/coll/es_PR.txt            |   2 +-
 .../icu/source/data/coll/es_PY.txt            |   2 +-
 .../icu/source/data/coll/es_SV.txt            |   2 +-
 .../icu/source/data/coll/es_US.txt            |   2 +-
 .../icu/source/data/coll/es_UY.txt            |   2 +-
 .../icu/source/data/coll/es_VE.txt            |   2 +-
 .../icu/source/data/coll/es__TRADITIONAL.txt  |   2 +-
 .../third_party/icu/source/data/coll/et.txt   |   2 +-
 .../icu/source/data/coll/et_EE.txt            |   2 +-
 .../third_party/icu/source/data/coll/fa.txt   |   2 +-
 .../icu/source/data/coll/fa_AF.txt            |   2 +-
 .../icu/source/data/coll/fa_IR.txt            |   2 +-
 .../third_party/icu/source/data/coll/fi.txt   |   2 +-
 .../icu/source/data/coll/fi_FI.txt            |   2 +-
 .../third_party/icu/source/data/coll/fil.txt  |   2 +-
 .../icu/source/data/coll/fil_PH.txt           |   2 +-
 .../third_party/icu/source/data/coll/fo.txt   |   2 +-
 .../icu/source/data/coll/fo_FO.txt            |   2 +-
 .../third_party/icu/source/data/coll/fr.txt   |   2 +-
 .../icu/source/data/coll/fr_BE.txt            |   2 +-
 .../icu/source/data/coll/fr_BF.txt            |   2 +-
 .../icu/source/data/coll/fr_BI.txt            |   2 +-
 .../icu/source/data/coll/fr_BJ.txt            |   2 +-
 .../icu/source/data/coll/fr_BL.txt            |   2 +-
 .../icu/source/data/coll/fr_CA.txt            |   2 +-
 .../icu/source/data/coll/fr_CD.txt            |   2 +-
 .../icu/source/data/coll/fr_CF.txt            |   2 +-
 .../icu/source/data/coll/fr_CG.txt            |   2 +-
 .../icu/source/data/coll/fr_CH.txt            |   2 +-
 .../icu/source/data/coll/fr_CI.txt            |   2 +-
 .../icu/source/data/coll/fr_CM.txt            |   2 +-
 .../icu/source/data/coll/fr_DJ.txt            |   2 +-
 .../icu/source/data/coll/fr_FR.txt            |   2 +-
 .../icu/source/data/coll/fr_GA.txt            |   2 +-
 .../icu/source/data/coll/fr_GN.txt            |   2 +-
 .../icu/source/data/coll/fr_GP.txt            |   2 +-
 .../icu/source/data/coll/fr_GQ.txt            |   2 +-
 .../icu/source/data/coll/fr_KM.txt            |   2 +-
 .../icu/source/data/coll/fr_LU.txt            |   2 +-
 .../icu/source/data/coll/fr_MC.txt            |   2 +-
 .../icu/source/data/coll/fr_MF.txt            |   2 +-
 .../icu/source/data/coll/fr_MG.txt            |   2 +-
 .../icu/source/data/coll/fr_ML.txt            |   2 +-
 .../icu/source/data/coll/fr_MQ.txt            |   2 +-
 .../icu/source/data/coll/fr_NE.txt            |   2 +-
 .../icu/source/data/coll/fr_RE.txt            |   2 +-
 .../icu/source/data/coll/fr_RW.txt            |   2 +-
 .../icu/source/data/coll/fr_SN.txt            |   2 +-
 .../icu/source/data/coll/fr_TD.txt            |   2 +-
 .../icu/source/data/coll/fr_TG.txt            |   2 +-
 .../third_party/icu/source/data/coll/ga.txt   |   2 +-
 .../icu/source/data/coll/ga_IE.txt            |   2 +-
 .../third_party/icu/source/data/coll/gu.txt   |   2 +-
 .../icu/source/data/coll/gu_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/ha.txt   |   2 +-
 .../icu/source/data/coll/ha_Latn.txt          |   2 +-
 .../icu/source/data/coll/ha_Latn_GH.txt       |   2 +-
 .../icu/source/data/coll/ha_Latn_NE.txt       |   2 +-
 .../icu/source/data/coll/ha_Latn_NG.txt       |   2 +-
 .../third_party/icu/source/data/coll/haw.txt  |   2 +-
 .../third_party/icu/source/data/coll/he.txt   |   2 +-
 .../icu/source/data/coll/he_IL.txt            |   2 +-
 .../third_party/icu/source/data/coll/hi.txt   |   2 +-
 .../third_party/icu/source/data/coll/hi_.txt  |   2 +-
 .../icu/source/data/coll/hi_IN.txt            |   2 +-
 .../icu/source/data/coll/hi__DIRECT.txt       |   2 +-
 .../third_party/icu/source/data/coll/hr.txt   |   2 +-
 .../icu/source/data/coll/hr_HR.txt            |   2 +-
 .../third_party/icu/source/data/coll/hu.txt   |   2 +-
 .../icu/source/data/coll/hu_HU.txt            |   2 +-
 .../third_party/icu/source/data/coll/hy.txt   |   2 +-
 .../icu/source/data/coll/hy_AM.txt            |   2 +-
 .../third_party/icu/source/data/coll/id.txt   |   2 +-
 .../icu/source/data/coll/id_ID.txt            |   2 +-
 .../third_party/icu/source/data/coll/ig.txt   |   2 +-
 .../icu/source/data/coll/ig_NG.txt            |   2 +-
 .../third_party/icu/source/data/coll/in.txt   |   2 +-
 .../icu/source/data/coll/in_ID.txt            |   2 +-
 .../third_party/icu/source/data/coll/is.txt   |   2 +-
 .../icu/source/data/coll/is_IS.txt            |   2 +-
 .../third_party/icu/source/data/coll/it.txt   |   2 +-
 .../icu/source/data/coll/it_CH.txt            |   2 +-
 .../icu/source/data/coll/it_IT.txt            |   2 +-
 .../third_party/icu/source/data/coll/iw.txt   |   2 +-
 .../icu/source/data/coll/iw_IL.txt            |   2 +-
 .../third_party/icu/source/data/coll/ja.txt   |   2 +-
 .../icu/source/data/coll/ja_JP.txt            |   2 +-
 .../third_party/icu/source/data/coll/ka.txt   |   2 +-
 .../icu/source/data/coll/ka_GE.txt            |   2 +-
 .../third_party/icu/source/data/coll/kk.txt   |   2 +-
 .../icu/source/data/coll/kk_KZ.txt            |   2 +-
 .../third_party/icu/source/data/coll/kl.txt   |   2 +-
 .../icu/source/data/coll/kl_GL.txt            |   2 +-
 .../third_party/icu/source/data/coll/km.txt   |   2 +-
 .../third_party/icu/source/data/coll/kn.txt   |   2 +-
 .../icu/source/data/coll/kn_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/ko.txt   |   2 +-
 .../icu/source/data/coll/ko_KR.txt            |   2 +-
 .../third_party/icu/source/data/coll/kok.txt  |   2 +-
 .../icu/source/data/coll/kok_IN.txt           |   2 +-
 .../third_party/icu/source/data/coll/lt.txt   |   2 +-
 .../icu/source/data/coll/lt_LT.txt            |   2 +-
 .../third_party/icu/source/data/coll/lv.txt   |   2 +-
 .../icu/source/data/coll/lv_LV.txt            |   2 +-
 .../third_party/icu/source/data/coll/mk.txt   |   2 +-
 .../icu/source/data/coll/mk_MK.txt            |   2 +-
 .../third_party/icu/source/data/coll/ml.txt   |   2 +-
 .../icu/source/data/coll/ml_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/mo.txt   |   2 +-
 .../third_party/icu/source/data/coll/mr.txt   |   2 +-
 .../icu/source/data/coll/mr_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/ms.txt   |   2 +-
 .../icu/source/data/coll/ms_BN.txt            |   2 +-
 .../icu/source/data/coll/ms_MY.txt            |   2 +-
 .../third_party/icu/source/data/coll/mt.txt   |   2 +-
 .../icu/source/data/coll/mt_MT.txt            |   2 +-
 .../third_party/icu/source/data/coll/my.txt   |   2 +-
 .../icu/source/data/coll/my_MM.txt            |   2 +-
 .../third_party/icu/source/data/coll/nb.txt   |   2 +-
 .../icu/source/data/coll/nb_NO.txt            |   2 +-
 .../third_party/icu/source/data/coll/nl.txt   |   2 +-
 .../icu/source/data/coll/nl_BE.txt            |   2 +-
 .../icu/source/data/coll/nl_NL.txt            |   2 +-
 .../third_party/icu/source/data/coll/nn.txt   |   2 +-
 .../icu/source/data/coll/nn_NO.txt            |   2 +-
 .../third_party/icu/source/data/coll/no.txt   |   2 +-
 .../icu/source/data/coll/no_NO.txt            |   2 +-
 .../third_party/icu/source/data/coll/om.txt   |   2 +-
 .../icu/source/data/coll/om_ET.txt            |   2 +-
 .../icu/source/data/coll/om_KE.txt            |   2 +-
 .../third_party/icu/source/data/coll/or.txt   |   2 +-
 .../icu/source/data/coll/or_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/pa.txt   |   2 +-
 .../icu/source/data/coll/pa_Arab.txt          |   2 +-
 .../icu/source/data/coll/pa_Arab_PK.txt       |   2 +-
 .../icu/source/data/coll/pa_Guru.txt          |   2 +-
 .../icu/source/data/coll/pa_Guru_IN.txt       |   2 +-
 .../icu/source/data/coll/pa_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/pl.txt   |   2 +-
 .../icu/source/data/coll/pl_PL.txt            |   2 +-
 .../third_party/icu/source/data/coll/ps.txt   |   2 +-
 .../icu/source/data/coll/ps_AF.txt            |   2 +-
 .../third_party/icu/source/data/coll/pt.txt   |   2 +-
 .../icu/source/data/coll/pt_BR.txt            |   2 +-
 .../icu/source/data/coll/pt_PT.txt            |   2 +-
 .../third_party/icu/source/data/coll/ro.txt   |   2 +-
 .../icu/source/data/coll/ro_MD.txt            |   2 +-
 .../icu/source/data/coll/ro_RO.txt            |   2 +-
 .../third_party/icu/source/data/coll/root.txt |   2 +-
 .../third_party/icu/source/data/coll/ru.txt   |   2 +-
 .../icu/source/data/coll/ru_MD.txt            |   2 +-
 .../icu/source/data/coll/ru_RU.txt            |   2 +-
 .../icu/source/data/coll/ru_UA.txt            |   2 +-
 .../third_party/icu/source/data/coll/sh.txt   |   2 +-
 .../icu/source/data/coll/sh_BA.txt            |   2 +-
 .../icu/source/data/coll/sh_YU.txt            |   2 +-
 .../third_party/icu/source/data/coll/si.txt   |   2 +-
 .../icu/source/data/coll/si_LK.txt            |   2 +-
 .../third_party/icu/source/data/coll/sk.txt   |   2 +-
 .../icu/source/data/coll/sk_SK.txt            |   2 +-
 .../third_party/icu/source/data/coll/sl.txt   |   2 +-
 .../icu/source/data/coll/sl_SI.txt            |   2 +-
 .../third_party/icu/source/data/coll/sq.txt   |   2 +-
 .../icu/source/data/coll/sq_AL.txt            |   2 +-
 .../third_party/icu/source/data/coll/sr.txt   |   2 +-
 .../icu/source/data/coll/sr_BA.txt            |   2 +-
 .../icu/source/data/coll/sr_Cyrl.txt          |   2 +-
 .../icu/source/data/coll/sr_Cyrl_BA.txt       |   2 +-
 .../icu/source/data/coll/sr_Cyrl_ME.txt       |   2 +-
 .../icu/source/data/coll/sr_Cyrl_RS.txt       |   2 +-
 .../icu/source/data/coll/sr_Latn.txt          |   2 +-
 .../icu/source/data/coll/sr_Latn_BA.txt       |   2 +-
 .../icu/source/data/coll/sr_Latn_ME.txt       |   2 +-
 .../icu/source/data/coll/sr_Latn_RS.txt       |   2 +-
 .../icu/source/data/coll/sr_ME.txt            |   2 +-
 .../icu/source/data/coll/sr_RS.txt            |   2 +-
 .../third_party/icu/source/data/coll/sv.txt   |   2 +-
 .../icu/source/data/coll/sv_FI.txt            |   2 +-
 .../icu/source/data/coll/sv_SE.txt            |   2 +-
 .../third_party/icu/source/data/coll/sw.txt   |   2 +-
 .../icu/source/data/coll/sw_KE.txt            |   2 +-
 .../icu/source/data/coll/sw_TZ.txt            |   2 +-
 .../third_party/icu/source/data/coll/ta.txt   |   2 +-
 .../icu/source/data/coll/ta_IN.txt            |   2 +-
 .../icu/source/data/coll/ta_LK.txt            |   2 +-
 .../third_party/icu/source/data/coll/te.txt   |   2 +-
 .../icu/source/data/coll/te_IN.txt            |   2 +-
 .../third_party/icu/source/data/coll/th.txt   |   2 +-
 .../icu/source/data/coll/th_TH.txt            |   2 +-
 .../third_party/icu/source/data/coll/to.txt   |   2 +-
 .../third_party/icu/source/data/coll/tr.txt   |   2 +-
 .../icu/source/data/coll/tr_TR.txt            |   2 +-
 .../third_party/icu/source/data/coll/uk.txt   |   2 +-
 .../icu/source/data/coll/uk_UA.txt            |   2 +-
 .../third_party/icu/source/data/coll/ur.txt   |   2 +-
 .../icu/source/data/coll/ur_IN.txt            |   2 +-
 .../icu/source/data/coll/ur_PK.txt            |   2 +-
 .../third_party/icu/source/data/coll/vi.txt   |   2 +-
 .../icu/source/data/coll/vi_VN.txt            |   2 +-
 .../third_party/icu/source/data/coll/yo.txt   |   2 +-
 .../icu/source/data/coll/yo_NG.txt            |   2 +-
 .../third_party/icu/source/data/coll/zh.txt   |   2 +-
 .../third_party/icu/source/data/coll/zh_.txt  |   2 +-
 .../icu/source/data/coll/zh_CN.txt            |   2 +-
 .../icu/source/data/coll/zh_HK.txt            |   2 +-
 .../icu/source/data/coll/zh_Hans.txt          |   2 +-
 .../icu/source/data/coll/zh_Hans_CN.txt       |   2 +-
 .../icu/source/data/coll/zh_Hans_SG.txt       |   2 +-
 .../icu/source/data/coll/zh_Hant.txt          |   2 +-
 .../icu/source/data/coll/zh_Hant_HK.txt       |   2 +-
 .../icu/source/data/coll/zh_Hant_MO.txt       |   2 +-
 .../icu/source/data/coll/zh_Hant_TW.txt       |   2 +-
 .../icu/source/data/coll/zh_MO.txt            |   2 +-
 .../icu/source/data/coll/zh_SG.txt            |   2 +-
 .../icu/source/data/coll/zh_TW.txt            |   2 +-
 .../icu/source/data/coll/zh_TW_STROKE.txt     |   2 +-
 .../icu/source/data/coll/zh__PINYIN.txt       |   2 +-
 .../third_party/icu/source/data/coll/zu.txt   |   2 +-
 .../icu/source/data/coll/zu_ZA.txt            |   2 +-
 .../third_party/icu/source/data/curr/af.txt   |   2 +-
 .../third_party/icu/source/data/curr/ak.txt   |   2 +-
 .../third_party/icu/source/data/curr/am.txt   |   2 +-
 .../third_party/icu/source/data/curr/ar.txt   |   2 +-
 .../third_party/icu/source/data/curr/as.txt   |   2 +-
 .../third_party/icu/source/data/curr/asa.txt  |   2 +-
 .../third_party/icu/source/data/curr/az.txt   |   2 +-
 .../icu/source/data/curr/az_AZ.txt            |   2 +-
 .../icu/source/data/curr/az_Cyrl.txt          |   2 +-
 .../icu/source/data/curr/az_Latn.txt          |   2 +-
 .../icu/source/data/curr/az_Latn_AZ.txt       |   2 +-
 .../third_party/icu/source/data/curr/be.txt   |   2 +-
 .../third_party/icu/source/data/curr/bem.txt  |   2 +-
 .../third_party/icu/source/data/curr/bez.txt  |   2 +-
 .../third_party/icu/source/data/curr/bg.txt   |   2 +-
 .../third_party/icu/source/data/curr/bm.txt   |   2 +-
 .../third_party/icu/source/data/curr/bn.txt   |   2 +-
 .../third_party/icu/source/data/curr/bo.txt   |   2 +-
 .../third_party/icu/source/data/curr/bs.txt   |   2 +-
 .../third_party/icu/source/data/curr/ca.txt   |   2 +-
 .../third_party/icu/source/data/curr/cgg.txt  |   2 +-
 .../third_party/icu/source/data/curr/chr.txt  |   2 +-
 .../third_party/icu/source/data/curr/cs.txt   |   2 +-
 .../third_party/icu/source/data/curr/cy.txt   |   2 +-
 .../third_party/icu/source/data/curr/da.txt   |   2 +-
 .../third_party/icu/source/data/curr/dav.txt  |   2 +-
 .../third_party/icu/source/data/curr/de.txt   |   2 +-
 .../icu/source/data/curr/de_BE.txt            |   2 +-
 .../icu/source/data/curr/de_LU.txt            |   2 +-
 .../third_party/icu/source/data/curr/ebu.txt  |   2 +-
 .../third_party/icu/source/data/curr/ee.txt   |   2 +-
 .../third_party/icu/source/data/curr/el.txt   |   2 +-
 .../third_party/icu/source/data/curr/en.txt   |   2 +-
 .../icu/source/data/curr/en_AU.txt            |   2 +-
 .../icu/source/data/curr/en_BE.txt            |   2 +-
 .../icu/source/data/curr/en_BW.txt            |   2 +-
 .../icu/source/data/curr/en_BZ.txt            |   2 +-
 .../icu/source/data/curr/en_CA.txt            |   2 +-
 .../icu/source/data/curr/en_HK.txt            |   2 +-
 .../icu/source/data/curr/en_JM.txt            |   2 +-
 .../icu/source/data/curr/en_MT.txt            |   2 +-
 .../icu/source/data/curr/en_NA.txt            |   2 +-
 .../icu/source/data/curr/en_NZ.txt            |   2 +-
 .../icu/source/data/curr/en_PH.txt            |   2 +-
 .../icu/source/data/curr/en_PK.txt            |   2 +-
 .../icu/source/data/curr/en_RH.txt            |   2 +-
 .../icu/source/data/curr/en_SG.txt            |   2 +-
 .../icu/source/data/curr/en_TT.txt            |   2 +-
 .../icu/source/data/curr/en_ZW.txt            |   2 +-
 .../third_party/icu/source/data/curr/eo.txt   |   2 +-
 .../third_party/icu/source/data/curr/es.txt   |   2 +-
 .../icu/source/data/curr/es_AR.txt            |   2 +-
 .../icu/source/data/curr/es_CL.txt            |   2 +-
 .../icu/source/data/curr/es_CO.txt            |   2 +-
 .../icu/source/data/curr/es_EC.txt            |   2 +-
 .../icu/source/data/curr/es_GT.txt            |   2 +-
 .../icu/source/data/curr/es_HN.txt            |   2 +-
 .../icu/source/data/curr/es_MX.txt            |   2 +-
 .../icu/source/data/curr/es_PR.txt            |   2 +-
 .../icu/source/data/curr/es_US.txt            |   2 +-
 .../icu/source/data/curr/es_UY.txt            |   2 +-
 .../third_party/icu/source/data/curr/et.txt   |   2 +-
 .../third_party/icu/source/data/curr/eu.txt   |   2 +-
 .../third_party/icu/source/data/curr/fa.txt   |   2 +-
 .../icu/source/data/curr/fa_AF.txt            |   2 +-
 .../third_party/icu/source/data/curr/ff.txt   |   2 +-
 .../third_party/icu/source/data/curr/fi.txt   |   2 +-
 .../third_party/icu/source/data/curr/fil.txt  |   2 +-
 .../icu/source/data/curr/fil_PH.txt           |   2 +-
 .../third_party/icu/source/data/curr/fo.txt   |   2 +-
 .../third_party/icu/source/data/curr/fr.txt   |   2 +-
 .../icu/source/data/curr/fr_CA.txt            |   2 +-
 .../icu/source/data/curr/fr_LU.txt            |   2 +-
 .../third_party/icu/source/data/curr/ga.txt   |   2 +-
 .../third_party/icu/source/data/curr/gl.txt   |   2 +-
 .../third_party/icu/source/data/curr/gsw.txt  |   2 +-
 .../third_party/icu/source/data/curr/gu.txt   |   2 +-
 .../third_party/icu/source/data/curr/guz.txt  |   2 +-
 .../third_party/icu/source/data/curr/gv.txt   |   2 +-
 .../third_party/icu/source/data/curr/ha.txt   |   2 +-
 .../icu/source/data/curr/ha_GH.txt            |   2 +-
 .../icu/source/data/curr/ha_Latn.txt          |   2 +-
 .../icu/source/data/curr/ha_Latn_GH.txt       |   2 +-
 .../icu/source/data/curr/ha_Latn_NE.txt       |   2 +-
 .../icu/source/data/curr/ha_Latn_NG.txt       |   2 +-
 .../icu/source/data/curr/ha_NE.txt            |   2 +-
 .../icu/source/data/curr/ha_NG.txt            |   2 +-
 .../third_party/icu/source/data/curr/haw.txt  |   2 +-
 .../third_party/icu/source/data/curr/he.txt   |   2 +-
 .../icu/source/data/curr/he_IL.txt            |   2 +-
 .../third_party/icu/source/data/curr/hi.txt   |   2 +-
 .../third_party/icu/source/data/curr/hr.txt   |   2 +-
 .../third_party/icu/source/data/curr/hu.txt   |   2 +-
 .../third_party/icu/source/data/curr/hy.txt   |   2 +-
 .../third_party/icu/source/data/curr/id.txt   |   2 +-
 .../icu/source/data/curr/id_ID.txt            |   2 +-
 .../third_party/icu/source/data/curr/ig.txt   |   2 +-
 .../third_party/icu/source/data/curr/ii.txt   |   2 +-
 .../third_party/icu/source/data/curr/in.txt   |   2 +-
 .../icu/source/data/curr/in_ID.txt            |   2 +-
 .../third_party/icu/source/data/curr/is.txt   |   2 +-
 .../third_party/icu/source/data/curr/it.txt   |   2 +-
 .../third_party/icu/source/data/curr/iw.txt   |   2 +-
 .../icu/source/data/curr/iw_IL.txt            |   2 +-
 .../third_party/icu/source/data/curr/ja.txt   |   2 +-
 .../icu/source/data/curr/ja_JP.txt            |   2 +-
 .../source/data/curr/ja_JP_TRADITIONAL.txt    |   2 +-
 .../third_party/icu/source/data/curr/jmc.txt  |   2 +-
 .../third_party/icu/source/data/curr/ka.txt   |   2 +-
 .../third_party/icu/source/data/curr/kab.txt  |   2 +-
 .../third_party/icu/source/data/curr/kam.txt  |   2 +-
 .../third_party/icu/source/data/curr/kde.txt  |   2 +-
 .../third_party/icu/source/data/curr/kea.txt  |   2 +-
 .../third_party/icu/source/data/curr/khq.txt  |   2 +-
 .../third_party/icu/source/data/curr/ki.txt   |   2 +-
 .../third_party/icu/source/data/curr/kk.txt   |   2 +-
 .../icu/source/data/curr/kk_Cyrl.txt          |   2 +-
 .../icu/source/data/curr/kk_Cyrl_KZ.txt       |   2 +-
 .../icu/source/data/curr/kk_KZ.txt            |   2 +-
 .../third_party/icu/source/data/curr/kl.txt   |   2 +-
 .../third_party/icu/source/data/curr/kln.txt  |   2 +-
 .../third_party/icu/source/data/curr/km.txt   |   2 +-
 .../third_party/icu/source/data/curr/kn.txt   |   2 +-
 .../third_party/icu/source/data/curr/ko.txt   |   2 +-
 .../third_party/icu/source/data/curr/kok.txt  |   2 +-
 .../third_party/icu/source/data/curr/kw.txt   |   2 +-
 .../third_party/icu/source/data/curr/lag.txt  |   2 +-
 .../third_party/icu/source/data/curr/lg.txt   |   2 +-
 .../third_party/icu/source/data/curr/lt.txt   |   2 +-
 .../third_party/icu/source/data/curr/luo.txt  |   2 +-
 .../third_party/icu/source/data/curr/luy.txt  |   2 +-
 .../third_party/icu/source/data/curr/lv.txt   |   2 +-
 .../third_party/icu/source/data/curr/mas.txt  |   2 +-
 .../third_party/icu/source/data/curr/mer.txt  |   2 +-
 .../third_party/icu/source/data/curr/mfe.txt  |   2 +-
 .../third_party/icu/source/data/curr/mg.txt   |   2 +-
 .../third_party/icu/source/data/curr/mk.txt   |   2 +-
 .../third_party/icu/source/data/curr/ml.txt   |   2 +-
 .../third_party/icu/source/data/curr/mo.txt   |   2 +-
 .../third_party/icu/source/data/curr/mr.txt   |   2 +-
 .../third_party/icu/source/data/curr/ms.txt   |   2 +-
 .../icu/source/data/curr/ms_BN.txt            |   2 +-
 .../third_party/icu/source/data/curr/mt.txt   |   2 +-
 .../third_party/icu/source/data/curr/my.txt   |   2 +-
 .../third_party/icu/source/data/curr/naq.txt  |   2 +-
 .../third_party/icu/source/data/curr/nb.txt   |   2 +-
 .../icu/source/data/curr/nb_NO.txt            |   2 +-
 .../third_party/icu/source/data/curr/nd.txt   |   2 +-
 .../third_party/icu/source/data/curr/ne.txt   |   2 +-
 .../icu/source/data/curr/ne_IN.txt            |   2 +-
 .../third_party/icu/source/data/curr/nl.txt   |   2 +-
 .../third_party/icu/source/data/curr/nn.txt   |   2 +-
 .../icu/source/data/curr/nn_NO.txt            |   2 +-
 .../third_party/icu/source/data/curr/no.txt   |   2 +-
 .../icu/source/data/curr/no_NO.txt            |   2 +-
 .../icu/source/data/curr/no_NO_NY.txt         |   2 +-
 .../third_party/icu/source/data/curr/nyn.txt  |   2 +-
 .../third_party/icu/source/data/curr/om.txt   |   2 +-
 .../third_party/icu/source/data/curr/or.txt   |   2 +-
 .../third_party/icu/source/data/curr/pa.txt   |   2 +-
 .../icu/source/data/curr/pa_Arab.txt          |   2 +-
 .../icu/source/data/curr/pa_Arab_PK.txt       |   2 +-
 .../icu/source/data/curr/pa_Guru.txt          |   2 +-
 .../icu/source/data/curr/pa_Guru_IN.txt       |   2 +-
 .../icu/source/data/curr/pa_IN.txt            |   2 +-
 .../icu/source/data/curr/pa_PK.txt            |   2 +-
 .../third_party/icu/source/data/curr/pl.txt   |   2 +-
 .../third_party/icu/source/data/curr/ps.txt   |   2 +-
 .../third_party/icu/source/data/curr/pt.txt   |   2 +-
 .../icu/source/data/curr/pt_PT.txt            |   2 +-
 .../third_party/icu/source/data/curr/rm.txt   |   2 +-
 .../third_party/icu/source/data/curr/ro.txt   |   2 +-
 .../icu/source/data/curr/ro_MD.txt            |   2 +-
 .../third_party/icu/source/data/curr/rof.txt  |   2 +-
 .../third_party/icu/source/data/curr/root.txt |   2 +-
 .../third_party/icu/source/data/curr/ru.txt   |   2 +-
 .../third_party/icu/source/data/curr/rw.txt   |   2 +-
 .../third_party/icu/source/data/curr/rwk.txt  |   2 +-
 .../third_party/icu/source/data/curr/saq.txt  |   2 +-
 .../third_party/icu/source/data/curr/seh.txt  |   2 +-
 .../third_party/icu/source/data/curr/ses.txt  |   2 +-
 .../third_party/icu/source/data/curr/sg.txt   |   2 +-
 .../third_party/icu/source/data/curr/sh.txt   |   2 +-
 .../icu/source/data/curr/sh_BA.txt            |   2 +-
 .../icu/source/data/curr/sh_CS.txt            |   2 +-
 .../icu/source/data/curr/sh_YU.txt            |   2 +-
 .../third_party/icu/source/data/curr/shi.txt  |   2 +-
 .../icu/source/data/curr/shi_Latn.txt         |   2 +-
 .../icu/source/data/curr/shi_Latn_MA.txt      |   2 +-
 .../icu/source/data/curr/shi_MA.txt           |   2 +-
 .../icu/source/data/curr/shi_Tfng.txt         |   2 +-
 .../third_party/icu/source/data/curr/si.txt   |   2 +-
 .../third_party/icu/source/data/curr/sk.txt   |   2 +-
 .../third_party/icu/source/data/curr/sl.txt   |   2 +-
 .../third_party/icu/source/data/curr/sn.txt   |   2 +-
 .../third_party/icu/source/data/curr/so.txt   |   2 +-
 .../third_party/icu/source/data/curr/sq.txt   |   2 +-
 .../third_party/icu/source/data/curr/sr.txt   |   2 +-
 .../icu/source/data/curr/sr_BA.txt            |   2 +-
 .../icu/source/data/curr/sr_CS.txt            |   2 +-
 .../icu/source/data/curr/sr_Cyrl.txt          |   2 +-
 .../icu/source/data/curr/sr_Cyrl_BA.txt       |   2 +-
 .../icu/source/data/curr/sr_Cyrl_CS.txt       |   2 +-
 .../icu/source/data/curr/sr_Cyrl_RS.txt       |   2 +-
 .../icu/source/data/curr/sr_Cyrl_YU.txt       |   2 +-
 .../icu/source/data/curr/sr_Latn.txt          |   2 +-
 .../icu/source/data/curr/sr_Latn_BA.txt       |   2 +-
 .../icu/source/data/curr/sr_Latn_CS.txt       |   2 +-
 .../icu/source/data/curr/sr_Latn_ME.txt       |   2 +-
 .../icu/source/data/curr/sr_Latn_RS.txt       |   2 +-
 .../icu/source/data/curr/sr_Latn_YU.txt       |   2 +-
 .../icu/source/data/curr/sr_ME.txt            |   2 +-
 .../icu/source/data/curr/sr_RS.txt            |   2 +-
 .../icu/source/data/curr/sr_YU.txt            |   2 +-
 .../icu/source/data/curr/supplementalData.txt |   2 +-
 .../third_party/icu/source/data/curr/sv.txt   |   2 +-
 .../third_party/icu/source/data/curr/sw.txt   |   2 +-
 .../third_party/icu/source/data/curr/ta.txt   |   2 +-
 .../third_party/icu/source/data/curr/te.txt   |   2 +-
 .../third_party/icu/source/data/curr/teo.txt  |   2 +-
 .../third_party/icu/source/data/curr/th.txt   |   2 +-
 .../icu/source/data/curr/th_TH.txt            |   2 +-
 .../source/data/curr/th_TH_TRADITIONAL.txt    |   2 +-
 .../third_party/icu/source/data/curr/ti.txt   |   2 +-
 .../third_party/icu/source/data/curr/tl.txt   |   2 +-
 .../icu/source/data/curr/tl_PH.txt            |   2 +-
 .../third_party/icu/source/data/curr/to.txt   |   2 +-
 .../third_party/icu/source/data/curr/tr.txt   |   2 +-
 .../third_party/icu/source/data/curr/tzm.txt  |   2 +-
 .../icu/source/data/curr/tzm_Latn.txt         |   2 +-
 .../icu/source/data/curr/tzm_Latn_MA.txt      |   2 +-
 .../icu/source/data/curr/tzm_MA.txt           |   2 +-
 .../third_party/icu/source/data/curr/uk.txt   |   2 +-
 .../third_party/icu/source/data/curr/ur.txt   |   2 +-
 .../third_party/icu/source/data/curr/uz.txt   |   2 +-
 .../icu/source/data/curr/uz_AF.txt            |   2 +-
 .../icu/source/data/curr/uz_Arab.txt          |   2 +-
 .../icu/source/data/curr/uz_Arab_AF.txt       |   2 +-
 .../icu/source/data/curr/uz_Cyrl.txt          |   2 +-
 .../icu/source/data/curr/uz_Cyrl_UZ.txt       |   2 +-
 .../icu/source/data/curr/uz_Latn.txt          |   2 +-
 .../icu/source/data/curr/uz_UZ.txt            |   2 +-
 .../third_party/icu/source/data/curr/vi.txt   |   2 +-
 .../third_party/icu/source/data/curr/vun.txt  |   2 +-
 .../third_party/icu/source/data/curr/xog.txt  |   2 +-
 .../third_party/icu/source/data/curr/yo.txt   |   2 +-
 .../third_party/icu/source/data/curr/zh.txt   |   2 +-
 .../icu/source/data/curr/zh_CN.txt            |   2 +-
 .../icu/source/data/curr/zh_HK.txt            |   2 +-
 .../icu/source/data/curr/zh_Hans.txt          |   2 +-
 .../icu/source/data/curr/zh_Hans_CN.txt       |   2 +-
 .../icu/source/data/curr/zh_Hans_HK.txt       |   2 +-
 .../icu/source/data/curr/zh_Hans_SG.txt       |   2 +-
 .../icu/source/data/curr/zh_Hant.txt          |   2 +-
 .../icu/source/data/curr/zh_Hant_HK.txt       |   2 +-
 .../icu/source/data/curr/zh_Hant_MO.txt       |   2 +-
 .../icu/source/data/curr/zh_Hant_TW.txt       |   2 +-
 .../icu/source/data/curr/zh_MO.txt            |   2 +-
 .../icu/source/data/curr/zh_SG.txt            |   2 +-
 .../icu/source/data/curr/zh_TW.txt            |   2 +-
 .../third_party/icu/source/data/curr/zu.txt   |   2 +-
 .../third_party/icu/source/data/lang/af.txt   |   2 +-
 .../third_party/icu/source/data/lang/ak.txt   |   2 +-
 .../third_party/icu/source/data/lang/am.txt   |   2 +-
 .../third_party/icu/source/data/lang/ar.txt   |   2 +-
 .../third_party/icu/source/data/lang/as.txt   |   2 +-
 .../third_party/icu/source/data/lang/asa.txt  |   2 +-
 .../third_party/icu/source/data/lang/az.txt   |   2 +-
 .../icu/source/data/lang/az_AZ.txt            |   2 +-
 .../icu/source/data/lang/az_Cyrl.txt          |   2 +-
 .../icu/source/data/lang/az_Latn.txt          |   2 +-
 .../icu/source/data/lang/az_Latn_AZ.txt       |   2 +-
 .../third_party/icu/source/data/lang/be.txt   |   2 +-
 .../third_party/icu/source/data/lang/bem.txt  |   2 +-
 .../third_party/icu/source/data/lang/bez.txt  |   2 +-
 .../third_party/icu/source/data/lang/bg.txt   |   2 +-
 .../third_party/icu/source/data/lang/bm.txt   |   2 +-
 .../third_party/icu/source/data/lang/bn.txt   |   2 +-
 .../icu/source/data/lang/bn_IN.txt            |   2 +-
 .../third_party/icu/source/data/lang/bo.txt   |   2 +-
 .../third_party/icu/source/data/lang/bs.txt   |   2 +-
 .../third_party/icu/source/data/lang/ca.txt   |   2 +-
 .../third_party/icu/source/data/lang/cgg.txt  |   2 +-
 .../third_party/icu/source/data/lang/chr.txt  |   2 +-
 .../third_party/icu/source/data/lang/cs.txt   |   2 +-
 .../third_party/icu/source/data/lang/cy.txt   |   2 +-
 .../third_party/icu/source/data/lang/da.txt   |   2 +-
 .../third_party/icu/source/data/lang/dav.txt  |   2 +-
 .../third_party/icu/source/data/lang/de.txt   |   2 +-
 .../icu/source/data/lang/de_CH.txt            |   2 +-
 .../third_party/icu/source/data/lang/ebu.txt  |   2 +-
 .../third_party/icu/source/data/lang/ee.txt   |   2 +-
 .../third_party/icu/source/data/lang/el.txt   |   2 +-
 .../third_party/icu/source/data/lang/en.txt   |   2 +-
 .../icu/source/data/lang/en_RH.txt            |   2 +-
 .../icu/source/data/lang/en_ZW.txt            |   2 +-
 .../third_party/icu/source/data/lang/eo.txt   |   2 +-
 .../third_party/icu/source/data/lang/es.txt   |   2 +-
 .../icu/source/data/lang/es_AR.txt            |   2 +-
 .../icu/source/data/lang/es_CL.txt            |   2 +-
 .../third_party/icu/source/data/lang/et.txt   |   2 +-
 .../third_party/icu/source/data/lang/eu.txt   |   2 +-
 .../third_party/icu/source/data/lang/fa.txt   |   2 +-
 .../icu/source/data/lang/fa_AF.txt            |   2 +-
 .../third_party/icu/source/data/lang/ff.txt   |   2 +-
 .../third_party/icu/source/data/lang/fi.txt   |   2 +-
 .../third_party/icu/source/data/lang/fil.txt  |   2 +-
 .../icu/source/data/lang/fil_PH.txt           |   2 +-
 .../third_party/icu/source/data/lang/fo.txt   |   2 +-
 .../third_party/icu/source/data/lang/fr.txt   |   2 +-
 .../third_party/icu/source/data/lang/ga.txt   |   2 +-
 .../third_party/icu/source/data/lang/gl.txt   |   2 +-
 .../third_party/icu/source/data/lang/gsw.txt  |   2 +-
 .../third_party/icu/source/data/lang/gu.txt   |   2 +-
 .../third_party/icu/source/data/lang/guz.txt  |   2 +-
 .../third_party/icu/source/data/lang/gv.txt   |   2 +-
 .../third_party/icu/source/data/lang/ha.txt   |   2 +-
 .../icu/source/data/lang/ha_GH.txt            |   2 +-
 .../icu/source/data/lang/ha_Latn.txt          |   2 +-
 .../icu/source/data/lang/ha_Latn_GH.txt       |   2 +-
 .../icu/source/data/lang/ha_Latn_NE.txt       |   2 +-
 .../icu/source/data/lang/ha_Latn_NG.txt       |   2 +-
 .../icu/source/data/lang/ha_NE.txt            |   2 +-
 .../icu/source/data/lang/ha_NG.txt            |   2 +-
 .../third_party/icu/source/data/lang/haw.txt  |   2 +-
 .../third_party/icu/source/data/lang/he.txt   |   2 +-
 .../icu/source/data/lang/he_IL.txt            |   2 +-
 .../third_party/icu/source/data/lang/hi.txt   |   2 +-
 .../third_party/icu/source/data/lang/hr.txt   |   2 +-
 .../third_party/icu/source/data/lang/hu.txt   |   2 +-
 .../third_party/icu/source/data/lang/hy.txt   |   2 +-
 .../third_party/icu/source/data/lang/id.txt   |   2 +-
 .../icu/source/data/lang/id_ID.txt            |   2 +-
 .../third_party/icu/source/data/lang/ig.txt   |   2 +-
 .../third_party/icu/source/data/lang/ii.txt   |   2 +-
 .../third_party/icu/source/data/lang/in.txt   |   2 +-
 .../icu/source/data/lang/in_ID.txt            |   2 +-
 .../third_party/icu/source/data/lang/is.txt   |   2 +-
 .../third_party/icu/source/data/lang/it.txt   |   2 +-
 .../third_party/icu/source/data/lang/iw.txt   |   2 +-
 .../icu/source/data/lang/iw_IL.txt            |   2 +-
 .../third_party/icu/source/data/lang/ja.txt   |   2 +-
 .../icu/source/data/lang/ja_JP.txt            |   2 +-
 .../source/data/lang/ja_JP_TRADITIONAL.txt    |   2 +-
 .../third_party/icu/source/data/lang/jmc.txt  |   2 +-
 .../third_party/icu/source/data/lang/ka.txt   |   2 +-
 .../third_party/icu/source/data/lang/kab.txt  |   2 +-
 .../third_party/icu/source/data/lang/kam.txt  |   2 +-
 .../third_party/icu/source/data/lang/kde.txt  |   2 +-
 .../third_party/icu/source/data/lang/kea.txt  |   2 +-
 .../third_party/icu/source/data/lang/khq.txt  |   2 +-
 .../third_party/icu/source/data/lang/ki.txt   |   2 +-
 .../third_party/icu/source/data/lang/kk.txt   |   2 +-
 .../icu/source/data/lang/kk_Cyrl.txt          |   2 +-
 .../icu/source/data/lang/kk_Cyrl_KZ.txt       |   2 +-
 .../icu/source/data/lang/kk_KZ.txt            |   2 +-
 .../third_party/icu/source/data/lang/kl.txt   |   2 +-
 .../third_party/icu/source/data/lang/kln.txt  |   2 +-
 .../third_party/icu/source/data/lang/km.txt   |   2 +-
 .../third_party/icu/source/data/lang/kn.txt   |   2 +-
 .../third_party/icu/source/data/lang/ko.txt   |   2 +-
 .../third_party/icu/source/data/lang/kok.txt  |   2 +-
 .../third_party/icu/source/data/lang/kw.txt   |   2 +-
 .../third_party/icu/source/data/lang/lag.txt  |   2 +-
 .../third_party/icu/source/data/lang/lg.txt   |   2 +-
 .../third_party/icu/source/data/lang/lt.txt   |   2 +-
 .../third_party/icu/source/data/lang/luo.txt  |   2 +-
 .../third_party/icu/source/data/lang/luy.txt  |   2 +-
 .../third_party/icu/source/data/lang/lv.txt   |   2 +-
 .../third_party/icu/source/data/lang/mas.txt  |   2 +-
 .../third_party/icu/source/data/lang/mer.txt  |   2 +-
 .../third_party/icu/source/data/lang/mfe.txt  |   2 +-
 .../third_party/icu/source/data/lang/mg.txt   |   2 +-
 .../third_party/icu/source/data/lang/mk.txt   |   2 +-
 .../third_party/icu/source/data/lang/ml.txt   |   2 +-
 .../third_party/icu/source/data/lang/mo.txt   |   2 +-
 .../third_party/icu/source/data/lang/mr.txt   |   2 +-
 .../third_party/icu/source/data/lang/ms.txt   |   2 +-
 .../third_party/icu/source/data/lang/mt.txt   |   2 +-
 .../third_party/icu/source/data/lang/my.txt   |   2 +-
 .../third_party/icu/source/data/lang/naq.txt  |   2 +-
 .../third_party/icu/source/data/lang/nb.txt   |   2 +-
 .../icu/source/data/lang/nb_NO.txt            |   2 +-
 .../third_party/icu/source/data/lang/nd.txt   |   2 +-
 .../third_party/icu/source/data/lang/ne.txt   |   2 +-
 .../third_party/icu/source/data/lang/nl.txt   |   2 +-
 .../icu/source/data/lang/nl_BE.txt            |   2 +-
 .../third_party/icu/source/data/lang/nn.txt   |   2 +-
 .../icu/source/data/lang/nn_NO.txt            |   2 +-
 .../third_party/icu/source/data/lang/no.txt   |   2 +-
 .../icu/source/data/lang/no_NO.txt            |   2 +-
 .../icu/source/data/lang/no_NO_NY.txt         |   2 +-
 .../third_party/icu/source/data/lang/nyn.txt  |   2 +-
 .../third_party/icu/source/data/lang/om.txt   |   2 +-
 .../third_party/icu/source/data/lang/or.txt   |   2 +-
 .../third_party/icu/source/data/lang/pa.txt   |   2 +-
 .../icu/source/data/lang/pa_Arab.txt          |   2 +-
 .../icu/source/data/lang/pa_Arab_PK.txt       |   2 +-
 .../icu/source/data/lang/pa_Guru.txt          |   2 +-
 .../icu/source/data/lang/pa_Guru_IN.txt       |   2 +-
 .../icu/source/data/lang/pa_IN.txt            |   2 +-
 .../icu/source/data/lang/pa_PK.txt            |   2 +-
 .../third_party/icu/source/data/lang/pl.txt   |   2 +-
 .../third_party/icu/source/data/lang/ps.txt   |   2 +-
 .../third_party/icu/source/data/lang/pt.txt   |   2 +-
 .../icu/source/data/lang/pt_PT.txt            |   2 +-
 .../third_party/icu/source/data/lang/rm.txt   |   2 +-
 .../third_party/icu/source/data/lang/ro.txt   |   2 +-
 .../icu/source/data/lang/ro_MD.txt            |   2 +-
 .../third_party/icu/source/data/lang/rof.txt  |   2 +-
 .../third_party/icu/source/data/lang/root.txt |   2 +-
 .../third_party/icu/source/data/lang/ru.txt   |   2 +-
 .../icu/source/data/lang/ru_UA.txt            |   2 +-
 .../third_party/icu/source/data/lang/rw.txt   |   2 +-
 .../third_party/icu/source/data/lang/rwk.txt  |   2 +-
 .../third_party/icu/source/data/lang/saq.txt  |   2 +-
 .../third_party/icu/source/data/lang/seh.txt  |   2 +-
 .../third_party/icu/source/data/lang/ses.txt  |   2 +-
 .../third_party/icu/source/data/lang/sg.txt   |   2 +-
 .../third_party/icu/source/data/lang/sh.txt   |   2 +-
 .../icu/source/data/lang/sh_BA.txt            |   2 +-
 .../icu/source/data/lang/sh_CS.txt            |   2 +-
 .../icu/source/data/lang/sh_YU.txt            |   2 +-
 .../third_party/icu/source/data/lang/shi.txt  |   2 +-
 .../icu/source/data/lang/shi_Latn.txt         |   2 +-
 .../icu/source/data/lang/shi_Latn_MA.txt      |   2 +-
 .../icu/source/data/lang/shi_MA.txt           |   2 +-
 .../icu/source/data/lang/shi_Tfng.txt         |   2 +-
 .../third_party/icu/source/data/lang/si.txt   |   2 +-
 .../third_party/icu/source/data/lang/sk.txt   |   2 +-
 .../third_party/icu/source/data/lang/sl.txt   |   2 +-
 .../third_party/icu/source/data/lang/sn.txt   |   2 +-
 .../third_party/icu/source/data/lang/so.txt   |   2 +-
 .../third_party/icu/source/data/lang/sq.txt   |   2 +-
 .../third_party/icu/source/data/lang/sr.txt   |   2 +-
 .../icu/source/data/lang/sr_BA.txt            |   2 +-
 .../icu/source/data/lang/sr_CS.txt            |   2 +-
 .../icu/source/data/lang/sr_Cyrl.txt          |   2 +-
 .../icu/source/data/lang/sr_Cyrl_BA.txt       |   2 +-
 .../icu/source/data/lang/sr_Cyrl_CS.txt       |   2 +-
 .../icu/source/data/lang/sr_Cyrl_RS.txt       |   2 +-
 .../icu/source/data/lang/sr_Cyrl_YU.txt       |   2 +-
 .../icu/source/data/lang/sr_Latn.txt          |   2 +-
 .../icu/source/data/lang/sr_Latn_BA.txt       |   2 +-
 .../icu/source/data/lang/sr_Latn_CS.txt       |   2 +-
 .../icu/source/data/lang/sr_Latn_ME.txt       |   2 +-
 .../icu/source/data/lang/sr_Latn_RS.txt       |   2 +-
 .../icu/source/data/lang/sr_Latn_YU.txt       |   2 +-
 .../icu/source/data/lang/sr_ME.txt            |   2 +-
 .../icu/source/data/lang/sr_RS.txt            |   2 +-
 .../icu/source/data/lang/sr_YU.txt            |   2 +-
 .../third_party/icu/source/data/lang/sv.txt   |   2 +-
 .../icu/source/data/lang/sv_FI.txt            |   2 +-
 .../third_party/icu/source/data/lang/sw.txt   |   2 +-
 .../third_party/icu/source/data/lang/ta.txt   |   2 +-
 .../third_party/icu/source/data/lang/te.txt   |   2 +-
 .../third_party/icu/source/data/lang/teo.txt  |   2 +-
 .../third_party/icu/source/data/lang/tg.txt   |   2 +-
 .../third_party/icu/source/data/lang/th.txt   |   2 +-
 .../icu/source/data/lang/th_TH.txt            |   2 +-
 .../source/data/lang/th_TH_TRADITIONAL.txt    |   2 +-
 .../third_party/icu/source/data/lang/ti.txt   |   2 +-
 .../third_party/icu/source/data/lang/tl.txt   |   2 +-
 .../icu/source/data/lang/tl_PH.txt            |   2 +-
 .../third_party/icu/source/data/lang/to.txt   |   2 +-
 .../third_party/icu/source/data/lang/tr.txt   |   2 +-
 .../third_party/icu/source/data/lang/tzm.txt  |   2 +-
 .../icu/source/data/lang/tzm_Latn.txt         |   2 +-
 .../icu/source/data/lang/tzm_Latn_MA.txt      |   2 +-
 .../icu/source/data/lang/tzm_MA.txt           |   2 +-
 .../third_party/icu/source/data/lang/uk.txt   |   2 +-
 .../third_party/icu/source/data/lang/ur.txt   |   2 +-
 .../third_party/icu/source/data/lang/uz.txt   |   2 +-
 .../icu/source/data/lang/uz_AF.txt            |   2 +-
 .../icu/source/data/lang/uz_Arab.txt          |   2 +-
 .../icu/source/data/lang/uz_Arab_AF.txt       |   2 +-
 .../icu/source/data/lang/uz_Cyrl.txt          |   2 +-
 .../icu/source/data/lang/uz_Cyrl_UZ.txt       |   2 +-
 .../icu/source/data/lang/uz_Latn.txt          |   2 +-
 .../icu/source/data/lang/uz_UZ.txt            |   2 +-
 .../third_party/icu/source/data/lang/vi.txt   |   2 +-
 .../third_party/icu/source/data/lang/vun.txt  |   2 +-
 .../third_party/icu/source/data/lang/xog.txt  |   2 +-
 .../third_party/icu/source/data/lang/yo.txt   |   2 +-
 .../third_party/icu/source/data/lang/zh.txt   |   2 +-
 .../icu/source/data/lang/zh_CN.txt            |   2 +-
 .../icu/source/data/lang/zh_HK.txt            |   2 +-
 .../icu/source/data/lang/zh_Hans.txt          |   2 +-
 .../icu/source/data/lang/zh_Hans_CN.txt       |   2 +-
 .../icu/source/data/lang/zh_Hans_SG.txt       |   2 +-
 .../icu/source/data/lang/zh_Hant.txt          |   2 +-
 .../icu/source/data/lang/zh_Hant_HK.txt       |   2 +-
 .../icu/source/data/lang/zh_Hant_MO.txt       |   2 +-
 .../icu/source/data/lang/zh_Hant_TW.txt       |   2 +-
 .../icu/source/data/lang/zh_MO.txt            |   2 +-
 .../icu/source/data/lang/zh_SG.txt            |   2 +-
 .../icu/source/data/lang/zh_TW.txt            |   2 +-
 .../third_party/icu/source/data/lang/zu.txt   |   2 +-
 .../icu/source/data/locales/af.txt            |   2 +-
 .../icu/source/data/locales/af_NA.txt         |   2 +-
 .../icu/source/data/locales/af_ZA.txt         |   2 +-
 .../icu/source/data/locales/ak.txt            |   2 +-
 .../icu/source/data/locales/ak_GH.txt         |   2 +-
 .../icu/source/data/locales/am.txt            |   2 +-
 .../icu/source/data/locales/am_ET.txt         |   2 +-
 .../icu/source/data/locales/ar.txt            |   2 +-
 .../icu/source/data/locales/ar_AE.txt         |   2 +-
 .../icu/source/data/locales/ar_BH.txt         |   2 +-
 .../icu/source/data/locales/ar_DZ.txt         |   2 +-
 .../icu/source/data/locales/ar_EG.txt         |   2 +-
 .../icu/source/data/locales/ar_IQ.txt         |   2 +-
 .../icu/source/data/locales/ar_JO.txt         |   2 +-
 .../icu/source/data/locales/ar_KW.txt         |   2 +-
 .../icu/source/data/locales/ar_LB.txt         |   2 +-
 .../icu/source/data/locales/ar_LY.txt         |   2 +-
 .../icu/source/data/locales/ar_MA.txt         |   2 +-
 .../icu/source/data/locales/ar_OM.txt         |   2 +-
 .../icu/source/data/locales/ar_QA.txt         |   2 +-
 .../icu/source/data/locales/ar_SA.txt         |   2 +-
 .../icu/source/data/locales/ar_SD.txt         |   2 +-
 .../icu/source/data/locales/ar_SY.txt         |   2 +-
 .../icu/source/data/locales/ar_TN.txt         |   2 +-
 .../icu/source/data/locales/ar_YE.txt         |   2 +-
 .../icu/source/data/locales/as.txt            |   2 +-
 .../icu/source/data/locales/as_IN.txt         |   2 +-
 .../icu/source/data/locales/asa.txt           |   2 +-
 .../icu/source/data/locales/asa_TZ.txt        |   2 +-
 .../icu/source/data/locales/az.txt            |   2 +-
 .../icu/source/data/locales/az_AZ.txt         |   2 +-
 .../icu/source/data/locales/az_Cyrl.txt       |   2 +-
 .../icu/source/data/locales/az_Cyrl_AZ.txt    |   2 +-
 .../icu/source/data/locales/az_Latn.txt       |   2 +-
 .../icu/source/data/locales/az_Latn_AZ.txt    |   2 +-
 .../icu/source/data/locales/be.txt            |   2 +-
 .../icu/source/data/locales/be_BY.txt         |   2 +-
 .../icu/source/data/locales/bem.txt           |   2 +-
 .../icu/source/data/locales/bem_ZM.txt        |   2 +-
 .../icu/source/data/locales/bez.txt           |   2 +-
 .../icu/source/data/locales/bez_TZ.txt        |   2 +-
 .../icu/source/data/locales/bg.txt            |   2 +-
 .../icu/source/data/locales/bg_BG.txt         |   2 +-
 .../icu/source/data/locales/bm.txt            |   2 +-
 .../icu/source/data/locales/bm_ML.txt         |   2 +-
 .../icu/source/data/locales/bn.txt            |   2 +-
 .../icu/source/data/locales/bn_BD.txt         |   2 +-
 .../icu/source/data/locales/bn_IN.txt         |   2 +-
 .../icu/source/data/locales/bo.txt            |   2 +-
 .../icu/source/data/locales/bo_CN.txt         |   2 +-
 .../icu/source/data/locales/bo_IN.txt         |   2 +-
 .../icu/source/data/locales/bs.txt            |   2 +-
 .../icu/source/data/locales/bs_BA.txt         |   2 +-
 .../icu/source/data/locales/ca.txt            |   2 +-
 .../icu/source/data/locales/ca_ES.txt         |   2 +-
 .../icu/source/data/locales/cgg.txt           |   2 +-
 .../icu/source/data/locales/cgg_UG.txt        |   2 +-
 .../icu/source/data/locales/chr.txt           |   2 +-
 .../icu/source/data/locales/chr_US.txt        |   2 +-
 .../icu/source/data/locales/cs.txt            |   2 +-
 .../icu/source/data/locales/cs_CZ.txt         |   2 +-
 .../icu/source/data/locales/cy.txt            |   2 +-
 .../icu/source/data/locales/cy_GB.txt         |   2 +-
 .../icu/source/data/locales/da.txt            |   2 +-
 .../icu/source/data/locales/da_DK.txt         |   2 +-
 .../icu/source/data/locales/dav.txt           |   2 +-
 .../icu/source/data/locales/dav_KE.txt        |   2 +-
 .../icu/source/data/locales/de.txt            |   2 +-
 .../icu/source/data/locales/de_AT.txt         |   2 +-
 .../icu/source/data/locales/de_BE.txt         |   2 +-
 .../icu/source/data/locales/de_CH.txt         |   2 +-
 .../icu/source/data/locales/de_DE.txt         |   2 +-
 .../icu/source/data/locales/de_LI.txt         |   2 +-
 .../icu/source/data/locales/de_LU.txt         |   2 +-
 .../icu/source/data/locales/ebu.txt           |   2 +-
 .../icu/source/data/locales/ebu_KE.txt        |   2 +-
 .../icu/source/data/locales/ee.txt            |   2 +-
 .../icu/source/data/locales/ee_GH.txt         |   2 +-
 .../icu/source/data/locales/ee_TG.txt         |   2 +-
 .../icu/source/data/locales/el.txt            |   2 +-
 .../icu/source/data/locales/el_CY.txt         |   2 +-
 .../icu/source/data/locales/el_GR.txt         |   2 +-
 .../icu/source/data/locales/en.txt            |   2 +-
 .../icu/source/data/locales/en_AS.txt         |   2 +-
 .../icu/source/data/locales/en_AU.txt         |   2 +-
 .../icu/source/data/locales/en_BE.txt         |   2 +-
 .../icu/source/data/locales/en_BW.txt         |   2 +-
 .../icu/source/data/locales/en_BZ.txt         |   2 +-
 .../icu/source/data/locales/en_CA.txt         |   2 +-
 .../icu/source/data/locales/en_GB.txt         |   2 +-
 .../icu/source/data/locales/en_GU.txt         |   2 +-
 .../icu/source/data/locales/en_HK.txt         |   2 +-
 .../icu/source/data/locales/en_IE.txt         |   2 +-
 .../icu/source/data/locales/en_IN.txt         |   2 +-
 .../icu/source/data/locales/en_JM.txt         |   2 +-
 .../icu/source/data/locales/en_MH.txt         |   2 +-
 .../icu/source/data/locales/en_MP.txt         |   2 +-
 .../icu/source/data/locales/en_MT.txt         |   2 +-
 .../icu/source/data/locales/en_MU.txt         |   2 +-
 .../icu/source/data/locales/en_NA.txt         |   2 +-
 .../icu/source/data/locales/en_NZ.txt         |   2 +-
 .../icu/source/data/locales/en_PH.txt         |   2 +-
 .../icu/source/data/locales/en_PK.txt         |   2 +-
 .../icu/source/data/locales/en_RH.txt         |   2 +-
 .../icu/source/data/locales/en_SG.txt         |   2 +-
 .../icu/source/data/locales/en_TT.txt         |   2 +-
 .../icu/source/data/locales/en_UM.txt         |   2 +-
 .../icu/source/data/locales/en_US.txt         |   2 +-
 .../icu/source/data/locales/en_US_POSIX.txt   |   2 +-
 .../icu/source/data/locales/en_VI.txt         |   2 +-
 .../icu/source/data/locales/en_ZA.txt         |   2 +-
 .../icu/source/data/locales/en_ZW.txt         |   2 +-
 .../icu/source/data/locales/eo.txt            |   2 +-
 .../icu/source/data/locales/es.txt            |   2 +-
 .../icu/source/data/locales/es_419.txt        |   2 +-
 .../icu/source/data/locales/es_AR.txt         |   2 +-
 .../icu/source/data/locales/es_BO.txt         |   2 +-
 .../icu/source/data/locales/es_CL.txt         |   2 +-
 .../icu/source/data/locales/es_CO.txt         |   2 +-
 .../icu/source/data/locales/es_CR.txt         |   2 +-
 .../icu/source/data/locales/es_DO.txt         |   2 +-
 .../icu/source/data/locales/es_EC.txt         |   2 +-
 .../icu/source/data/locales/es_ES.txt         |   2 +-
 .../icu/source/data/locales/es_GQ.txt         |   2 +-
 .../icu/source/data/locales/es_GT.txt         |   2 +-
 .../icu/source/data/locales/es_HN.txt         |   2 +-
 .../icu/source/data/locales/es_MX.txt         |   2 +-
 .../icu/source/data/locales/es_NI.txt         |   2 +-
 .../icu/source/data/locales/es_PA.txt         |   2 +-
 .../icu/source/data/locales/es_PE.txt         |   2 +-
 .../icu/source/data/locales/es_PR.txt         |   2 +-
 .../icu/source/data/locales/es_PY.txt         |   2 +-
 .../icu/source/data/locales/es_SV.txt         |   2 +-
 .../icu/source/data/locales/es_US.txt         |   2 +-
 .../icu/source/data/locales/es_UY.txt         |   2 +-
 .../icu/source/data/locales/es_VE.txt         |   2 +-
 .../icu/source/data/locales/et.txt            |   2 +-
 .../icu/source/data/locales/et_EE.txt         |   2 +-
 .../icu/source/data/locales/eu.txt            |   2 +-
 .../icu/source/data/locales/eu_ES.txt         |   2 +-
 .../icu/source/data/locales/fa.txt            |   2 +-
 .../icu/source/data/locales/fa_AF.txt         |   2 +-
 .../icu/source/data/locales/fa_IR.txt         |   2 +-
 .../icu/source/data/locales/ff.txt            |   2 +-
 .../icu/source/data/locales/ff_SN.txt         |   2 +-
 .../icu/source/data/locales/fi.txt            |   2 +-
 .../icu/source/data/locales/fi_FI.txt         |   2 +-
 .../icu/source/data/locales/fil.txt           |   2 +-
 .../icu/source/data/locales/fil_PH.txt        |   2 +-
 .../icu/source/data/locales/fo.txt            |   2 +-
 .../icu/source/data/locales/fo_FO.txt         |   2 +-
 .../icu/source/data/locales/fr.txt            |   2 +-
 .../icu/source/data/locales/fr_BE.txt         |   2 +-
 .../icu/source/data/locales/fr_BF.txt         |   2 +-
 .../icu/source/data/locales/fr_BI.txt         |   2 +-
 .../icu/source/data/locales/fr_BJ.txt         |   2 +-
 .../icu/source/data/locales/fr_BL.txt         |   2 +-
 .../icu/source/data/locales/fr_CA.txt         |   2 +-
 .../icu/source/data/locales/fr_CD.txt         |   2 +-
 .../icu/source/data/locales/fr_CF.txt         |   2 +-
 .../icu/source/data/locales/fr_CG.txt         |   2 +-
 .../icu/source/data/locales/fr_CH.txt         |   2 +-
 .../icu/source/data/locales/fr_CI.txt         |   2 +-
 .../icu/source/data/locales/fr_CM.txt         |   2 +-
 .../icu/source/data/locales/fr_DJ.txt         |   2 +-
 .../icu/source/data/locales/fr_FR.txt         |   2 +-
 .../icu/source/data/locales/fr_GA.txt         |   2 +-
 .../icu/source/data/locales/fr_GN.txt         |   2 +-
 .../icu/source/data/locales/fr_GP.txt         |   2 +-
 .../icu/source/data/locales/fr_GQ.txt         |   2 +-
 .../icu/source/data/locales/fr_KM.txt         |   2 +-
 .../icu/source/data/locales/fr_LU.txt         |   2 +-
 .../icu/source/data/locales/fr_MC.txt         |   2 +-
 .../icu/source/data/locales/fr_MF.txt         |   2 +-
 .../icu/source/data/locales/fr_MG.txt         |   2 +-
 .../icu/source/data/locales/fr_ML.txt         |   2 +-
 .../icu/source/data/locales/fr_MQ.txt         |   2 +-
 .../icu/source/data/locales/fr_NE.txt         |   2 +-
 .../icu/source/data/locales/fr_RE.txt         |   2 +-
 .../icu/source/data/locales/fr_RW.txt         |   2 +-
 .../icu/source/data/locales/fr_SN.txt         |   2 +-
 .../icu/source/data/locales/fr_TD.txt         |   2 +-
 .../icu/source/data/locales/fr_TG.txt         |   2 +-
 .../icu/source/data/locales/ga.txt            |   2 +-
 .../icu/source/data/locales/ga_IE.txt         |   2 +-
 .../icu/source/data/locales/gl.txt            |   2 +-
 .../icu/source/data/locales/gl_ES.txt         |   2 +-
 .../icu/source/data/locales/gsw.txt           |   2 +-
 .../icu/source/data/locales/gsw_CH.txt        |   2 +-
 .../icu/source/data/locales/gu.txt            |   2 +-
 .../icu/source/data/locales/gu_IN.txt         |   2 +-
 .../icu/source/data/locales/guz.txt           |   2 +-
 .../icu/source/data/locales/guz_KE.txt        |   2 +-
 .../icu/source/data/locales/gv.txt            |   2 +-
 .../icu/source/data/locales/gv_GB.txt         |   2 +-
 .../icu/source/data/locales/ha.txt            |   2 +-
 .../icu/source/data/locales/ha_GH.txt         |   2 +-
 .../icu/source/data/locales/ha_Latn.txt       |   2 +-
 .../icu/source/data/locales/ha_Latn_GH.txt    |   2 +-
 .../icu/source/data/locales/ha_Latn_NE.txt    |   2 +-
 .../icu/source/data/locales/ha_Latn_NG.txt    |   2 +-
 .../icu/source/data/locales/ha_NE.txt         |   2 +-
 .../icu/source/data/locales/ha_NG.txt         |   2 +-
 .../icu/source/data/locales/haw.txt           |   2 +-
 .../icu/source/data/locales/haw_US.txt        |   2 +-
 .../icu/source/data/locales/he.txt            |   2 +-
 .../icu/source/data/locales/he_IL.txt         |   2 +-
 .../icu/source/data/locales/hi.txt            |   2 +-
 .../icu/source/data/locales/hi_IN.txt         |   2 +-
 .../icu/source/data/locales/hr.txt            |   2 +-
 .../icu/source/data/locales/hr_HR.txt         |   2 +-
 .../icu/source/data/locales/hu.txt            |   2 +-
 .../icu/source/data/locales/hu_HU.txt         |   2 +-
 .../icu/source/data/locales/hy.txt            |   2 +-
 .../icu/source/data/locales/hy_AM.txt         |   2 +-
 .../icu/source/data/locales/id.txt            |   2 +-
 .../icu/source/data/locales/id_ID.txt         |   2 +-
 .../icu/source/data/locales/ig.txt            |   2 +-
 .../icu/source/data/locales/ig_NG.txt         |   2 +-
 .../icu/source/data/locales/ii.txt            |   2 +-
 .../icu/source/data/locales/ii_CN.txt         |   2 +-
 .../icu/source/data/locales/in.txt            |   2 +-
 .../icu/source/data/locales/in_ID.txt         |   2 +-
 .../icu/source/data/locales/is.txt            |   2 +-
 .../icu/source/data/locales/is_IS.txt         |   2 +-
 .../icu/source/data/locales/it.txt            |   2 +-
 .../icu/source/data/locales/it_CH.txt         |   2 +-
 .../icu/source/data/locales/it_IT.txt         |   2 +-
 .../icu/source/data/locales/iw.txt            |   2 +-
 .../icu/source/data/locales/iw_IL.txt         |   2 +-
 .../icu/source/data/locales/ja.txt            |   2 +-
 .../icu/source/data/locales/ja_JP.txt         |   2 +-
 .../source/data/locales/ja_JP_TRADITIONAL.txt |   2 +-
 .../icu/source/data/locales/jmc.txt           |   2 +-
 .../icu/source/data/locales/jmc_TZ.txt        |   2 +-
 .../icu/source/data/locales/ka.txt            |   2 +-
 .../icu/source/data/locales/ka_GE.txt         |   2 +-
 .../icu/source/data/locales/kab.txt           |   2 +-
 .../icu/source/data/locales/kab_DZ.txt        |   2 +-
 .../icu/source/data/locales/kam.txt           |   2 +-
 .../icu/source/data/locales/kam_KE.txt        |   2 +-
 .../icu/source/data/locales/kde.txt           |   2 +-
 .../icu/source/data/locales/kde_TZ.txt        |   2 +-
 .../icu/source/data/locales/kea.txt           |   2 +-
 .../icu/source/data/locales/kea_CV.txt        |   2 +-
 .../icu/source/data/locales/khq.txt           |   2 +-
 .../icu/source/data/locales/khq_ML.txt        |   2 +-
 .../icu/source/data/locales/ki.txt            |   2 +-
 .../icu/source/data/locales/ki_KE.txt         |   2 +-
 .../icu/source/data/locales/kk.txt            |   2 +-
 .../icu/source/data/locales/kk_Cyrl.txt       |   2 +-
 .../icu/source/data/locales/kk_Cyrl_KZ.txt    |   2 +-
 .../icu/source/data/locales/kk_KZ.txt         |   2 +-
 .../icu/source/data/locales/kl.txt            |   2 +-
 .../icu/source/data/locales/kl_GL.txt         |   2 +-
 .../icu/source/data/locales/kln.txt           |   2 +-
 .../icu/source/data/locales/kln_KE.txt        |   2 +-
 .../icu/source/data/locales/km.txt            |   2 +-
 .../icu/source/data/locales/km_KH.txt         |   2 +-
 .../icu/source/data/locales/kn.txt            |   2 +-
 .../icu/source/data/locales/kn_IN.txt         |   2 +-
 .../icu/source/data/locales/ko.txt            |   2 +-
 .../icu/source/data/locales/ko_KR.txt         |   2 +-
 .../icu/source/data/locales/kok.txt           |   2 +-
 .../icu/source/data/locales/kok_IN.txt        |   2 +-
 .../icu/source/data/locales/kw.txt            |   2 +-
 .../icu/source/data/locales/kw_GB.txt         |   2 +-
 .../icu/source/data/locales/lag.txt           |   2 +-
 .../icu/source/data/locales/lag_TZ.txt        |   2 +-
 .../icu/source/data/locales/lg.txt            |   2 +-
 .../icu/source/data/locales/lg_UG.txt         |   2 +-
 .../icu/source/data/locales/lt.txt            |   2 +-
 .../icu/source/data/locales/lt_LT.txt         |   2 +-
 .../icu/source/data/locales/luo.txt           |   2 +-
 .../icu/source/data/locales/luo_KE.txt        |   2 +-
 .../icu/source/data/locales/luy.txt           |   2 +-
 .../icu/source/data/locales/luy_KE.txt        |   2 +-
 .../icu/source/data/locales/lv.txt            |   2 +-
 .../icu/source/data/locales/lv_LV.txt         |   2 +-
 .../icu/source/data/locales/mas.txt           |   2 +-
 .../icu/source/data/locales/mas_KE.txt        |   2 +-
 .../icu/source/data/locales/mas_TZ.txt        |   2 +-
 .../icu/source/data/locales/mer.txt           |   2 +-
 .../icu/source/data/locales/mer_KE.txt        |   2 +-
 .../icu/source/data/locales/mfe.txt           |   2 +-
 .../icu/source/data/locales/mfe_MU.txt        |   2 +-
 .../icu/source/data/locales/mg.txt            |   2 +-
 .../icu/source/data/locales/mg_MG.txt         |   2 +-
 .../icu/source/data/locales/mk.txt            |   2 +-
 .../icu/source/data/locales/mk_MK.txt         |   2 +-
 .../icu/source/data/locales/ml.txt            |   2 +-
 .../icu/source/data/locales/ml_IN.txt         |   2 +-
 .../icu/source/data/locales/mo.txt            |   2 +-
 .../icu/source/data/locales/mr.txt            |   2 +-
 .../icu/source/data/locales/mr_IN.txt         |   2 +-
 .../icu/source/data/locales/ms.txt            |   2 +-
 .../icu/source/data/locales/ms_BN.txt         |   2 +-
 .../icu/source/data/locales/ms_MY.txt         |   2 +-
 .../icu/source/data/locales/mt.txt            |   2 +-
 .../icu/source/data/locales/mt_MT.txt         |   2 +-
 .../icu/source/data/locales/my.txt            |   2 +-
 .../icu/source/data/locales/my_MM.txt         |   2 +-
 .../icu/source/data/locales/naq.txt           |   2 +-
 .../icu/source/data/locales/naq_NA.txt        |   2 +-
 .../icu/source/data/locales/nb.txt            |   2 +-
 .../icu/source/data/locales/nb_NO.txt         |   2 +-
 .../icu/source/data/locales/nd.txt            |   2 +-
 .../icu/source/data/locales/nd_ZW.txt         |   2 +-
 .../icu/source/data/locales/ne.txt            |   2 +-
 .../icu/source/data/locales/ne_IN.txt         |   2 +-
 .../icu/source/data/locales/ne_NP.txt         |   2 +-
 .../icu/source/data/locales/nl.txt            |   2 +-
 .../icu/source/data/locales/nl_BE.txt         |   2 +-
 .../icu/source/data/locales/nl_NL.txt         |   2 +-
 .../icu/source/data/locales/nn.txt            |   2 +-
 .../icu/source/data/locales/nn_NO.txt         |   2 +-
 .../icu/source/data/locales/no.txt            |   2 +-
 .../icu/source/data/locales/no_NO.txt         |   2 +-
 .../icu/source/data/locales/no_NO_NY.txt      |   2 +-
 .../icu/source/data/locales/nyn.txt           |   2 +-
 .../icu/source/data/locales/nyn_UG.txt        |   2 +-
 .../icu/source/data/locales/om.txt            |   2 +-
 .../icu/source/data/locales/om_ET.txt         |   2 +-
 .../icu/source/data/locales/om_KE.txt         |   2 +-
 .../icu/source/data/locales/or.txt            |   2 +-
 .../icu/source/data/locales/or_IN.txt         |   2 +-
 .../icu/source/data/locales/pa.txt            |   2 +-
 .../icu/source/data/locales/pa_Arab.txt       |   2 +-
 .../icu/source/data/locales/pa_Arab_PK.txt    |   2 +-
 .../icu/source/data/locales/pa_Guru.txt       |   2 +-
 .../icu/source/data/locales/pa_Guru_IN.txt    |   2 +-
 .../icu/source/data/locales/pa_IN.txt         |   2 +-
 .../icu/source/data/locales/pa_PK.txt         |   2 +-
 .../icu/source/data/locales/pl.txt            |   2 +-
 .../icu/source/data/locales/pl_PL.txt         |   2 +-
 .../icu/source/data/locales/ps.txt            |   2 +-
 .../icu/source/data/locales/ps_AF.txt         |   2 +-
 .../icu/source/data/locales/pt.txt            |   2 +-
 .../icu/source/data/locales/pt_BR.txt         |   2 +-
 .../icu/source/data/locales/pt_GW.txt         |   2 +-
 .../icu/source/data/locales/pt_MZ.txt         |   2 +-
 .../icu/source/data/locales/pt_PT.txt         |   2 +-
 .../icu/source/data/locales/rm.txt            |   2 +-
 .../icu/source/data/locales/rm_CH.txt         |   2 +-
 .../icu/source/data/locales/ro.txt            |   2 +-
 .../icu/source/data/locales/ro_MD.txt         |   2 +-
 .../icu/source/data/locales/ro_RO.txt         |   2 +-
 .../icu/source/data/locales/rof.txt           |   2 +-
 .../icu/source/data/locales/rof_TZ.txt        |   2 +-
 .../icu/source/data/locales/root.txt          |   2 +-
 .../icu/source/data/locales/ru.txt            |   2 +-
 .../icu/source/data/locales/ru_MD.txt         |   2 +-
 .../icu/source/data/locales/ru_RU.txt         |   2 +-
 .../icu/source/data/locales/ru_UA.txt         |   2 +-
 .../icu/source/data/locales/rw.txt            |   2 +-
 .../icu/source/data/locales/rw_RW.txt         |   2 +-
 .../icu/source/data/locales/rwk.txt           |   2 +-
 .../icu/source/data/locales/rwk_TZ.txt        |   2 +-
 .../icu/source/data/locales/saq.txt           |   2 +-
 .../icu/source/data/locales/saq_KE.txt        |   2 +-
 .../icu/source/data/locales/seh.txt           |   2 +-
 .../icu/source/data/locales/seh_MZ.txt        |   2 +-
 .../icu/source/data/locales/ses.txt           |   2 +-
 .../icu/source/data/locales/ses_ML.txt        |   2 +-
 .../icu/source/data/locales/sg.txt            |   2 +-
 .../icu/source/data/locales/sg_CF.txt         |   2 +-
 .../icu/source/data/locales/sh.txt            |   2 +-
 .../icu/source/data/locales/sh_BA.txt         |   2 +-
 .../icu/source/data/locales/sh_CS.txt         |   2 +-
 .../icu/source/data/locales/sh_YU.txt         |   2 +-
 .../icu/source/data/locales/shi.txt           |   2 +-
 .../icu/source/data/locales/shi_Latn.txt      |   2 +-
 .../icu/source/data/locales/shi_Latn_MA.txt   |   2 +-
 .../icu/source/data/locales/shi_MA.txt        |   2 +-
 .../icu/source/data/locales/shi_Tfng.txt      |   2 +-
 .../icu/source/data/locales/shi_Tfng_MA.txt   |   2 +-
 .../icu/source/data/locales/si.txt            |   2 +-
 .../icu/source/data/locales/si_LK.txt         |   2 +-
 .../icu/source/data/locales/sk.txt            |   2 +-
 .../icu/source/data/locales/sk_SK.txt         |   2 +-
 .../icu/source/data/locales/sl.txt            |   2 +-
 .../icu/source/data/locales/sl_SI.txt         |   2 +-
 .../icu/source/data/locales/sn.txt            |   2 +-
 .../icu/source/data/locales/sn_ZW.txt         |   2 +-
 .../icu/source/data/locales/so.txt            |   2 +-
 .../icu/source/data/locales/so_DJ.txt         |   2 +-
 .../icu/source/data/locales/so_ET.txt         |   2 +-
 .../icu/source/data/locales/so_KE.txt         |   2 +-
 .../icu/source/data/locales/so_SO.txt         |   2 +-
 .../icu/source/data/locales/sq.txt            |   2 +-
 .../icu/source/data/locales/sq_AL.txt         |   2 +-
 .../icu/source/data/locales/sr.txt            |   2 +-
 .../icu/source/data/locales/sr_BA.txt         |   2 +-
 .../icu/source/data/locales/sr_CS.txt         |   2 +-
 .../icu/source/data/locales/sr_Cyrl.txt       |   2 +-
 .../icu/source/data/locales/sr_Cyrl_BA.txt    |   2 +-
 .../icu/source/data/locales/sr_Cyrl_CS.txt    |   2 +-
 .../icu/source/data/locales/sr_Cyrl_ME.txt    |   2 +-
 .../icu/source/data/locales/sr_Cyrl_RS.txt    |   2 +-
 .../icu/source/data/locales/sr_Cyrl_YU.txt    |   2 +-
 .../icu/source/data/locales/sr_Latn.txt       |   2 +-
 .../icu/source/data/locales/sr_Latn_BA.txt    |   2 +-
 .../icu/source/data/locales/sr_Latn_CS.txt    |   2 +-
 .../icu/source/data/locales/sr_Latn_ME.txt    |   2 +-
 .../icu/source/data/locales/sr_Latn_RS.txt    |   2 +-
 .../icu/source/data/locales/sr_Latn_YU.txt    |   2 +-
 .../icu/source/data/locales/sr_ME.txt         |   2 +-
 .../icu/source/data/locales/sr_RS.txt         |   2 +-
 .../icu/source/data/locales/sr_YU.txt         |   2 +-
 .../icu/source/data/locales/sv.txt            |   2 +-
 .../icu/source/data/locales/sv_FI.txt         |   2 +-
 .../icu/source/data/locales/sv_SE.txt         |   2 +-
 .../icu/source/data/locales/sw.txt            |   2 +-
 .../icu/source/data/locales/sw_KE.txt         |   2 +-
 .../icu/source/data/locales/sw_TZ.txt         |   2 +-
 .../icu/source/data/locales/ta.txt            |   2 +-
 .../icu/source/data/locales/ta_IN.txt         |   2 +-
 .../icu/source/data/locales/ta_LK.txt         |   2 +-
 .../icu/source/data/locales/te.txt            |   2 +-
 .../icu/source/data/locales/te_IN.txt         |   2 +-
 .../icu/source/data/locales/teo.txt           |   2 +-
 .../icu/source/data/locales/teo_KE.txt        |   2 +-
 .../icu/source/data/locales/teo_UG.txt        |   2 +-
 .../icu/source/data/locales/th.txt            |   2 +-
 .../icu/source/data/locales/th_TH.txt         |   2 +-
 .../source/data/locales/th_TH_TRADITIONAL.txt |   2 +-
 .../icu/source/data/locales/ti.txt            |   2 +-
 .../icu/source/data/locales/ti_ER.txt         |   2 +-
 .../icu/source/data/locales/ti_ET.txt         |   2 +-
 .../icu/source/data/locales/tl.txt            |   2 +-
 .../icu/source/data/locales/tl_PH.txt         |   2 +-
 .../icu/source/data/locales/to.txt            |   2 +-
 .../icu/source/data/locales/to_TO.txt         |   2 +-
 .../icu/source/data/locales/tr.txt            |   2 +-
 .../icu/source/data/locales/tr_TR.txt         |   2 +-
 .../icu/source/data/locales/tzm.txt           |   2 +-
 .../icu/source/data/locales/tzm_Latn.txt      |   2 +-
 .../icu/source/data/locales/tzm_Latn_MA.txt   |   2 +-
 .../icu/source/data/locales/tzm_MA.txt        |   2 +-
 .../icu/source/data/locales/uk.txt            |   2 +-
 .../icu/source/data/locales/uk_UA.txt         |   2 +-
 .../icu/source/data/locales/ur.txt            |   2 +-
 .../icu/source/data/locales/ur_IN.txt         |   2 +-
 .../icu/source/data/locales/ur_PK.txt         |   2 +-
 .../icu/source/data/locales/uz.txt            |   2 +-
 .../icu/source/data/locales/uz_AF.txt         |   2 +-
 .../icu/source/data/locales/uz_Arab.txt       |   2 +-
 .../icu/source/data/locales/uz_Arab_AF.txt    |   2 +-
 .../icu/source/data/locales/uz_Cyrl.txt       |   2 +-
 .../icu/source/data/locales/uz_Cyrl_UZ.txt    |   2 +-
 .../icu/source/data/locales/uz_Latn.txt       |   2 +-
 .../icu/source/data/locales/uz_Latn_UZ.txt    |   2 +-
 .../icu/source/data/locales/uz_UZ.txt         |   2 +-
 .../icu/source/data/locales/vi.txt            |   2 +-
 .../icu/source/data/locales/vi_VN.txt         |   2 +-
 .../icu/source/data/locales/vun.txt           |   2 +-
 .../icu/source/data/locales/vun_TZ.txt        |   2 +-
 .../icu/source/data/locales/xog.txt           |   2 +-
 .../icu/source/data/locales/xog_UG.txt        |   2 +-
 .../icu/source/data/locales/yo.txt            |   2 +-
 .../icu/source/data/locales/yo_NG.txt         |   2 +-
 .../icu/source/data/locales/zh.txt            |   2 +-
 .../icu/source/data/locales/zh_CN.txt         |   2 +-
 .../icu/source/data/locales/zh_HK.txt         |   2 +-
 .../icu/source/data/locales/zh_Hans.txt       |   2 +-
 .../icu/source/data/locales/zh_Hans_CN.txt    |   2 +-
 .../icu/source/data/locales/zh_Hans_HK.txt    |   2 +-
 .../icu/source/data/locales/zh_Hans_MO.txt    |   2 +-
 .../icu/source/data/locales/zh_Hans_SG.txt    |   2 +-
 .../icu/source/data/locales/zh_Hant.txt       |   2 +-
 .../icu/source/data/locales/zh_Hant_HK.txt    |   2 +-
 .../icu/source/data/locales/zh_Hant_MO.txt    |   2 +-
 .../icu/source/data/locales/zh_Hant_TW.txt    |   2 +-
 .../icu/source/data/locales/zh_MO.txt         |   2 +-
 .../icu/source/data/locales/zh_SG.txt         |   2 +-
 .../icu/source/data/locales/zh_TW.txt         |   2 +-
 .../icu/source/data/locales/zu.txt            |   2 +-
 .../icu/source/data/locales/zu_ZA.txt         |   2 +-
 .../icu/source/data/makedata.vcxproj          |   2 +-
 .../icu/source/data/makedata.vcxproj.filters  |   2 +-
 .../icu/source/data/misc/keyTypeData.txt      |   2 +-
 .../icu/source/data/misc/likelySubtags.txt    |   2 +-
 .../icu/source/data/misc/metaZones.txt        |   2 +-
 .../icu/source/data/misc/numberingSystems.txt |   2 +-
 .../icu/source/data/misc/plurals.txt          |   2 +-
 .../icu/source/data/misc/supplementalData.txt |   2 +-
 .../icu/source/data/misc/timezoneTypes.txt    |   2 +-
 .../icu/source/data/misc/windowsZones.txt     |   2 +-
 .../third_party/icu/source/data/rbnf/af.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/am.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/ar.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/az.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/be.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/bg.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/bs.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/ca.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/cs.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/cy.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/da.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/de.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/el.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/en.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/eo.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/es.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/et.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/fa.txt   |   2 +-
 .../icu/source/data/rbnf/fa_AF.txt            |   2 +-
 .../third_party/icu/source/data/rbnf/fi.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/fil.txt  |   2 +-
 .../third_party/icu/source/data/rbnf/fo.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/fr.txt   |   2 +-
 .../icu/source/data/rbnf/fr_BE.txt            |   2 +-
 .../icu/source/data/rbnf/fr_CH.txt            |   2 +-
 .../third_party/icu/source/data/rbnf/ga.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/he.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/hi.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/hr.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/hu.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/hy.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/id.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/is.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/it.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/ja.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/ka.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/kl.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/ko.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/lt.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/lv.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/mk.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/ms.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/mt.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/nb.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/nl.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/nn.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/pl.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/pt.txt   |   2 +-
 .../icu/source/data/rbnf/pt_PT.txt            |   2 +-
 .../third_party/icu/source/data/rbnf/ro.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/root.txt |   2 +-
 .../third_party/icu/source/data/rbnf/ru.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/sk.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/sl.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/sq.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/sr.txt   |   2 +-
 .../icu/source/data/rbnf/sr_Latn.txt          |   2 +-
 .../third_party/icu/source/data/rbnf/sv.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/ta.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/th.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/tr.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/uk.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/vi.txt   |   2 +-
 .../third_party/icu/source/data/rbnf/zh.txt   |   2 +-
 .../icu/source/data/rbnf/zh_Hant.txt          |   2 +-
 .../third_party/icu/source/data/region/af.txt |   2 +-
 .../third_party/icu/source/data/region/ak.txt |   2 +-
 .../third_party/icu/source/data/region/am.txt |   2 +-
 .../third_party/icu/source/data/region/ar.txt |   2 +-
 .../third_party/icu/source/data/region/as.txt |   2 +-
 .../icu/source/data/region/asa.txt            |   2 +-
 .../third_party/icu/source/data/region/az.txt |   2 +-
 .../icu/source/data/region/az_AZ.txt          |   2 +-
 .../icu/source/data/region/az_Cyrl.txt        |   2 +-
 .../icu/source/data/region/az_Latn.txt        |   2 +-
 .../icu/source/data/region/az_Latn_AZ.txt     |   2 +-
 .../third_party/icu/source/data/region/be.txt |   2 +-
 .../icu/source/data/region/bem.txt            |   2 +-
 .../icu/source/data/region/bez.txt            |   2 +-
 .../third_party/icu/source/data/region/bg.txt |   2 +-
 .../third_party/icu/source/data/region/bm.txt |   2 +-
 .../third_party/icu/source/data/region/bn.txt |   2 +-
 .../third_party/icu/source/data/region/bo.txt |   2 +-
 .../third_party/icu/source/data/region/bs.txt |   2 +-
 .../third_party/icu/source/data/region/ca.txt |   2 +-
 .../icu/source/data/region/cgg.txt            |   2 +-
 .../icu/source/data/region/chr.txt            |   2 +-
 .../third_party/icu/source/data/region/cs.txt |   2 +-
 .../third_party/icu/source/data/region/cy.txt |   2 +-
 .../third_party/icu/source/data/region/da.txt |   2 +-
 .../icu/source/data/region/dav.txt            |   2 +-
 .../third_party/icu/source/data/region/de.txt |   2 +-
 .../icu/source/data/region/de_CH.txt          |   2 +-
 .../icu/source/data/region/ebu.txt            |   2 +-
 .../third_party/icu/source/data/region/ee.txt |   2 +-
 .../third_party/icu/source/data/region/el.txt |   2 +-
 .../third_party/icu/source/data/region/en.txt |   2 +-
 .../icu/source/data/region/en_RH.txt          |   2 +-
 .../icu/source/data/region/en_ZW.txt          |   2 +-
 .../third_party/icu/source/data/region/eo.txt |   2 +-
 .../third_party/icu/source/data/region/es.txt |   2 +-
 .../icu/source/data/region/es_CL.txt          |   2 +-
 .../third_party/icu/source/data/region/et.txt |   2 +-
 .../third_party/icu/source/data/region/eu.txt |   2 +-
 .../third_party/icu/source/data/region/fa.txt |   2 +-
 .../icu/source/data/region/fa_AF.txt          |   2 +-
 .../third_party/icu/source/data/region/ff.txt |   2 +-
 .../third_party/icu/source/data/region/fi.txt |   2 +-
 .../icu/source/data/region/fil.txt            |   2 +-
 .../icu/source/data/region/fil_PH.txt         |   2 +-
 .../third_party/icu/source/data/region/fo.txt |   2 +-
 .../third_party/icu/source/data/region/fr.txt |   2 +-
 .../third_party/icu/source/data/region/ga.txt |   2 +-
 .../third_party/icu/source/data/region/gl.txt |   2 +-
 .../icu/source/data/region/gsw.txt            |   2 +-
 .../third_party/icu/source/data/region/gu.txt |   2 +-
 .../icu/source/data/region/guz.txt            |   2 +-
 .../third_party/icu/source/data/region/gv.txt |   2 +-
 .../third_party/icu/source/data/region/ha.txt |   2 +-
 .../icu/source/data/region/ha_GH.txt          |   2 +-
 .../icu/source/data/region/ha_Latn.txt        |   2 +-
 .../icu/source/data/region/ha_Latn_GH.txt     |   2 +-
 .../icu/source/data/region/ha_Latn_NE.txt     |   2 +-
 .../icu/source/data/region/ha_Latn_NG.txt     |   2 +-
 .../icu/source/data/region/ha_NE.txt          |   2 +-
 .../icu/source/data/region/ha_NG.txt          |   2 +-
 .../icu/source/data/region/haw.txt            |   2 +-
 .../third_party/icu/source/data/region/he.txt |   2 +-
 .../icu/source/data/region/he_IL.txt          |   2 +-
 .../third_party/icu/source/data/region/hi.txt |   2 +-
 .../third_party/icu/source/data/region/hr.txt |   2 +-
 .../third_party/icu/source/data/region/hu.txt |   2 +-
 .../third_party/icu/source/data/region/hy.txt |   2 +-
 .../third_party/icu/source/data/region/id.txt |   2 +-
 .../icu/source/data/region/id_ID.txt          |   2 +-
 .../third_party/icu/source/data/region/ig.txt |   2 +-
 .../third_party/icu/source/data/region/ii.txt |   2 +-
 .../third_party/icu/source/data/region/in.txt |   2 +-
 .../icu/source/data/region/in_ID.txt          |   2 +-
 .../third_party/icu/source/data/region/is.txt |   2 +-
 .../third_party/icu/source/data/region/it.txt |   2 +-
 .../third_party/icu/source/data/region/iw.txt |   2 +-
 .../icu/source/data/region/iw_IL.txt          |   2 +-
 .../third_party/icu/source/data/region/ja.txt |   2 +-
 .../icu/source/data/region/ja_JP.txt          |   2 +-
 .../source/data/region/ja_JP_TRADITIONAL.txt  |   2 +-
 .../icu/source/data/region/jmc.txt            |   2 +-
 .../third_party/icu/source/data/region/ka.txt |   2 +-
 .../icu/source/data/region/kab.txt            |   2 +-
 .../icu/source/data/region/kam.txt            |   2 +-
 .../icu/source/data/region/kde.txt            |   2 +-
 .../icu/source/data/region/kea.txt            |   2 +-
 .../icu/source/data/region/khq.txt            |   2 +-
 .../third_party/icu/source/data/region/ki.txt |   2 +-
 .../third_party/icu/source/data/region/kk.txt |   2 +-
 .../icu/source/data/region/kk_Cyrl.txt        |   2 +-
 .../icu/source/data/region/kk_Cyrl_KZ.txt     |   2 +-
 .../icu/source/data/region/kk_KZ.txt          |   2 +-
 .../third_party/icu/source/data/region/kl.txt |   2 +-
 .../icu/source/data/region/kln.txt            |   2 +-
 .../third_party/icu/source/data/region/km.txt |   2 +-
 .../third_party/icu/source/data/region/kn.txt |   2 +-
 .../third_party/icu/source/data/region/ko.txt |   2 +-
 .../icu/source/data/region/kok.txt            |   2 +-
 .../third_party/icu/source/data/region/kw.txt |   2 +-
 .../icu/source/data/region/lag.txt            |   2 +-
 .../third_party/icu/source/data/region/lg.txt |   2 +-
 .../third_party/icu/source/data/region/lt.txt |   2 +-
 .../icu/source/data/region/luo.txt            |   2 +-
 .../icu/source/data/region/luy.txt            |   2 +-
 .../third_party/icu/source/data/region/lv.txt |   2 +-
 .../icu/source/data/region/mas.txt            |   2 +-
 .../icu/source/data/region/mer.txt            |   2 +-
 .../icu/source/data/region/mfe.txt            |   2 +-
 .../third_party/icu/source/data/region/mg.txt |   2 +-
 .../third_party/icu/source/data/region/mk.txt |   2 +-
 .../third_party/icu/source/data/region/ml.txt |   2 +-
 .../third_party/icu/source/data/region/mo.txt |   2 +-
 .../third_party/icu/source/data/region/mr.txt |   2 +-
 .../third_party/icu/source/data/region/ms.txt |   2 +-
 .../third_party/icu/source/data/region/mt.txt |   2 +-
 .../third_party/icu/source/data/region/my.txt |   2 +-
 .../icu/source/data/region/naq.txt            |   2 +-
 .../third_party/icu/source/data/region/nb.txt |   2 +-
 .../icu/source/data/region/nb_NO.txt          |   2 +-
 .../third_party/icu/source/data/region/nd.txt |   2 +-
 .../third_party/icu/source/data/region/ne.txt |   2 +-
 .../third_party/icu/source/data/region/nl.txt |   2 +-
 .../icu/source/data/region/nl_BE.txt          |   2 +-
 .../third_party/icu/source/data/region/nn.txt |   2 +-
 .../icu/source/data/region/nn_NO.txt          |   2 +-
 .../third_party/icu/source/data/region/no.txt |   2 +-
 .../icu/source/data/region/no_NO.txt          |   2 +-
 .../icu/source/data/region/no_NO_NY.txt       |   2 +-
 .../icu/source/data/region/nyn.txt            |   2 +-
 .../third_party/icu/source/data/region/om.txt |   2 +-
 .../third_party/icu/source/data/region/or.txt |   2 +-
 .../third_party/icu/source/data/region/pa.txt |   2 +-
 .../icu/source/data/region/pa_Arab.txt        |   2 +-
 .../icu/source/data/region/pa_Arab_PK.txt     |   2 +-
 .../icu/source/data/region/pa_Guru.txt        |   2 +-
 .../icu/source/data/region/pa_Guru_IN.txt     |   2 +-
 .../icu/source/data/region/pa_IN.txt          |   2 +-
 .../icu/source/data/region/pa_PK.txt          |   2 +-
 .../third_party/icu/source/data/region/pl.txt |   2 +-
 .../third_party/icu/source/data/region/ps.txt |   2 +-
 .../third_party/icu/source/data/region/pt.txt |   2 +-
 .../icu/source/data/region/pt_PT.txt          |   2 +-
 .../third_party/icu/source/data/region/rm.txt |   2 +-
 .../third_party/icu/source/data/region/ro.txt |   2 +-
 .../icu/source/data/region/ro_MD.txt          |   2 +-
 .../icu/source/data/region/rof.txt            |   2 +-
 .../icu/source/data/region/root.txt           |   2 +-
 .../third_party/icu/source/data/region/ru.txt |   2 +-
 .../third_party/icu/source/data/region/rw.txt |   2 +-
 .../icu/source/data/region/rwk.txt            |   2 +-
 .../icu/source/data/region/saq.txt            |   2 +-
 .../icu/source/data/region/seh.txt            |   2 +-
 .../icu/source/data/region/ses.txt            |   2 +-
 .../third_party/icu/source/data/region/sg.txt |   2 +-
 .../third_party/icu/source/data/region/sh.txt |   2 +-
 .../icu/source/data/region/sh_BA.txt          |   2 +-
 .../icu/source/data/region/sh_CS.txt          |   2 +-
 .../icu/source/data/region/sh_YU.txt          |   2 +-
 .../icu/source/data/region/shi.txt            |   2 +-
 .../icu/source/data/region/shi_Latn.txt       |   2 +-
 .../icu/source/data/region/shi_Latn_MA.txt    |   2 +-
 .../icu/source/data/region/shi_MA.txt         |   2 +-
 .../icu/source/data/region/shi_Tfng.txt       |   2 +-
 .../third_party/icu/source/data/region/si.txt |   2 +-
 .../third_party/icu/source/data/region/sk.txt |   2 +-
 .../third_party/icu/source/data/region/sl.txt |   2 +-
 .../third_party/icu/source/data/region/sn.txt |   2 +-
 .../third_party/icu/source/data/region/so.txt |   2 +-
 .../third_party/icu/source/data/region/sq.txt |   2 +-
 .../third_party/icu/source/data/region/sr.txt |   2 +-
 .../icu/source/data/region/sr_BA.txt          |   2 +-
 .../icu/source/data/region/sr_CS.txt          |   2 +-
 .../icu/source/data/region/sr_Cyrl.txt        |   2 +-
 .../icu/source/data/region/sr_Cyrl_BA.txt     |   2 +-
 .../icu/source/data/region/sr_Cyrl_CS.txt     |   2 +-
 .../icu/source/data/region/sr_Cyrl_RS.txt     |   2 +-
 .../icu/source/data/region/sr_Cyrl_YU.txt     |   2 +-
 .../icu/source/data/region/sr_Latn.txt        |   2 +-
 .../icu/source/data/region/sr_Latn_BA.txt     |   2 +-
 .../icu/source/data/region/sr_Latn_CS.txt     |   2 +-
 .../icu/source/data/region/sr_Latn_ME.txt     |   2 +-
 .../icu/source/data/region/sr_Latn_RS.txt     |   2 +-
 .../icu/source/data/region/sr_Latn_YU.txt     |   2 +-
 .../icu/source/data/region/sr_ME.txt          |   2 +-
 .../icu/source/data/region/sr_RS.txt          |   2 +-
 .../icu/source/data/region/sr_YU.txt          |   2 +-
 .../third_party/icu/source/data/region/sv.txt |   2 +-
 .../icu/source/data/region/sv_FI.txt          |   2 +-
 .../third_party/icu/source/data/region/sw.txt |   2 +-
 .../third_party/icu/source/data/region/ta.txt |   2 +-
 .../third_party/icu/source/data/region/te.txt |   2 +-
 .../icu/source/data/region/teo.txt            |   2 +-
 .../third_party/icu/source/data/region/th.txt |   2 +-
 .../icu/source/data/region/th_TH.txt          |   2 +-
 .../source/data/region/th_TH_TRADITIONAL.txt  |   2 +-
 .../third_party/icu/source/data/region/ti.txt |   2 +-
 .../third_party/icu/source/data/region/tl.txt |   2 +-
 .../icu/source/data/region/tl_PH.txt          |   2 +-
 .../third_party/icu/source/data/region/to.txt |   2 +-
 .../third_party/icu/source/data/region/tr.txt |   2 +-
 .../icu/source/data/region/tzm.txt            |   2 +-
 .../icu/source/data/region/tzm_Latn.txt       |   2 +-
 .../icu/source/data/region/tzm_Latn_MA.txt    |   2 +-
 .../icu/source/data/region/tzm_MA.txt         |   2 +-
 .../third_party/icu/source/data/region/uk.txt |   2 +-
 .../third_party/icu/source/data/region/ur.txt |   2 +-
 .../third_party/icu/source/data/region/uz.txt |   2 +-
 .../icu/source/data/region/uz_AF.txt          |   2 +-
 .../icu/source/data/region/uz_Arab.txt        |   2 +-
 .../icu/source/data/region/uz_Arab_AF.txt     |   2 +-
 .../icu/source/data/region/uz_Cyrl.txt        |   2 +-
 .../icu/source/data/region/uz_Cyrl_UZ.txt     |   2 +-
 .../icu/source/data/region/uz_Latn.txt        |   2 +-
 .../icu/source/data/region/uz_UZ.txt          |   2 +-
 .../third_party/icu/source/data/region/vi.txt |   2 +-
 .../icu/source/data/region/vun.txt            |   2 +-
 .../icu/source/data/region/xog.txt            |   2 +-
 .../third_party/icu/source/data/region/yo.txt |   2 +-
 .../third_party/icu/source/data/region/zh.txt |   2 +-
 .../icu/source/data/region/zh_CN.txt          |   2 +-
 .../icu/source/data/region/zh_HK.txt          |   2 +-
 .../icu/source/data/region/zh_Hans.txt        |   2 +-
 .../icu/source/data/region/zh_Hans_CN.txt     |   2 +-
 .../icu/source/data/region/zh_Hans_SG.txt     |   2 +-
 .../icu/source/data/region/zh_Hant.txt        |   2 +-
 .../icu/source/data/region/zh_Hant_HK.txt     |   2 +-
 .../icu/source/data/region/zh_Hant_MO.txt     |   2 +-
 .../icu/source/data/region/zh_Hant_TW.txt     |   2 +-
 .../icu/source/data/region/zh_MO.txt          |   2 +-
 .../icu/source/data/region/zh_SG.txt          |   2 +-
 .../icu/source/data/region/zh_TW.txt          |   2 +-
 .../third_party/icu/source/data/region/zu.txt |   2 +-
 .../data/translit/Amharic_Latin_BGN.txt       |   2 +-
 .../icu/source/data/translit/Any_Accents.txt  |   2 +-
 .../source/data/translit/Any_Publishing.txt   |   2 +-
 .../icu/source/data/translit/Arabic_Latin.txt |   2 +-
 .../source/data/translit/Arabic_Latin_BGN.txt |   2 +-
 .../data/translit/Armenian_Latin_BGN.txt      |   2 +-
 .../data/translit/Azerbaijani_Latin_BGN.txt   |   2 +-
 .../data/translit/Belarusian_Latin_BGN.txt    |   2 +-
 .../data/translit/Bengali_Devanagari.txt      |   2 +-
 .../source/data/translit/Bengali_Gujarati.txt |   2 +-
 .../source/data/translit/Bengali_Gurmukhi.txt |   2 +-
 .../data/translit/Bengali_InterIndic.txt      |   2 +-
 .../source/data/translit/Bengali_Kannada.txt  |   2 +-
 .../source/data/translit/Bengali_Latin.txt    |   2 +-
 .../data/translit/Bengali_Malayalam.txt       |   2 +-
 .../source/data/translit/Bengali_Oriya.txt    |   2 +-
 .../source/data/translit/Bengali_Tamil.txt    |   2 +-
 .../source/data/translit/Bengali_Telugu.txt   |   2 +-
 .../data/translit/Bulgarian_Latin_BGN.txt     |   2 +-
 .../source/data/translit/Cyrillic_Latin.txt   |   2 +-
 .../data/translit/Devanagari_Bengali.txt      |   2 +-
 .../data/translit/Devanagari_Gujarati.txt     |   2 +-
 .../data/translit/Devanagari_Gurmukhi.txt     |   2 +-
 .../data/translit/Devanagari_InterIndic.txt   |   2 +-
 .../data/translit/Devanagari_Kannada.txt      |   2 +-
 .../source/data/translit/Devanagari_Latin.txt |   2 +-
 .../data/translit/Devanagari_Malayalam.txt    |   2 +-
 .../source/data/translit/Devanagari_Oriya.txt |   2 +-
 .../source/data/translit/Devanagari_Tamil.txt |   2 +-
 .../data/translit/Devanagari_Telugu.txt       |   2 +-
 .../data/translit/Fullwidth_Halfwidth.txt     |   2 +-
 .../source/data/translit/Georgian_Latin.txt   |   2 +-
 .../data/translit/Georgian_Latin_BGN.txt      |   2 +-
 .../icu/source/data/translit/Greek_Latin.txt  |   2 +-
 .../source/data/translit/Greek_Latin_BGN.txt  |   2 +-
 .../data/translit/Greek_Latin_UNGEGN.txt      |   2 +-
 .../source/data/translit/Gujarati_Bengali.txt |   2 +-
 .../data/translit/Gujarati_Devanagari.txt     |   2 +-
 .../data/translit/Gujarati_Gurmukhi.txt       |   2 +-
 .../data/translit/Gujarati_InterIndic.txt     |   2 +-
 .../source/data/translit/Gujarati_Kannada.txt |   2 +-
 .../source/data/translit/Gujarati_Latin.txt   |   2 +-
 .../data/translit/Gujarati_Malayalam.txt      |   2 +-
 .../source/data/translit/Gujarati_Oriya.txt   |   2 +-
 .../source/data/translit/Gujarati_Tamil.txt   |   2 +-
 .../source/data/translit/Gujarati_Telugu.txt  |   2 +-
 .../source/data/translit/Gurmukhi_Bengali.txt |   2 +-
 .../data/translit/Gurmukhi_Devanagari.txt     |   2 +-
 .../data/translit/Gurmukhi_Gujarati.txt       |   2 +-
 .../data/translit/Gurmukhi_InterIndic.txt     |   2 +-
 .../source/data/translit/Gurmukhi_Kannada.txt |   2 +-
 .../source/data/translit/Gurmukhi_Latin.txt   |   2 +-
 .../data/translit/Gurmukhi_Malayalam.txt      |   2 +-
 .../source/data/translit/Gurmukhi_Oriya.txt   |   2 +-
 .../source/data/translit/Gurmukhi_Tamil.txt   |   2 +-
 .../source/data/translit/Gurmukhi_Telugu.txt  |   2 +-
 .../icu/source/data/translit/Han_Latin.txt    |   2 +-
 .../source/data/translit/Han_Latin_Names.txt  |   2 +-
 .../source/data/translit/Han_Spacedhan.txt    |   2 +-
 .../icu/source/data/translit/Hangul_Latin.txt |   2 +-
 .../icu/source/data/translit/Hebrew_Latin.txt |   2 +-
 .../source/data/translit/Hebrew_Latin_BGN.txt |   2 +-
 .../data/translit/Hiragana_Katakana.txt       |   2 +-
 .../source/data/translit/Hiragana_Latin.txt   |   2 +-
 .../icu/source/data/translit/IPA_XSampa.txt   |   2 +-
 .../data/translit/InterIndic_Bengali.txt      |   2 +-
 .../data/translit/InterIndic_Devanagari.txt   |   2 +-
 .../data/translit/InterIndic_Gujarati.txt     |   2 +-
 .../data/translit/InterIndic_Gurmukhi.txt     |   2 +-
 .../data/translit/InterIndic_Kannada.txt      |   2 +-
 .../source/data/translit/InterIndic_Latin.txt |   2 +-
 .../data/translit/InterIndic_Malayalam.txt    |   2 +-
 .../source/data/translit/InterIndic_Oriya.txt |   2 +-
 .../source/data/translit/InterIndic_Tamil.txt |   2 +-
 .../data/translit/InterIndic_Telugu.txt       |   2 +-
 .../icu/source/data/translit/Jamo_Latin.txt   |   2 +-
 .../data/translit/JapaneseKana_Latin_BGN.txt  |   2 +-
 .../source/data/translit/Kannada_Bengali.txt  |   2 +-
 .../data/translit/Kannada_Devanagari.txt      |   2 +-
 .../source/data/translit/Kannada_Gujarati.txt |   2 +-
 .../source/data/translit/Kannada_Gurmukhi.txt |   2 +-
 .../data/translit/Kannada_InterIndic.txt      |   2 +-
 .../source/data/translit/Kannada_Latin.txt    |   2 +-
 .../data/translit/Kannada_Malayalam.txt       |   2 +-
 .../source/data/translit/Kannada_Oriya.txt    |   2 +-
 .../source/data/translit/Kannada_Tamil.txt    |   2 +-
 .../source/data/translit/Kannada_Telugu.txt   |   2 +-
 .../source/data/translit/Kazakh_Latin_BGN.txt |   2 +-
 .../data/translit/Kirghiz_Latin_BGN.txt       |   2 +-
 .../source/data/translit/Korean_Latin_BGN.txt |   2 +-
 .../icu/source/data/translit/Latin_ASCII.txt  |   2 +-
 .../source/data/translit/Latin_Armenian.txt   |   2 +-
 .../source/data/translit/Latin_Bengali.txt    |   2 +-
 .../data/translit/Latin_ConjoiningJamo.txt    |   2 +-
 .../source/data/translit/Latin_Devanagari.txt |   2 +-
 .../source/data/translit/Latin_Gujarati.txt   |   2 +-
 .../source/data/translit/Latin_Gurmukhi.txt   |   2 +-
 .../icu/source/data/translit/Latin_Hangul.txt |   2 +-
 .../source/data/translit/Latin_InterIndic.txt |   2 +-
 .../icu/source/data/translit/Latin_Jamo.txt   |   2 +-
 .../source/data/translit/Latin_Kannada.txt    |   2 +-
 .../source/data/translit/Latin_Katakana.txt   |   2 +-
 .../source/data/translit/Latin_Malayalam.txt  |   2 +-
 .../data/translit/Latin_NumericPinyin.txt     |   2 +-
 .../icu/source/data/translit/Latin_Oriya.txt  |   2 +-
 .../icu/source/data/translit/Latin_Tamil.txt  |   2 +-
 .../icu/source/data/translit/Latin_Telugu.txt |   2 +-
 .../icu/source/data/translit/Latin_Thaana.txt |   2 +-
 .../icu/source/data/translit/Latin_Thai.txt   |   2 +-
 .../data/translit/Macedonian_Latin_BGN.txt    |   2 +-
 .../data/translit/Malayalam_Bengali.txt       |   2 +-
 .../data/translit/Malayalam_Devanagari.txt    |   2 +-
 .../data/translit/Malayalam_Gujarati.txt      |   2 +-
 .../data/translit/Malayalam_Gurmukhi.txt      |   2 +-
 .../data/translit/Malayalam_InterIndic.txt    |   2 +-
 .../data/translit/Malayalam_Kannada.txt       |   2 +-
 .../source/data/translit/Malayalam_Latin.txt  |   2 +-
 .../source/data/translit/Malayalam_Oriya.txt  |   2 +-
 .../source/data/translit/Malayalam_Tamil.txt  |   2 +-
 .../source/data/translit/Malayalam_Telugu.txt |   2 +-
 .../data/translit/Maldivian_Latin_BGN.txt     |   2 +-
 .../data/translit/Mongolian_Latin_BGN.txt     |   2 +-
 .../source/data/translit/Oriya_Bengali.txt    |   2 +-
 .../source/data/translit/Oriya_Devanagari.txt |   2 +-
 .../source/data/translit/Oriya_Gujarati.txt   |   2 +-
 .../source/data/translit/Oriya_Gurmukhi.txt   |   2 +-
 .../source/data/translit/Oriya_InterIndic.txt |   2 +-
 .../source/data/translit/Oriya_Kannada.txt    |   2 +-
 .../icu/source/data/translit/Oriya_Latin.txt  |   2 +-
 .../source/data/translit/Oriya_Malayalam.txt  |   2 +-
 .../icu/source/data/translit/Oriya_Tamil.txt  |   2 +-
 .../icu/source/data/translit/Oriya_Telugu.txt |   2 +-
 .../source/data/translit/Pashto_Latin_BGN.txt |   2 +-
 .../data/translit/Persian_Latin_BGN.txt       |   2 +-
 .../data/translit/Pinyin_NumericPinyin.txt    |   2 +-
 .../data/translit/Russian_Latin_BGN.txt       |   2 +-
 .../data/translit/Serbian_Latin_BGN.txt       |   2 +-
 .../data/translit/Simplified_Traditional.txt  |   2 +-
 .../icu/source/data/translit/Syriac_Latin.txt |   2 +-
 .../source/data/translit/Tamil_Bengali.txt    |   2 +-
 .../source/data/translit/Tamil_Devanagari.txt |   2 +-
 .../source/data/translit/Tamil_Gujarati.txt   |   2 +-
 .../source/data/translit/Tamil_Gurmukhi.txt   |   2 +-
 .../source/data/translit/Tamil_InterIndic.txt |   2 +-
 .../source/data/translit/Tamil_Kannada.txt    |   2 +-
 .../icu/source/data/translit/Tamil_Latin.txt  |   2 +-
 .../source/data/translit/Tamil_Malayalam.txt  |   2 +-
 .../icu/source/data/translit/Tamil_Oriya.txt  |   2 +-
 .../icu/source/data/translit/Tamil_Telugu.txt |   2 +-
 .../source/data/translit/Telugu_Bengali.txt   |   2 +-
 .../data/translit/Telugu_Devanagari.txt       |   2 +-
 .../source/data/translit/Telugu_Gujarati.txt  |   2 +-
 .../source/data/translit/Telugu_Gurmukhi.txt  |   2 +-
 .../data/translit/Telugu_InterIndic.txt       |   2 +-
 .../source/data/translit/Telugu_Kannada.txt   |   2 +-
 .../icu/source/data/translit/Telugu_Latin.txt |   2 +-
 .../source/data/translit/Telugu_Malayalam.txt |   2 +-
 .../icu/source/data/translit/Telugu_Oriya.txt |   2 +-
 .../icu/source/data/translit/Telugu_Tamil.txt |   2 +-
 .../data/translit/ThaiLogical_Latin.txt       |   2 +-
 .../icu/source/data/translit/Thai_Latin.txt   |   2 +-
 .../source/data/translit/Thai_ThaiLogical.txt |   2 +-
 .../source/data/translit/Thai_ThaiSemi.txt    |   2 +-
 .../data/translit/Turkmen_Latin_BGN.txt       |   2 +-
 .../data/translit/Ukrainian_Latin_BGN.txt     |   2 +-
 .../source/data/translit/Uzbek_Latin_BGN.txt  |   2 +-
 .../icu/source/data/translit/az_Lower.txt     |   2 +-
 .../icu/source/data/translit/az_Title.txt     |   2 +-
 .../icu/source/data/translit/az_Upper.txt     |   2 +-
 .../icu/source/data/translit/cs_FONIPA_ja.txt |   2 +-
 .../icu/source/data/translit/cs_FONIPA_ko.txt |   2 +-
 .../icu/source/data/translit/cs_cs_FONIPA.txt |   2 +-
 .../icu/source/data/translit/cs_ja.txt        |   2 +-
 .../icu/source/data/translit/cs_ko.txt        |   2 +-
 .../source/data/translit/css3transform.txt    |   2 +-
 .../icu/source/data/translit/el_Lower.txt     |   2 +-
 .../icu/source/data/translit/el_Title.txt     |   2 +-
 .../icu/source/data/translit/el_Upper.txt     |   2 +-
 .../icu/source/data/translit/es_419_ja.txt    |   2 +-
 .../icu/source/data/translit/es_419_zh.txt    |   2 +-
 .../icu/source/data/translit/es_FONIPA_am.txt |   2 +-
 .../data/translit/es_FONIPA_es_419_FONIPA.txt |   2 +-
 .../icu/source/data/translit/es_FONIPA_ja.txt |   2 +-
 .../icu/source/data/translit/es_FONIPA_zh.txt |   2 +-
 .../icu/source/data/translit/es_am.txt        |   2 +-
 .../icu/source/data/translit/es_es_FONIPA.txt |   2 +-
 .../icu/source/data/translit/es_ja.txt        |   2 +-
 .../icu/source/data/translit/es_zh.txt        |   2 +-
 .../icu/source/data/translit/it_am.txt        |   2 +-
 .../icu/source/data/translit/it_ja.txt        |   2 +-
 .../icu/source/data/translit/ja_Latn_ko.txt   |   2 +-
 .../icu/source/data/translit/ja_Latn_ru.txt   |   2 +-
 .../icu/source/data/translit/pl_FONIPA_ja.txt |   2 +-
 .../icu/source/data/translit/pl_ja.txt        |   2 +-
 .../icu/source/data/translit/pl_pl_FONIPA.txt |   2 +-
 .../icu/source/data/translit/ro_FONIPA_ja.txt |   2 +-
 .../icu/source/data/translit/ro_ja.txt        |   2 +-
 .../icu/source/data/translit/ro_ro_FONIPA.txt |   2 +-
 .../icu/source/data/translit/root.txt         |   2 +-
 .../icu/source/data/translit/ru_ja.txt        |   2 +-
 .../icu/source/data/translit/ru_zh.txt        |   2 +-
 .../icu/source/data/translit/sk_FONIPA_ja.txt |   2 +-
 .../icu/source/data/translit/sk_ja.txt        |   2 +-
 .../icu/source/data/translit/sk_sk_FONIPA.txt |   2 +-
 .../icu/source/data/translit/tr_Lower.txt     |   2 +-
 .../icu/source/data/translit/tr_Title.txt     |   2 +-
 .../icu/source/data/translit/tr_Upper.txt     |   2 +-
 .../data/translit/zh_Latn_PINYIN_ru.txt       |   2 +-
 .../icu/source/data/unidata/UCARules.txt      |   2 +-
 .../icu/source/data/unidata/confusables.txt   |   2 +-
 .../data/unidata/confusablesWholeScript.txt   |   2 +-
 .../third_party/icu/source/data/zone/af.txt   |   2 +-
 .../third_party/icu/source/data/zone/ak.txt   |   2 +-
 .../third_party/icu/source/data/zone/am.txt   |   2 +-
 .../third_party/icu/source/data/zone/ar.txt   |   2 +-
 .../third_party/icu/source/data/zone/as.txt   |   2 +-
 .../third_party/icu/source/data/zone/asa.txt  |   2 +-
 .../third_party/icu/source/data/zone/az.txt   |   2 +-
 .../icu/source/data/zone/az_AZ.txt            |   2 +-
 .../icu/source/data/zone/az_Cyrl.txt          |   2 +-
 .../icu/source/data/zone/az_Latn.txt          |   2 +-
 .../icu/source/data/zone/az_Latn_AZ.txt       |   2 +-
 .../third_party/icu/source/data/zone/be.txt   |   2 +-
 .../third_party/icu/source/data/zone/bem.txt  |   2 +-
 .../third_party/icu/source/data/zone/bez.txt  |   2 +-
 .../third_party/icu/source/data/zone/bg.txt   |   2 +-
 .../third_party/icu/source/data/zone/bm.txt   |   2 +-
 .../third_party/icu/source/data/zone/bn.txt   |   2 +-
 .../third_party/icu/source/data/zone/bo.txt   |   2 +-
 .../third_party/icu/source/data/zone/bs.txt   |   2 +-
 .../third_party/icu/source/data/zone/ca.txt   |   2 +-
 .../third_party/icu/source/data/zone/cgg.txt  |   2 +-
 .../third_party/icu/source/data/zone/chr.txt  |   2 +-
 .../third_party/icu/source/data/zone/cs.txt   |   2 +-
 .../third_party/icu/source/data/zone/cy.txt   |   2 +-
 .../third_party/icu/source/data/zone/da.txt   |   2 +-
 .../third_party/icu/source/data/zone/dav.txt  |   2 +-
 .../third_party/icu/source/data/zone/de.txt   |   2 +-
 .../third_party/icu/source/data/zone/ebu.txt  |   2 +-
 .../third_party/icu/source/data/zone/ee.txt   |   2 +-
 .../third_party/icu/source/data/zone/el.txt   |   2 +-
 .../third_party/icu/source/data/zone/en.txt   |   2 +-
 .../icu/source/data/zone/en_AU.txt            |   2 +-
 .../icu/source/data/zone/en_CA.txt            |   2 +-
 .../icu/source/data/zone/en_GB.txt            |   2 +-
 .../icu/source/data/zone/en_NZ.txt            |   2 +-
 .../icu/source/data/zone/en_RH.txt            |   2 +-
 .../icu/source/data/zone/en_ZA.txt            |   2 +-
 .../icu/source/data/zone/en_ZW.txt            |   2 +-
 .../third_party/icu/source/data/zone/eo.txt   |   2 +-
 .../third_party/icu/source/data/zone/es.txt   |   2 +-
 .../third_party/icu/source/data/zone/et.txt   |   2 +-
 .../third_party/icu/source/data/zone/eu.txt   |   2 +-
 .../third_party/icu/source/data/zone/fa.txt   |   2 +-
 .../third_party/icu/source/data/zone/ff.txt   |   2 +-
 .../third_party/icu/source/data/zone/fi.txt   |   2 +-
 .../third_party/icu/source/data/zone/fil.txt  |   2 +-
 .../icu/source/data/zone/fil_PH.txt           |   2 +-
 .../third_party/icu/source/data/zone/fo.txt   |   2 +-
 .../third_party/icu/source/data/zone/fr.txt   |   2 +-
 .../icu/source/data/zone/fr_CA.txt            |   2 +-
 .../third_party/icu/source/data/zone/ga.txt   |   2 +-
 .../third_party/icu/source/data/zone/gl.txt   |   2 +-
 .../third_party/icu/source/data/zone/gsw.txt  |   2 +-
 .../third_party/icu/source/data/zone/gu.txt   |   2 +-
 .../third_party/icu/source/data/zone/guz.txt  |   2 +-
 .../third_party/icu/source/data/zone/gv.txt   |   2 +-
 .../third_party/icu/source/data/zone/ha.txt   |   2 +-
 .../icu/source/data/zone/ha_GH.txt            |   2 +-
 .../icu/source/data/zone/ha_Latn.txt          |   2 +-
 .../icu/source/data/zone/ha_Latn_GH.txt       |   2 +-
 .../icu/source/data/zone/ha_Latn_NE.txt       |   2 +-
 .../icu/source/data/zone/ha_Latn_NG.txt       |   2 +-
 .../icu/source/data/zone/ha_NE.txt            |   2 +-
 .../icu/source/data/zone/ha_NG.txt            |   2 +-
 .../third_party/icu/source/data/zone/haw.txt  |   2 +-
 .../third_party/icu/source/data/zone/he.txt   |   2 +-
 .../icu/source/data/zone/he_IL.txt            |   2 +-
 .../third_party/icu/source/data/zone/hi.txt   |   2 +-
 .../third_party/icu/source/data/zone/hr.txt   |   2 +-
 .../third_party/icu/source/data/zone/hu.txt   |   2 +-
 .../third_party/icu/source/data/zone/hy.txt   |   2 +-
 .../third_party/icu/source/data/zone/id.txt   |   2 +-
 .../icu/source/data/zone/id_ID.txt            |   2 +-
 .../third_party/icu/source/data/zone/ig.txt   |   2 +-
 .../third_party/icu/source/data/zone/ii.txt   |   2 +-
 .../third_party/icu/source/data/zone/in.txt   |   2 +-
 .../icu/source/data/zone/in_ID.txt            |   2 +-
 .../third_party/icu/source/data/zone/is.txt   |   2 +-
 .../third_party/icu/source/data/zone/it.txt   |   2 +-
 .../third_party/icu/source/data/zone/iw.txt   |   2 +-
 .../icu/source/data/zone/iw_IL.txt            |   2 +-
 .../third_party/icu/source/data/zone/ja.txt   |   2 +-
 .../icu/source/data/zone/ja_JP.txt            |   2 +-
 .../source/data/zone/ja_JP_TRADITIONAL.txt    |   2 +-
 .../third_party/icu/source/data/zone/jmc.txt  |   2 +-
 .../third_party/icu/source/data/zone/ka.txt   |   2 +-
 .../third_party/icu/source/data/zone/kab.txt  |   2 +-
 .../third_party/icu/source/data/zone/kam.txt  |   2 +-
 .../third_party/icu/source/data/zone/kde.txt  |   2 +-
 .../third_party/icu/source/data/zone/kea.txt  |   2 +-
 .../third_party/icu/source/data/zone/khq.txt  |   2 +-
 .../third_party/icu/source/data/zone/ki.txt   |   2 +-
 .../third_party/icu/source/data/zone/kk.txt   |   2 +-
 .../icu/source/data/zone/kk_Cyrl.txt          |   2 +-
 .../icu/source/data/zone/kk_Cyrl_KZ.txt       |   2 +-
 .../icu/source/data/zone/kk_KZ.txt            |   2 +-
 .../third_party/icu/source/data/zone/kl.txt   |   2 +-
 .../third_party/icu/source/data/zone/kln.txt  |   2 +-
 .../third_party/icu/source/data/zone/km.txt   |   2 +-
 .../third_party/icu/source/data/zone/kn.txt   |   2 +-
 .../third_party/icu/source/data/zone/ko.txt   |   2 +-
 .../third_party/icu/source/data/zone/kok.txt  |   2 +-
 .../third_party/icu/source/data/zone/kw.txt   |   2 +-
 .../third_party/icu/source/data/zone/lag.txt  |   2 +-
 .../third_party/icu/source/data/zone/lg.txt   |   2 +-
 .../third_party/icu/source/data/zone/lt.txt   |   2 +-
 .../third_party/icu/source/data/zone/luo.txt  |   2 +-
 .../third_party/icu/source/data/zone/luy.txt  |   2 +-
 .../third_party/icu/source/data/zone/lv.txt   |   2 +-
 .../third_party/icu/source/data/zone/mas.txt  |   2 +-
 .../third_party/icu/source/data/zone/mer.txt  |   2 +-
 .../third_party/icu/source/data/zone/mfe.txt  |   2 +-
 .../third_party/icu/source/data/zone/mg.txt   |   2 +-
 .../third_party/icu/source/data/zone/mk.txt   |   2 +-
 .../third_party/icu/source/data/zone/ml.txt   |   2 +-
 .../third_party/icu/source/data/zone/mo.txt   |   2 +-
 .../third_party/icu/source/data/zone/mr.txt   |   2 +-
 .../third_party/icu/source/data/zone/ms.txt   |   2 +-
 .../third_party/icu/source/data/zone/mt.txt   |   2 +-
 .../third_party/icu/source/data/zone/my.txt   |   2 +-
 .../third_party/icu/source/data/zone/naq.txt  |   2 +-
 .../third_party/icu/source/data/zone/nb.txt   |   2 +-
 .../icu/source/data/zone/nb_NO.txt            |   2 +-
 .../third_party/icu/source/data/zone/nd.txt   |   2 +-
 .../third_party/icu/source/data/zone/ne.txt   |   2 +-
 .../third_party/icu/source/data/zone/nl.txt   |   2 +-
 .../third_party/icu/source/data/zone/nn.txt   |   2 +-
 .../icu/source/data/zone/nn_NO.txt            |   2 +-
 .../third_party/icu/source/data/zone/no.txt   |   2 +-
 .../icu/source/data/zone/no_NO.txt            |   2 +-
 .../icu/source/data/zone/no_NO_NY.txt         |   2 +-
 .../third_party/icu/source/data/zone/nyn.txt  |   2 +-
 .../third_party/icu/source/data/zone/om.txt   |   2 +-
 .../third_party/icu/source/data/zone/or.txt   |   2 +-
 .../third_party/icu/source/data/zone/pa.txt   |   2 +-
 .../icu/source/data/zone/pa_Arab.txt          |   2 +-
 .../icu/source/data/zone/pa_Arab_PK.txt       |   2 +-
 .../icu/source/data/zone/pa_Guru.txt          |   2 +-
 .../icu/source/data/zone/pa_Guru_IN.txt       |   2 +-
 .../icu/source/data/zone/pa_IN.txt            |   2 +-
 .../icu/source/data/zone/pa_PK.txt            |   2 +-
 .../third_party/icu/source/data/zone/pl.txt   |   2 +-
 .../third_party/icu/source/data/zone/ps.txt   |   2 +-
 .../third_party/icu/source/data/zone/pt.txt   |   2 +-
 .../icu/source/data/zone/pt_PT.txt            |   2 +-
 .../third_party/icu/source/data/zone/rm.txt   |   2 +-
 .../third_party/icu/source/data/zone/ro.txt   |   2 +-
 .../icu/source/data/zone/ro_MD.txt            |   2 +-
 .../third_party/icu/source/data/zone/rof.txt  |   2 +-
 .../third_party/icu/source/data/zone/root.txt |   2 +-
 .../third_party/icu/source/data/zone/ru.txt   |   2 +-
 .../third_party/icu/source/data/zone/rw.txt   |   2 +-
 .../third_party/icu/source/data/zone/rwk.txt  |   2 +-
 .../third_party/icu/source/data/zone/saq.txt  |   2 +-
 .../third_party/icu/source/data/zone/seh.txt  |   2 +-
 .../third_party/icu/source/data/zone/ses.txt  |   2 +-
 .../third_party/icu/source/data/zone/sg.txt   |   2 +-
 .../third_party/icu/source/data/zone/sh.txt   |   2 +-
 .../icu/source/data/zone/sh_BA.txt            |   2 +-
 .../icu/source/data/zone/sh_CS.txt            |   2 +-
 .../icu/source/data/zone/sh_YU.txt            |   2 +-
 .../third_party/icu/source/data/zone/shi.txt  |   2 +-
 .../icu/source/data/zone/shi_Latn.txt         |   2 +-
 .../icu/source/data/zone/shi_Latn_MA.txt      |   2 +-
 .../icu/source/data/zone/shi_MA.txt           |   2 +-
 .../icu/source/data/zone/shi_Tfng.txt         |   2 +-
 .../third_party/icu/source/data/zone/si.txt   |   2 +-
 .../third_party/icu/source/data/zone/sk.txt   |   2 +-
 .../third_party/icu/source/data/zone/sl.txt   |   2 +-
 .../third_party/icu/source/data/zone/sn.txt   |   2 +-
 .../third_party/icu/source/data/zone/so.txt   |   2 +-
 .../third_party/icu/source/data/zone/sq.txt   |   2 +-
 .../third_party/icu/source/data/zone/sr.txt   |   2 +-
 .../icu/source/data/zone/sr_BA.txt            |   2 +-
 .../icu/source/data/zone/sr_CS.txt            |   2 +-
 .../icu/source/data/zone/sr_Cyrl.txt          |   2 +-
 .../icu/source/data/zone/sr_Cyrl_BA.txt       |   2 +-
 .../icu/source/data/zone/sr_Cyrl_CS.txt       |   2 +-
 .../icu/source/data/zone/sr_Cyrl_RS.txt       |   2 +-
 .../icu/source/data/zone/sr_Cyrl_YU.txt       |   2 +-
 .../icu/source/data/zone/sr_Latn.txt          |   2 +-
 .../icu/source/data/zone/sr_Latn_BA.txt       |   2 +-
 .../icu/source/data/zone/sr_Latn_CS.txt       |   2 +-
 .../icu/source/data/zone/sr_Latn_ME.txt       |   2 +-
 .../icu/source/data/zone/sr_Latn_RS.txt       |   2 +-
 .../icu/source/data/zone/sr_Latn_YU.txt       |   2 +-
 .../icu/source/data/zone/sr_ME.txt            |   2 +-
 .../icu/source/data/zone/sr_RS.txt            |   2 +-
 .../icu/source/data/zone/sr_YU.txt            |   2 +-
 .../third_party/icu/source/data/zone/sv.txt   |   2 +-
 .../third_party/icu/source/data/zone/sw.txt   |   2 +-
 .../third_party/icu/source/data/zone/ta.txt   |   2 +-
 .../third_party/icu/source/data/zone/te.txt   |   2 +-
 .../third_party/icu/source/data/zone/teo.txt  |   2 +-
 .../third_party/icu/source/data/zone/th.txt   |   2 +-
 .../icu/source/data/zone/th_TH.txt            |   2 +-
 .../source/data/zone/th_TH_TRADITIONAL.txt    |   2 +-
 .../third_party/icu/source/data/zone/ti.txt   |   2 +-
 .../third_party/icu/source/data/zone/tl.txt   |   2 +-
 .../icu/source/data/zone/tl_PH.txt            |   2 +-
 .../third_party/icu/source/data/zone/to.txt   |   2 +-
 .../third_party/icu/source/data/zone/tr.txt   |   2 +-
 .../third_party/icu/source/data/zone/tzm.txt  |   2 +-
 .../icu/source/data/zone/tzm_Latn.txt         |   2 +-
 .../icu/source/data/zone/tzm_Latn_MA.txt      |   2 +-
 .../icu/source/data/zone/tzm_MA.txt           |   2 +-
 .../third_party/icu/source/data/zone/uk.txt   |   2 +-
 .../third_party/icu/source/data/zone/ur.txt   |   2 +-
 .../third_party/icu/source/data/zone/uz.txt   |   2 +-
 .../icu/source/data/zone/uz_AF.txt            |   2 +-
 .../icu/source/data/zone/uz_Arab.txt          |   2 +-
 .../icu/source/data/zone/uz_Arab_AF.txt       |   2 +-
 .../icu/source/data/zone/uz_Cyrl.txt          |   2 +-
 .../icu/source/data/zone/uz_Cyrl_UZ.txt       |   2 +-
 .../icu/source/data/zone/uz_Latn.txt          |   2 +-
 .../icu/source/data/zone/uz_UZ.txt            |   2 +-
 .../third_party/icu/source/data/zone/vi.txt   |   2 +-
 .../third_party/icu/source/data/zone/vun.txt  |   2 +-
 .../third_party/icu/source/data/zone/xog.txt  |   2 +-
 .../third_party/icu/source/data/zone/yo.txt   |   2 +-
 .../third_party/icu/source/data/zone/zh.txt   |   2 +-
 .../icu/source/data/zone/zh_CN.txt            |   2 +-
 .../icu/source/data/zone/zh_HK.txt            |   2 +-
 .../icu/source/data/zone/zh_Hans.txt          |   2 +-
 .../icu/source/data/zone/zh_Hans_CN.txt       |   2 +-
 .../icu/source/data/zone/zh_Hans_SG.txt       |   2 +-
 .../icu/source/data/zone/zh_Hant.txt          |   2 +-
 .../icu/source/data/zone/zh_Hant_HK.txt       |   2 +-
 .../icu/source/data/zone/zh_Hant_MO.txt       |   2 +-
 .../icu/source/data/zone/zh_Hant_TW.txt       |   2 +-
 .../icu/source/data/zone/zh_MO.txt            |   2 +-
 .../icu/source/data/zone/zh_SG.txt            |   2 +-
 .../icu/source/data/zone/zh_TW.txt            |   2 +-
 .../third_party/icu/source/data/zone/zu.txt   |   2 +-
 .../third_party/icu/source/i18n/i18n.vcxproj  |   2 +-
 .../icu/source/i18n/i18n.vcxproj.filters      |   2 +-
 chromium/third_party/icu/source/io/io.vcxproj |   2 +-
 .../icu/source/io/io.vcxproj.filters          |   2 +-
 .../icu/source/stubdata/stubdata.vcxproj      |   2 +-
 .../source/stubdata/stubdata.vcxproj.filters  |   2 +-
 .../icu/source/tools/ctestfw/ctestfw.vcxproj  |   2 +-
 .../tools/ctestfw/ctestfw.vcxproj.filters     |   2 +-
 .../icu/source/tools/genbrk/genbrk.vcxproj    |   2 +-
 .../tools/genbrk/genbrk.vcxproj.filters       |   2 +-
 .../source/tools/genccode/genccode.vcxproj    |   2 +-
 .../tools/genccode/genccode.vcxproj.filters   |   2 +-
 .../icu/source/tools/gencfu/gencfu.vcxproj    |   2 +-
 .../tools/gencfu/gencfu.vcxproj.filters       |   2 +-
 .../icu/source/tools/gencmn/gencmn.vcxproj    |   2 +-
 .../tools/gencmn/gencmn.vcxproj.filters       |   2 +-
 .../source/tools/gencnval/gencnval.vcxproj    |   2 +-
 .../tools/gencnval/gencnval.vcxproj.filters   |   2 +-
 .../icu/source/tools/genctd/genctd.vcxproj    |   2 +-
 .../tools/genctd/genctd.vcxproj.filters       |   2 +-
 .../source/tools/gennorm2/gennorm2.vcxproj    |   2 +-
 .../icu/source/tools/genrb/derb.vcxproj       |   2 +-
 .../source/tools/genrb/derb.vcxproj.filters   |   2 +-
 .../icu/source/tools/genrb/genrb.vcxproj      |   2 +-
 .../source/tools/genrb/genrb.vcxproj.filters  |   2 +-
 .../source/tools/gensprep/gensprep.vcxproj    |   2 +-
 .../tools/gensprep/gensprep.vcxproj.filters   |   2 +-
 .../icu/source/tools/gentest/gentest.vcxproj  |   2 +-
 .../tools/gentest/gentest.vcxproj.filters     |   2 +-
 .../icu/source/tools/icuinfo/icuinfo.vcxproj  |   2 +-
 .../icu/source/tools/icuinfo/testplug.vcxproj |   2 +-
 .../tools/icuinfo/testplug.vcxproj.filters    |   2 +-
 .../icu/source/tools/icupkg/icupkg.vcxproj    |   2 +-
 .../source/tools/makeconv/makeconv.vcxproj    |   2 +-
 .../tools/makeconv/makeconv.vcxproj.filters   |   2 +-
 .../icu/source/tools/pkgdata/pkgdata.vcxproj  |   2 +-
 .../tools/pkgdata/pkgdata.vcxproj.filters     |   2 +-
 .../source/tools/toolutil/toolutil.vcxproj    |   2 +-
 .../libaddressinput/src/cpp/grit.gyp          |  55 ++++
 .../libaddressinput/src/cpp/gtest.gyp         |  58 ++++
 .../src/cpp/libaddressinput.gyp               |  82 +++++
 .../src/cpp/libaddressinput.gypi              |  95 ++++++
 .../libaddressinput/src/cpp/rapidjson.gyp     |  29 ++
 .../libaddressinput/src/cpp/re2.gyp           |  33 ++
 .../libwebm/source/libwebm_2008.sln           |   2 +-
 .../libwebm/source/libwebm_2010.sln           |   2 +-
 .../libwebm/source/libwebm_2010.vcxproj       |   2 +-
 .../source/libwebm_2010.vcxproj.filters       |   2 +-
 .../libwebm/source/libwebm_2013.filters       |   2 +-
 .../libwebm/source/libwebm_2013.sln           |   2 +-
 .../libwebm/source/libwebm_2013.vcxproj       |   2 +-
 .../libwebm/source/sample_2010.vcxproj        |   2 +-
 .../source/sample_2010.vcxproj.filters        |   2 +-
 .../libwebm/source/sample_2013.filters        |   2 +-
 .../libwebm/source/sample_2013.vcxproj        |   2 +-
 .../libwebm/source/sample_muxer_2010.vcxproj  |   2 +-
 .../source/sample_muxer_2010.vcxproj.filters  |   2 +-
 .../libwebm/source/sample_muxer_2013.filters  |   2 +-
 .../libwebm/source/sample_muxer_2013.vcxproj  |   2 +-
 .../libwebm/source/vttdemux_2010.vcxproj      |   2 +-
 .../source/vttdemux_2010.vcxproj.filters      |   2 +-
 .../libwebm/source/vttdemux_2013.vcxproj      |   2 +-
 .../source/vttdemux_2013.vcxproj.filters      |   2 +-
 .../third_party/npapi/npspy/windows/npspy.sln |   2 +-
 .../opus/src/win32/VS2010/celt.vcxproj        |   2 +-
 .../src/win32/VS2010/celt.vcxproj.filters     |   2 +-
 .../opus/src/win32/VS2010/opus.sln            |   2 +-
 .../opus/src/win32/VS2010/opus.vcxproj        |   2 +-
 .../src/win32/VS2010/opus.vcxproj.filters     |   2 +-
 .../opus/src/win32/VS2010/opus_demo.vcxproj   |   2 +-
 .../win32/VS2010/opus_demo.vcxproj.filters    |   2 +-
 .../opus/src/win32/VS2010/silk_common.vcxproj |   2 +-
 .../win32/VS2010/silk_common.vcxproj.filters  |   2 +-
 .../opus/src/win32/VS2010/silk_fixed.vcxproj  |   2 +-
 .../win32/VS2010/silk_fixed.vcxproj.filters   |   2 +-
 .../opus/src/win32/VS2010/silk_float.vcxproj  |   2 +-
 .../win32/VS2010/silk_float.vcxproj.filters   |   2 +-
 .../src/win32/VS2010/test_opus_api.vcxproj    |   2 +-
 .../VS2010/test_opus_api.vcxproj.filters      |   2 +-
 .../src/win32/VS2010/test_opus_decode.vcxproj |   2 +-
 .../VS2010/test_opus_decode.vcxproj.filters   |   2 +-
 .../src/win32/VS2010/test_opus_encode.vcxproj |   2 +-
 .../VS2010/test_opus_encode.vcxproj.filters   |   2 +-
 .../third_party/skia/animations/text#1.xml    |   2 +-
 .../skia/bench/ImageCacheBench.cpp            |   2 +-
 .../Callstacker/Callstacker.sln               |   2 +-
 .../Callstacker/Callstacker.vcxproj           |   2 +-
 .../Callstacker/Callstacker.vcxproj.filters   |   2 +-
 .../Callstacker/Callstacker.vcxproj.user      |   2 +-
 chromium/third_party/skia/gyp/tests.gypi      |   1 +
 .../skia/include/core/SkGraphics.h            |  44 ++-
 .../skia/src/core/SkBitmapProcState.cpp       |  19 +-
 chromium/third_party/skia/src/core/SkGlyph.h  |   2 +
 .../skia/src/core/SkScaledImageCache.cpp      |  82 +++--
 .../skia/src/core/SkScaledImageCache.h        |  35 +-
 .../skia/src/ports/SkScalerContext_win_dw.cpp |  62 +++-
 .../skia/src/ports/SkScalerContext_win_dw.h   |   9 +-
 .../third_party/skia/tools/pathops_sorter.htm |   2 +-
 .../webdriver/test_data/deletingFrame.htm     |   2 +-
 .../webdriver/test_data/sessionCookie.html    |   2 +-
 .../test_data/sessionCookieDest.html          |   2 +-
 .../patched-yasm/Mkfiles/vc9/yasm.rules       |   2 +-
 chromium/ui/aura/window_event_dispatcher.cc   |   3 +
 .../aura/window_event_dispatcher_unittest.cc  |  13 +
 chromium/ui/base/ime/chromeos/ime_keymap.cc   |  27 +-
 chromium/ui/base/ime/chromeos/ime_keymap.h    |   3 +
 chromium/ui/events/BUILD.gn                   |   4 +-
 chromium/ui/events/events.gyp                 |   4 +-
 .../gesture_provider_unittest.cc              |   3 +-
 .../gesture_detection/mock_motion_event.cc    | 204 ------------
 .../gesture_detection/mock_motion_event.h     |  86 -----
 .../events/gesture_detection/motion_event.h   |  17 +
 ...uch_disposition_gesture_filter_unittest.cc |   4 +-
 .../velocity_tracker_unittest.cc              |   3 +-
 .../ui/events/gestures/motion_event_aura.cc   |  10 +
 .../ui/events/gestures/motion_event_aura.h    |   2 +
 chromium/ui/gfx/win/dpi.cc                    |   5 +
 .../desktop_native_widget_aura.cc             |   6 +-
 chromium/v8/src/arm/code-stubs-arm.cc         |  17 +-
 chromium/v8/src/arm64/code-stubs-arm64.cc     |  17 +-
 chromium/v8/src/ia32/code-stubs-ia32.cc       |  16 +-
 chromium/v8/src/ic.cc                         |  23 +-
 chromium/v8/src/mark-compact.cc               |  15 +-
 chromium/v8/src/mips/code-stubs-mips.cc       |  17 +-
 chromium/v8/src/objects.cc                    |   4 +-
 chromium/v8/src/version.cc                    |   2 +-
 chromium/v8/src/x64/code-stubs-x64.cc         |  18 +-
 chromium/v8/src/x87/code-stubs-x87.cc         |  16 +-
 chromium/webkit/common/webpreferences.cc      |   1 +
 chromium/webkit/common/webpreferences.h       |   1 +
 .../glue/resources/webkit_strings_sr.xtb      |   2 +-
 2411 files changed, 5838 insertions(+), 3539 deletions(-)
 create mode 100644 chromium/content/browser/renderer_host/input/gesture_text_selector.cc
 create mode 100644 chromium/content/browser/renderer_host/input/gesture_text_selector.h
 create mode 100644 chromium/content/browser/renderer_host/input/gesture_text_selector_unittest.cc
 create mode 100644 chromium/content/public/OWNERS
 delete mode 100644 chromium/content/renderer/media/video_frame_deliverer.cc
 delete mode 100644 chromium/content/renderer/media/video_frame_deliverer.h
 create mode 100644 chromium/content/renderer/render_font_warmup_win.cc
 create mode 100644 chromium/content/renderer/renderer_font_platform_win.cc
 create mode 100644 chromium/content/renderer/renderer_font_platform_win.h
 create mode 100644 chromium/media/base/android/media_url_interceptor.h
 create mode 100644 chromium/third_party/libaddressinput/src/cpp/grit.gyp
 create mode 100644 chromium/third_party/libaddressinput/src/cpp/gtest.gyp
 create mode 100644 chromium/third_party/libaddressinput/src/cpp/libaddressinput.gyp
 create mode 100644 chromium/third_party/libaddressinput/src/cpp/libaddressinput.gypi
 create mode 100644 chromium/third_party/libaddressinput/src/cpp/rapidjson.gyp
 create mode 100644 chromium/third_party/libaddressinput/src/cpp/re2.gyp
 delete mode 100644 chromium/ui/events/gesture_detection/mock_motion_event.cc
 delete mode 100644 chromium/ui/events/gesture_detection/mock_motion_event.h

diff --git a/chromium/DEPS b/chromium/DEPS
index 2cd97e7dd8e..fb6ca7ffabe 100644
--- a/chromium/DEPS
+++ b/chromium/DEPS
@@ -165,19 +165,20 @@ deps_os = {
     'src/third_party/hunspell_dictionaries': None,
     'src/third_party/brotli/src': None,
     'src/third_party/webgl': None,
+    'src/third_party/hunspell': None,
     'src/third_party/scons-2.0.1': None,
     'src/third_party/webdriver/pylib': None,
     'src/chrome/test/data/perf/canvas_bench': None,
     'src/third_party/libexif/sources': None,
     'src/third_party/safe_browsing/testing': None,
     'src/third_party/libyuv': None,
-    'src/third_party/usrsctp/usrsctplib': None,
+    'src/third_party/WebKit': None,
     'src/third_party/webrtc': None,
     'src/third_party/libjpeg_turbo': None,
     'src/third_party/nss':
       '/trunk/deps/third_party/nss@277057',
     'src/third_party/bidichecker': None,
-    'src/third_party/WebKit': None,
+    'src/third_party/usrsctp/usrsctplib': None,
     'src/third_party/openmax_dl': None,
     'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None,
     'src/third_party/google_toolbox_for_mac/src':
@@ -185,8 +186,7 @@ deps_os = {
     'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': None,
     'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': None,
     'src/third_party/WebKit/public':
-      (Var("blink")) + '/branches/chromium/2062/public@179513',
-    'src/native_client': None,
+      (Var("blink")) + '/branches/chromium/2062/public@180557',
     'src/tools/page_cycler/acid3': None,
     'src/testing/iossim/third_party/class-dump':
       '/trunk/deps/third_party/class-dump@199203',
@@ -194,15 +194,15 @@ deps_os = {
     'src/third_party/libsrtp': None,
     'src/third_party/ffmpeg': None,
     'src/native_client/src/third_party/ppapi': None,
+    'src/native_client': None,
     'src/third_party/pdfium': None,
     'src/build/util/support': None,
     'src/pdf': None,
     'src/third_party/pymox/src': None,
-    'src/third_party/yasm/source/patched-yasm': None,
     'src/third_party/speex': None,
     'src/third_party/colorama/src': None,
     'src/third_party/webpagereplay': None,
-    'src/third_party/hunspell': None,
+    'src/third_party/yasm/source/patched-yasm': None,
     'src/third_party/angle': None,
     'src/v8': None,
     'src/third_party/libvpx': None,
@@ -211,10 +211,8 @@ deps_os = {
     'unix': {
       'src/third_party/fontconfig/src':
         (Var("git.chromium.org")) + '/external/fontconfig.git@f16c3118e25546c1b749f9823c51827a60aeb5c1',
-      'build/third_party/cbuildbot_chromite':
-        (Var("git.chromium.org")) + '/chromiumos/chromite.git@ff6389dc2361455d2072625a91e18672bdf03547',
-      'src/third_party/cros_system_api':
-        (Var("git.chromium.org")) + '/chromiumos/platform/system_api.git@ba73627b396a7773203a6c554ae2cc759d52eb2b',
+      'src/third_party/freetype2/src':
+        (Var("git.chromium.org")) + '/chromium/src/third_party/freetype2.git@d699c2994ecc178c4ed05ac2086061b2034c2178',
       'src/third_party/pyelftools':
         (Var("git.chromium.org")) + '/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf47265008091483b0d614e',
       'src/third_party/chromite':
@@ -225,14 +223,16 @@ deps_os = {
         '/trunk/deps/third_party/xdg-utils@203785',
       'src/third_party/undoview':
         '/trunk/deps/third_party/undoview@119694',
+      'src/third_party/cros_system_api':
+        (Var("git.chromium.org")) + '/chromiumos/platform/system_api.git@ba73627b396a7773203a6c554ae2cc759d52eb2b',
       'src/chrome/tools/test/reference_build/chrome_linux':
         '/trunk/deps/reference_builds/chrome_linux64@273882',
       'src/third_party/swig/linux':
         '/trunk/deps/third_party/swig/linux@230490',
       'src/third_party/liblouis/src':
         (Var("git.chromium.org")) + '/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5',
-      'src/third_party/freetype2/src':
-        (Var("git.chromium.org")) + '/chromium/src/third_party/freetype2.git@d699c2994ecc178c4ed05ac2086061b2034c2178',
+      'build/third_party/cbuildbot_chromite':
+        (Var("git.chromium.org")) + '/chromiumos/chromite.git@ff6389dc2361455d2072625a91e18672bdf03547',
       'src/third_party/lss':
         (Var("linux-syscall-support")) + '/trunk/lss@26'
     },
@@ -241,15 +241,15 @@ deps_os = {
         (Var("git.chromium.org")) + '/external/guava-libraries.git@c523556ab7d0f05afadebd20e7768d4c16af8771',
       'src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille':
         (Var("eyes-free")) + '/trunk/braille/client/src/com/googlecode/eyesfree/braille@797',
-      'src/pdf': None,
+      'src/third_party/freetype':
+        (Var("git.chromium.org")) + '/chromium/src/third_party/freetype.git@a2b9955b49034a51dfbc8bf9f4e9d312149cecac',
       'src/third_party/apache-mime4j':
         '/trunk/deps/third_party/apache-mime4j@170888',
-      'src/third_party/elfutils/src':
-        (Var("git.chromium.org")) + '/external/elfutils.git@43a97297be82feab4b3176a094ed701ad3ccb308',
       'src/breakpad/src':
         (Var("google-breakpad")) + '/branches/chrome_37/src@1357',
-      'src/third_party/freetype':
-        (Var("git.chromium.org")) + '/chromium/src/third_party/freetype.git@a2b9955b49034a51dfbc8bf9f4e9d312149cecac',
+      'src/third_party/elfutils/src':
+        (Var("git.chromium.org")) + '/external/elfutils.git@43a97297be82feab4b3176a094ed701ad3ccb308',
+      'src/pdf': None,
       'src/third_party/jarjar':
         '/trunk/deps/third_party/jarjar@170888',
       'src/third_party/aosp':
@@ -281,7 +281,9 @@ deps = {
   'src/third_party/libwebm/source':
     (Var("git.chromium.org")) + '/webm/libwebm.git@8be63972fdd7ae8c041778f8ba674ade903395c9',
   'src/third_party/WebKit':
-    (Var("blink")) + '/branches/chromium/2062@179513',
+    (Var("blink")) + '/branches/chromium/2062@180557',
+  'src/third_party/openssl':
+    '/trunk/deps/third_party/openssl@275836',
   'src/third_party/openmax_dl':
     (Var("webrtc")) + '/deps/third_party/openmax@6483',
   'src/third_party/libc++abi/trunk':
@@ -295,7 +297,7 @@ deps = {
   'src/media/cdm/ppapi/api':
     '/trunk/deps/cdm@273356',
   'src/third_party/skia':
-    (Var("git.chromium.org")) + '/skia.git@0c1c911ff19894031cd1b8acef3b597e26a85334',
+    (Var("git.chromium.org")) + '/skia.git@9112a5fed24da8442a5d263c634adbbf6b57862c',
   'src/tools/swarming_client':
     (Var("git.chromium.org")) + '/external/swarming.client.git@c333224ef8cf5cc41ab91f6ee9cb1fdbe3689f19',
   'src/chrome/test/data/perf/frame_rate/content':
@@ -304,28 +306,32 @@ deps = {
     (Var("ots")) + '/trunk@113',
   'src/third_party/jsoncpp/source/src/lib_json':
     (Var("jsoncpp")) + '/trunk/jsoncpp/src/lib_json@248',
+  'build/scripts/tools/deps2git':
+    '/trunk/tools/deps2git@276439',
   'src/third_party/clang_format/script':
     'http://src.chromium.org/llvm-project/cfe/trunk/tools/clang-format@206068',
+  'src/third_party/cld_2/src':
+    (Var("cld2")) + '/trunk@161',
   'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests':
     (Var("git.chromium.org")) + '/external/w3c/web-platform-tests.git@6bed4516fe8522d65512c76ef02e4f0ae8234395',
   'src/third_party/libaddressinput/src/testdata':
     (Var("libaddressinput")) + '/trunk/testdata@293',
   'src/testing/gmock':
     (Var("googlemock")) + '/trunk@410',
-  'src/tools/grit':
-    (Var("grit-i18n")) + '/trunk@169',
+  'src/third_party/libsrtp':
+    '/trunk/deps/third_party/libsrtp@261337',
   'src/third_party/mesa/src':
     '/trunk/deps/third_party/mesa@265279',
   'src/third_party/smhasher/src':
     (Var("smhasher")) + '/trunk@152',
-  'src/third_party/webrtc':
-    (Var("webrtc")) + '/branches/3.55/webrtc@6796',
-  'build/scripts/tools/deps2git':
-    '/trunk/tools/deps2git@276439',
+  'src/third_party/webpagereplay':
+    (Var("git.chromium.org")) + '/external/web-page-replay.git@b62c02d3b64cf00a2f65a82cca0721aa42c3d6ad',
+  'src/chrome/browser/resources/pdf/html_office':
+    (Var("git.chromium.org")) + '/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7359',
   'src/third_party/hunspell_dictionaries':
     '/trunk/deps/third_party/hunspell_dictionaries@255132',
   'src/native_client':
-    (Var("native_client")) + '/branches/2062/src/native_client@13567',
+    (Var("native_client")) + '/branches/2062/src/native_client@13585',
   'src/third_party/brotli/src':
     (Var("git.chromium.org")) + '/external/font-compression-reference.git@6cef49677dc4c650ef6e3f56041e0a41803afa8c',
   'src/tools/page_cycler/acid3':
@@ -333,21 +339,19 @@ deps = {
   'src/third_party/cacheinvalidation/src':
     (Var("google-cache-invalidation-api")) + '/trunk/src@331',
   'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin':
-    (Var("native_client")) + '/branches/2062/src/native_client/tests/prebuilt@13567',
+    (Var("native_client")) + '/branches/2062/src/native_client/tests/prebuilt@13585',
   'src/third_party/leveldatabase/src':
     (Var("leveldb")) + '/trunk@80',
-  'src/third_party/webpagereplay':
-    (Var("git.chromium.org")) + '/external/web-page-replay.git@b62c02d3b64cf00a2f65a82cca0721aa42c3d6ad',
-  'src/third_party/cld_2/src':
-    (Var("cld2")) + '/trunk@161',
+  'build':
+    '/trunk/tools/build@278895',
+  'src/tools/gyp':
+    (Var("gyp")) + '/trunk@1944',
   'src/chrome/test/data/perf/canvas_bench':
     '/trunk/deps/canvas_bench@122605',
-  'src/sdch/open-vcdiff':
-    (Var("open-vcdiff")) + '/trunk@42',
-  'src/third_party/angle':
-    (Var("git.chromium.org")) + '/angle/angle.git@c333af9c8e6b776363b722d9e9c4fed0b597f984',
-  'build/third_party/lighttpd':
-    '/trunk/deps/third_party/lighttpd@58968',
+  'src/third_party/ffmpeg':
+    (Var("git.chromium.org")) + '/chromium/third_party/ffmpeg.git@5c3de8094903dd2162232b8f1be916c46acdd8f5',
+  'src/third_party/hunspell':
+    '/trunk/deps/third_party/hunspell@256272',
   'src/buildtools':
     (Var("git.chromium.org")) + '/chromium/buildtools.git@10a5251e71445a832953f1374bbbbe60ad019144',
   'src/third_party/scons-2.0.1':
@@ -358,10 +362,8 @@ deps = {
     (Var("sctp-refimpl")) + '/trunk/KERN/usrsctp/usrsctplib@8875',
   'build/scripts/gsd_generate_index':
     '/trunk/tools/gsd_generate_index@164784',
-  'src/chrome/browser/resources/pdf/html_office':
-    (Var("git.chromium.org")) + '/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7359',
-  'src/third_party/webgl/src':
-    (Var("git.chromium.org")) + '/external/khronosgroup/webgl.git@0475a2763fc30cbed22740f8a9ef53a82f03b4ac',
+  'build/third_party/lighttpd':
+    '/trunk/deps/third_party/lighttpd@58968',
   'src/third_party/libyuv':
     (Var("libyuv")) + '/trunk@1007',
   'src/third_party/libjingle/source/talk':
@@ -376,18 +378,16 @@ deps = {
     'https://pdfium.googlesource.com/pdfium.git@a2dfb95353c8e4851300f8d53d4659e1b764c31d',
   'src/third_party/libphonenumber/src/phonenumbers':
     (Var("libphonenumber")) + '/trunk/cpp/src/phonenumbers@621',
-  'src/third_party/openssl':
-    '/trunk/deps/third_party/openssl@275836',
+  'src/third_party/libphonenumber/src/resources':
+    (Var("libphonenumber")) + '/trunk/resources@621',
   'src/third_party/trace-viewer':
     (Var("trace-viewer")) + '/trunk@1281',
   'src/third_party/yasm/source/patched-yasm':
     '/trunk/deps/third_party/yasm/patched-yasm@167605',
   'src/third_party/safe_browsing/testing':
     (Var("google-safe-browsing")) + '/trunk/testing@112',
-  'src/third_party/ffmpeg':
-    (Var("git.chromium.org")) + '/chromium/third_party/ffmpeg.git@5c3de8094903dd2162232b8f1be916c46acdd8f5',
-  'build':
-    '/trunk/tools/build@278895',
+  'src/sdch/open-vcdiff':
+    (Var("open-vcdiff")) + '/trunk@42',
   'build/scripts/command_wrapper/bin':
     '/trunk/tools/command_wrapper/bin@135178',
   'src/testing/gtest':
@@ -402,32 +402,32 @@ deps = {
     '/trunk/deps/third_party/speex@272757',
   'src/third_party/opus/src':
     '/trunk/deps/third_party/opus@256783',
-  'src/third_party/libphonenumber/src/resources':
-    (Var("libphonenumber")) + '/trunk/resources@621',
+  'src/tools/grit':
+    (Var("grit-i18n")) + '/trunk@169',
   'src/third_party/colorama/src':
     (Var("git.chromium.org")) + '/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
   'src/third_party/snappy/src':
     (Var("snappy")) + '/trunk@80',
   'src/breakpad/src':
     (Var("google-breakpad")) + '/trunk/src@1338',
-  'src/third_party/hunspell':
-    '/trunk/deps/third_party/hunspell@256272',
+  'src/third_party/webrtc':
+    (Var("webrtc")) + '/branches/3.55/webrtc@6796',
   'src/tools/deps2git':
     '/trunk/tools/deps2git@276439',
   'src/third_party/libjpeg_turbo':
     '/trunk/deps/third_party/libjpeg_turbo@272637',
-  'src/third_party/libsrtp':
-    '/trunk/deps/third_party/libsrtp@261337',
+  'src/third_party/angle':
+    (Var("git.chromium.org")) + '/angle/angle.git@f4126d2b9eb008d4e792fff2592f338e19c68569',
   'src/v8':
-    (Var("v8")) + '/branches/3.27@22822',
+    (Var("v8")) + '/branches/3.27@23158',
   'src/third_party/pywebsocket/src':
     (Var("pywebsocket")) + '/trunk/src@790',
   'src/third_party/libvpx':
     '/trunk/deps/third_party/libvpx@278497',
   'src/third_party/swig/Lib':
     '/trunk/deps/third_party/swig/Lib@230490',
-  'src/tools/gyp':
-    (Var("gyp")) + '/trunk@1944'
+  'src/third_party/webgl/src':
+    (Var("git.chromium.org")) + '/external/khronosgroup/webgl.git@0475a2763fc30cbed22740f8a9ef53a82f03b4ac'
 }
 
 skip_child_includes = [
diff --git a/chromium/android_webview/android_webview.gyp b/chromium/android_webview/android_webview.gyp
index 2efc46c1b57..1a043657fec 100644
--- a/chromium/android_webview/android_webview.gyp
+++ b/chromium/android_webview/android_webview.gyp
@@ -99,6 +99,7 @@
         '../components/components.gyp:visitedlink_renderer',
         '../components/components.gyp:web_contents_delegate_android',
         '../content/content.gyp:content_app_both',
+        '../content/content.gyp:content_browser',
         '../gpu/gpu.gyp:command_buffer_service',
         '../gpu/gpu.gyp:gles2_implementation',
         '../gpu/gpu.gyp:gl_in_process_context',
@@ -268,7 +269,7 @@
           'includes': [ '../build/java.gypi' ],
         },
       ],
-     }, { # android_webview_build==1
+     }, {  # android_webview_build==1
       'targets': [
         {
           'target_name': 'android_webview_jarjar_ui_resources',
diff --git a/chromium/android_webview/android_webview_tests.gypi b/chromium/android_webview/android_webview_tests.gypi
index 390732ad202..1639e6012a0 100644
--- a/chromium/android_webview/android_webview_tests.gypi
+++ b/chromium/android_webview/android_webview_tests.gypi
@@ -105,6 +105,7 @@
         'browser/net/input_stream_reader_unittest.cc',
         'lib/main/webview_tests.cc',
         'native/aw_contents_client_bridge_unittest.cc',
+        'native/aw_media_url_interceptor_unittest.cc',
         'native/input_stream_unittest.cc',
         'native/permission/media_access_permission_request_unittest.cc',
         'native/permission/permission_request_handler_unittest.cc',
@@ -145,7 +146,18 @@
       ],
       'variables': {
         'test_suite_name': 'android_webview_unittests',
+        'additional_input_paths': [
+          '<(PRODUCT_DIR)/android_webview_unittests_apk/assets/asset_file.ogg',
+        ],
       },
+      'copies': [
+        {
+          'destination': '<(PRODUCT_DIR)/android_webview_unittests_apk/assets',
+          'files': [
+            'test/unittest/assets/asset_file.ogg',
+          ],
+        },
+      ],
       'includes': [ '../build/apk_test.gypi' ],
     },
   ],
diff --git a/chromium/android_webview/native/webview_native.gyp b/chromium/android_webview/native/webview_native.gyp
index f8c70d98806..cdd6f1f540d 100644
--- a/chromium/android_webview/native/webview_native.gyp
+++ b/chromium/android_webview/native/webview_native.gyp
@@ -16,6 +16,7 @@
         '../../components/components.gyp:autofill_content_browser',
         '../../components/components.gyp:web_contents_delegate_android',
         '../../content/content.gyp:content_common',
+        '../../media/media.gyp:player_android',
         '../../net/net.gyp:net',
         '../../skia/skia.gyp:skia',
         '../../ui/base/ui_base.gyp:ui_base',
@@ -36,6 +37,8 @@
         'android_protocol_handler.h',
         'android_webview_jni_registrar.cc',
         'android_webview_jni_registrar.h',
+        'aw_assets.cc',
+        'aw_assets.h',
         'aw_autofill_client.cc',
         'aw_autofill_client.h',
         'aw_browser_dependency_factory.cc',
@@ -54,6 +57,8 @@
         'aw_form_database.h',
         'aw_http_auth_handler.cc',
         'aw_http_auth_handler.h',
+        'aw_media_url_interceptor.cc',
+        'aw_media_url_interceptor.h',
         'aw_pdf_exporter.cc',
         'aw_pdf_exporter.h',
         'aw_picture.cc',
@@ -117,6 +122,7 @@
       'type': 'none',
       'sources': [
           '../java/src/org/chromium/android_webview/AndroidProtocolHandler.java',
+          '../java/src/org/chromium/android_webview/AwAssets.java',
           '../java/src/org/chromium/android_webview/AwAutofillClient.java',
           '../java/src/org/chromium/android_webview/AwContents.java',
           '../java/src/org/chromium/android_webview/AwContentsClientBridge.java',
diff --git a/chromium/base/win/iat_patch_function.cc b/chromium/base/win/iat_patch_function.cc
index 21c39950cc3..765592782fd 100644
--- a/chromium/base/win/iat_patch_function.cc
+++ b/chromium/base/win/iat_patch_function.cc
@@ -40,56 +40,6 @@ void* GetIATFunction(IMAGE_THUNK_DATA* iat_thunk) {
   iat_function.thunk = *iat_thunk;
   return iat_function.pointer;
 }
-// Change the page protection (of code pages) to writable and copy
-// the data at the specified location
-//
-// Arguments:
-// old_code               Target location to copy
-// new_code               Source
-// length                 Number of bytes to copy
-//
-// Returns: Windows error code (winerror.h). NO_ERROR if successful
-DWORD ModifyCode(void* old_code, void* new_code, int length) {
-  if ((NULL == old_code) || (NULL == new_code) || (0 == length)) {
-    NOTREACHED();
-    return ERROR_INVALID_PARAMETER;
-  }
-
-  // Change the page protection so that we can write.
-  MEMORY_BASIC_INFORMATION memory_info;
-  DWORD error = NO_ERROR;
-  DWORD old_page_protection = 0;
-
-  if (!VirtualQuery(old_code, &memory_info, sizeof(memory_info))) {
-    error = GetLastError();
-    return error;
-  }
-
-  DWORD is_executable = (PAGE_EXECUTE | PAGE_EXECUTE_READ |
-                        PAGE_EXECUTE_READWRITE | PAGE_EXECUTE_WRITECOPY) &
-                        memory_info.Protect;
-
-  if (VirtualProtect(old_code,
-                     length,
-                     is_executable ? PAGE_EXECUTE_READWRITE :
-                                     PAGE_READWRITE,
-                     &old_page_protection)) {
-
-    // Write the data.
-    CopyMemory(old_code, new_code, length);
-
-    // Restore the old page protection.
-    error = ERROR_SUCCESS;
-    VirtualProtect(old_code,
-                  length,
-                  old_page_protection,
-                  &old_page_protection);
-  } else {
-    error = GetLastError();
-  }
-
-  return error;
-}
 
 bool InterceptEnumCallback(const base::win::PEImage& image, const char* module,
                            DWORD ordinal, const char* name, DWORD hint,
@@ -216,6 +166,57 @@ DWORD RestoreImportedFunction(void* intercept_function,
 
 }  // namespace
 
+// Change the page protection (of code pages) to writable and copy
+// the data at the specified location
+//
+// Arguments:
+// old_code               Target location to copy
+// new_code               Source
+// length                 Number of bytes to copy
+//
+// Returns: Windows error code (winerror.h). NO_ERROR if successful
+DWORD ModifyCode(void* old_code, void* new_code, int length) {
+  if ((NULL == old_code) || (NULL == new_code) || (0 == length)) {
+    NOTREACHED();
+    return ERROR_INVALID_PARAMETER;
+  }
+
+  // Change the page protection so that we can write.
+  MEMORY_BASIC_INFORMATION memory_info;
+  DWORD error = NO_ERROR;
+  DWORD old_page_protection = 0;
+
+  if (!VirtualQuery(old_code, &memory_info, sizeof(memory_info))) {
+    error = GetLastError();
+    return error;
+  }
+
+  DWORD is_executable = (PAGE_EXECUTE | PAGE_EXECUTE_READ |
+                        PAGE_EXECUTE_READWRITE | PAGE_EXECUTE_WRITECOPY) &
+                        memory_info.Protect;
+
+  if (VirtualProtect(old_code,
+                     length,
+                     is_executable ? PAGE_EXECUTE_READWRITE :
+                                     PAGE_READWRITE,
+                     &old_page_protection)) {
+
+    // Write the data.
+    CopyMemory(old_code, new_code, length);
+
+    // Restore the old page protection.
+    error = ERROR_SUCCESS;
+    VirtualProtect(old_code,
+                  length,
+                  old_page_protection,
+                  &old_page_protection);
+  } else {
+    error = GetLastError();
+  }
+
+  return error;
+}
+
 IATPatchFunction::IATPatchFunction()
     : module_handle_(NULL),
       original_function_(NULL),
diff --git a/chromium/base/win/iat_patch_function.h b/chromium/base/win/iat_patch_function.h
index 5026e0eb954..b4008414750 100644
--- a/chromium/base/win/iat_patch_function.h
+++ b/chromium/base/win/iat_patch_function.h
@@ -59,6 +59,7 @@ class BASE_EXPORT IATPatchFunction {
 
   void* original_function() const;
 
+
  private:
   HMODULE module_handle_;
   void* intercept_function_;
@@ -68,6 +69,8 @@ class BASE_EXPORT IATPatchFunction {
   DISALLOW_COPY_AND_ASSIGN(IATPatchFunction);
 };
 
+BASE_EXPORT DWORD ModifyCode(void* old_code, void* new_code, int length);
+
 }  // namespace win
 }  // namespace base
 
diff --git a/chromium/build/output_dll_copy.rules b/chromium/build/output_dll_copy.rules
index a0de2ff57f9..c6e905131d4 100644
--- a/chromium/build/output_dll_copy.rules
+++ b/chromium/build/output_dll_copy.rules
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <VisualStudioToolFile
 	Name="Output DLL copy"
 	Version="8.00"
diff --git a/chromium/build/util/LASTCHANGE b/chromium/build/util/LASTCHANGE
index 129bedbf753..cfddbde64d0 100644
--- a/chromium/build/util/LASTCHANGE
+++ b/chromium/build/util/LASTCHANGE
@@ -1 +1 @@
-LASTCHANGE=287650
+LASTCHANGE=291558
diff --git a/chromium/build/util/LASTCHANGE.blink b/chromium/build/util/LASTCHANGE.blink
index 8755db11438..ddd8173d5eb 100644
--- a/chromium/build/util/LASTCHANGE.blink
+++ b/chromium/build/util/LASTCHANGE.blink
@@ -1 +1 @@
-LASTCHANGE=179513
+LASTCHANGE=180557
diff --git a/chromium/build/whitespace_file.txt b/chromium/build/whitespace_file.txt
index a572ea5c186..5b840efbc11 100644
--- a/chromium/build/whitespace_file.txt
+++ b/chromium/build/whitespace_file.txt
@@ -112,7 +112,7 @@ still higher than other birds upon the plain, even though they soar.
 
 I'm here to commit lines and drop rhymes
 *
-This is a line to test and try uploading a cl. 
+This is a line to test and try uploading a cl.
 
 And lo, in the year 2014, there was verily an attempt to upgrade to GCC 4.8 on
 the Android bots, and it was good. Except on one bot, where it was bad. And
@@ -125,3 +125,5 @@ bot, and perhaps it will rebuild with GCC 4.6, which hath worked for many many
 seasons. And so they modified the whitespace file with these immortal lines,
 and visited it upon the bots, that great destruction might be wrought upon
 their outdated binaries. In clobberus, veritas.
+
+Whitespace change to ensure numbering daemon is working.
diff --git a/chromium/cc/layers/delegated_renderer_layer_impl.cc b/chromium/cc/layers/delegated_renderer_layer_impl.cc
index a233673263a..e94fd2a1b24 100644
--- a/chromium/cc/layers/delegated_renderer_layer_impl.cc
+++ b/chromium/cc/layers/delegated_renderer_layer_impl.cc
@@ -389,13 +389,14 @@ void DelegatedRendererLayerImpl::AppendRenderPassQuads(
   for (size_t i = 0; i < delegated_render_pass->quad_list.size(); ++i) {
     const DrawQuad* delegated_quad = delegated_render_pass->quad_list[i];
 
+    bool is_root_delegated_render_pass =
+        delegated_render_pass == render_passes_in_draw_order_.back();
+
     if (delegated_quad->shared_quad_state != delegated_shared_quad_state) {
       delegated_shared_quad_state = delegated_quad->shared_quad_state;
       output_shared_quad_state = quad_sink->CreateSharedQuadState();
       output_shared_quad_state->CopyFrom(delegated_shared_quad_state);
 
-      bool is_root_delegated_render_pass =
-          delegated_render_pass == render_passes_in_draw_order_.back();
       if (is_root_delegated_render_pass) {
         gfx::Transform delegated_frame_to_target_transform = draw_transform();
         delegated_frame_to_target_transform.Scale(inverse_device_scale_factor_,
@@ -428,9 +429,17 @@ void DelegatedRendererLayerImpl::AppendRenderPassQuads(
     }
     DCHECK(output_shared_quad_state);
 
+    gfx::Transform quad_content_to_delegated_target_space =
+        output_shared_quad_state->content_to_target_transform;
+    if (!is_root_delegated_render_pass) {
+      quad_content_to_delegated_target_space.ConcatTransform(
+          quad_sink->render_pass()->transform_to_root_target);
+      quad_content_to_delegated_target_space.ConcatTransform(draw_transform());
+    }
+
     gfx::Rect quad_visible_rect = quad_sink->UnoccludedContentRect(
-        delegated_quad->visible_rect,
-        output_shared_quad_state->content_to_target_transform);
+        delegated_quad->visible_rect, quad_content_to_delegated_target_space);
+
     if (quad_visible_rect.IsEmpty())
       continue;
 
diff --git a/chromium/cc/layers/delegated_renderer_layer_impl_unittest.cc b/chromium/cc/layers/delegated_renderer_layer_impl_unittest.cc
index c4bedddd926..9556190df35 100644
--- a/chromium/cc/layers/delegated_renderer_layer_impl_unittest.cc
+++ b/chromium/cc/layers/delegated_renderer_layer_impl_unittest.cc
@@ -1522,6 +1522,33 @@ TEST_F(DelegatedRendererLayerImplTest, Occlusion) {
                 impl.quad_list()[0]->visible_rect.ToString());
     }
   }
+  {
+    gfx::Rect occluded(0, 0, 500, 1000);
+    // Move the occlusion to where it is in the contributing surface.
+    occluded -= quad_rect.OffsetFromOrigin() + gfx::Vector2d(11, 0);
+
+    SCOPED_TRACE("Contributing render pass with transformed root");
+
+    delegated_renderer_layer_impl->SetTransform(transform);
+    impl.CalcDrawProps(viewport_size);
+
+    impl.AppendQuadsForPassWithOcclusion(
+        delegated_renderer_layer_impl, pass2_id, occluded);
+    size_t partially_occluded_count = 0;
+    LayerTestCommon::VerifyQuadsCoverRectWithOcclusion(
+        impl.quad_list(),
+        gfx::Rect(quad_rect.size()),
+        occluded,
+        &partially_occluded_count);
+    // The layer outputs one quad, which is partially occluded.
+    EXPECT_EQ(1u, impl.quad_list().size());
+    EXPECT_EQ(1u, partially_occluded_count);
+    // The quad in the contributing surface is at (222,300) in the transformed
+    // root. The occlusion extends to 500 in the x-axis, pushing the left of the
+    // visible part of the quad to 500 - 222 = 300 - 22 inside the quad.
+    EXPECT_EQ(gfx::Rect(300 - 22, 0, 100 + 22, 500).ToString(),
+              impl.quad_list()[0]->visible_rect.ToString());
+  }
 }
 
 TEST_F(DelegatedRendererLayerImplTest, PushPropertiesTo) {
diff --git a/chromium/cc/layers/picture_image_layer.cc b/chromium/cc/layers/picture_image_layer.cc
index a65ac8c9318..7031ec0913f 100644
--- a/chromium/cc/layers/picture_image_layer.cc
+++ b/chromium/cc/layers/picture_image_layer.cc
@@ -54,17 +54,14 @@ void PictureImageLayer::PaintContents(
       SkFloatToScalar(static_cast<float>(bounds().height()) / bitmap_.height());
   canvas->scale(content_to_layer_scale_x, content_to_layer_scale_y);
 
-  // Because PictureImageLayer always FillsBoundsCompletely it will not clear
-  // before painting on playback. As a result we must configure the paint to
-  // copy over the uncleared destination, rather than blending with it.
-  SkPaint paint;
-  paint.setXfermodeMode(SkXfermode::kSrc_Mode);
-  canvas->drawBitmap(bitmap_, 0, 0, &paint);
+  // Because Android WebView resourceless software draw mode rasters directly
+  // to the root canvas, this draw must use the kSrcOver_Mode so that
+  // transparent images blend correctly.
+  canvas->drawBitmap(bitmap_, 0, 0);
 }
 
 bool PictureImageLayer::FillsBoundsCompletely() const {
-  // PictureImageLayer will always paint to the entire layer bounds.
-  return true;
+  return false;
 }
 
 }  // namespace cc
diff --git a/chromium/cc/layers/quad_sink.h b/chromium/cc/layers/quad_sink.h
index c033bfb489e..bf82d046d82 100644
--- a/chromium/cc/layers/quad_sink.h
+++ b/chromium/cc/layers/quad_sink.h
@@ -43,6 +43,8 @@ class CC_EXPORT QuadSink {
 
   virtual void Append(scoped_ptr<DrawQuad> draw_quad);
 
+  const RenderPass* render_pass() const { return render_pass_; }
+
  protected:
   RenderPass* render_pass_;
 
diff --git a/chromium/chrome/VERSION b/chromium/chrome/VERSION
index 63cdcefffe7..97c5543762e 100644
--- a/chromium/chrome/VERSION
+++ b/chromium/chrome/VERSION
@@ -1,4 +1,4 @@
 MAJOR=37
 MINOR=0
 BUILD=2062
-PATCH=68
+PATCH=103
diff --git a/chromium/chrome/app/resources/chromium_strings_hi.xtb b/chromium/chrome/app/resources/chromium_strings_hi.xtb
index 6f2b96099ec..64874172950 100644
--- a/chromium/chrome/app/resources/chromium_strings_hi.xtb
+++ b/chromium/chrome/app/resources/chromium_strings_hi.xtb
@@ -77,7 +77,7 @@
         <ph name="ADVANCED_TITLE"/>
         पर जाएं और का &quot;<ph name="NO_PREFETCH_DESCRIPTION"/>&quot; चयन रद्द करें.
         यदि इससे समस्या का समाधान नहीं होता, तो बेहतर प्रदर्शन के लिए हम इस
-        विकल्प को पुन: चुनने की अनुशंसा करते हैं.</translation>
+        विकल्प को पुन: चुनने की सुझाव देते हैं.</translation>
 <translation id="7463979740390522693">Chromium - सूचनाएं (<ph name="QUANTITY"/> अपठित)</translation>
 <translation id="225614027745146050">आपका स्वागत है</translation>
 <translation id="5823381412099532241">क्रोमियम स्वयं को नवीनतम संस्करण में अपडेट नहीं कर सका, इसलिए आप शानदार नई सुविधाओं और सुरक्षा समाधानों का लाभ नहीं ले पा रहे हैं. आपको क्रोमियम को अपडेट करना होगा.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_am.xtb b/chromium/chrome/app/resources/generated_resources_am.xtb
index 3731b183ef2..58c4fd49ce2 100644
--- a/chromium/chrome/app/resources/generated_resources_am.xtb
+++ b/chromium/chrome/app/resources/generated_resources_am.xtb
@@ -2937,7 +2937,7 @@ nil</translation>
 <translation id="7347751611463936647">ይህንን ቅጥያ ለመጠቀም «<ph name="EXTENSION_KEYWORD"/>» ብለው፣ ከዚያ TAB፣ ከዚያ ትዕዛዝዎን ወይም ፍለጋዎን ይተይቡ።</translation>
 <translation id="878431691778285679">አስቀድመው በዚያ ስም ያለ ተጠቃሚ እያስተዳደሩ ያሉ ይመስላል። <ph name="LINE_BREAK"/><ph name="BEGIN_LINK"/><ph name="PROFILE_NAME"/>ን ወደዚህ መሳሪያ ማስመጣት<ph name="END_LINK"/> ፈልገው ነበር?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> ማይክሮፎንዎን መጠቀም ይፈልጋል።</translation>
-<translation id="2805756323405976993">ትግበራዎች </translation>
+<translation id="2805756323405976993">መተግበሪያዎች</translation>
 <translation id="5151511998946489774">የዚህ ድር ጣቢያ ማንነት በ<ph name="ISSUER"/> የተረጋገጠ ሲሆን በይፋ ኦዲት መደረግ የሚችል ነው።</translation>
 <translation id="1608626060424371292">ይህን ተጠቃሚ አስወግድ</translation>
 <translation id="2779552785085366231">ይህ ገጽ ወደ የመተግበሪያ አስጀማሪ ሊታከል ይችላል።</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_ar.xtb b/chromium/chrome/app/resources/generated_resources_ar.xtb
index 671c166f6c6..ba863fbc37a 100644
--- a/chromium/chrome/app/resources/generated_resources_ar.xtb
+++ b/chromium/chrome/app/resources/generated_resources_ar.xtb
@@ -2885,7 +2885,7 @@
 <translation id="7347751611463936647">‏لاستخدام هذه الإضافة، اكتب &quot;<ph name="EXTENSION_KEYWORD"/>&quot;، ثم TAB، ثم الأمر أو البحث.</translation>
 <translation id="878431691778285679">يبدو أنك تدير مستخدمًا من خلال هذا الاسم فعلاً.<ph name="LINE_BREAK"/>هل كنت تريد <ph name="BEGIN_LINK"/>الاستيراد <ph name="PROFILE_NAME"/> إلى هذا الجهاز<ph name="END_LINK"/>؟</translation>
 <translation id="2912905526406334195">يريد <ph name="HOST"/> استخدام الميكروفون.</translation>
-<translation id="2805756323405976993">التطبيقات</translation>
+<translation id="2805756323405976993">تطبيقات</translation>
 <translation id="5151511998946489774">تم التحقق من هوية موقع الويب هذا بواسطة <ph name="ISSUER"/> وهو قابل للتدقيق بشكل عام.</translation>
 <translation id="1608626060424371292">إزالة هذا المستخدم</translation>
 <translation id="2779552785085366231">‏يمكن إضافة هذه الصفحة إلى تطبيقات Launcher</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_da.xtb b/chromium/chrome/app/resources/generated_resources_da.xtb
index 88f3f76f285..abf291bb1f0 100644
--- a/chromium/chrome/app/resources/generated_resources_da.xtb
+++ b/chromium/chrome/app/resources/generated_resources_da.xtb
@@ -129,7 +129,7 @@
 <translation id="2972581237482394796">&amp;Annuller fortryd</translation>
 <translation id="5895138241574237353">Genstart</translation>
 <translation id="7012312584667795941">Identiteten af <ph name="ORGANIZATION"/> beliggende i <ph name="LOCALITY"/> er bekræftet af <ph name="ISSUER"/>, men virksomhedens dokumenter til offentlig revision kunne ikke bekræftes.</translation>
-<translation id="7113502843173351041">Kend din e-mailadresse</translation>
+<translation id="7113502843173351041">Kende din e-mailadresse</translation>
 <translation id="3726463242007121105">Denne enhed kan ikke åbnes, fordi dens filsystem ikke understøttes.</translation>
 <translation id="5606674617204776232"><ph name="PEPPER_PLUGIN_NAME"/> på <ph name="PEPPER_PLUGIN_DOMAIN"/> vil gerne have adgang til din enhed.</translation>
 <translation id="9008201768610948239">Ignorer</translation>
@@ -176,7 +176,7 @@
 <translation id="8804398419035066391">Kommunikere med andre websites</translation>
 <translation id="6023914116273780353">Tilpassede</translation>
 <translation id="7082055294850503883">Ignorer som standard CapsLock og indtastning af små bogstaver</translation>
-<translation id="4989966318180235467">Inspicer &amp;baggrundsside</translation>
+<translation id="4989966318180235467">Undersøg &amp;baggrundsside</translation>
 <translation id="4744603770635761495">Eksekverbar sti</translation>
 <translation id="3719826155360621982">Startside</translation>
 <translation id="5376169624176189338">Klik for at gå tilbage. Hold knappen inde for at se historikken.</translation>
@@ -260,7 +260,7 @@
 <translation id="7982789257301363584">Netværk</translation>
 <translation id="2271281383664374369">Udvidelsesanmodninger til denne webadresse er blevet midlertidigt tilbageholdt.</translation>
 <translation id="8528962588711550376">Logger ind...</translation>
-<translation id="2336228925368920074">Føj alle faner til Bogmærker...</translation>
+<translation id="2336228925368920074">Tilføj alle faner som bogmærker...</translation>
 <translation id="8774934320277480003">Topmargen</translation>
 <translation id="1390548061267426325">Ã…bn som almindelig fane</translation>
 <translation id="8821003679187790298">Aktivér en forenklet og forbedret oplevelse i fuld skærm på Mac.</translation>
@@ -592,7 +592,7 @@
 <translation id="5707185214361380026">Det var ikke muligt at indlæse udvidelsen fra:</translation>
 <translation id="7331786426925973633">En webbrowser, som er skabt til hurtighed, enkelhed og sikkerhed</translation>
 <translation id="5584537427775243893">Importerer</translation>
-<translation id="4779735050989188948">Manipuler de indstillinger, som styrer websites' adgang til cookies, JavaScript og plug-ins</translation>
+<translation id="4779735050989188948">Manipulere de indstillinger, som styrer websites' adgang til cookies, JavaScript og plug-ins</translation>
 <translation id="168841957122794586">Servercertifikatet indeholder en svag kryptografisk nøgle.</translation>
 <translation id="4181841719683918333">Sprog</translation>
 <translation id="1758831820837444715">Konfigurer Ethernet-netværk</translation>
@@ -651,7 +651,7 @@
 <translation id="2152580633399033274">Vis alle billeder (anbefales)</translation>
 <translation id="5618075537869101857">Kioskapplikationen kunne desværre ikke startes.</translation>
 <translation id="6196041699996825846">Få flere oplysninger om gæstesession</translation>
-<translation id="337286756654493126">Læs mapper, som du åbner i applikationen</translation>
+<translation id="337286756654493126">Læse mapper, som du åbner i applikationen</translation>
 <translation id="2783661497142353826">Administrer kioskapplikationer</translation>
 <translation id="5701101281789450335">Indstillinger for sprog og indtastning...</translation>
 <translation id="5483838506518938965">SÃ¥ er du klar</translation>
@@ -739,7 +739,7 @@
 <translation id="7968833647796919681">Aktivér registrering af data om ydeevne</translation>
 <translation id="7645176681409127223"><ph name="USER_NAME"/> (ejer)</translation>
 <translation id="8427933533533814946">Foto af</translation>
-<translation id="5078638979202084724">Føj alle faner til Bogmærker</translation>
+<translation id="5078638979202084724">Tilføj alle faner som bogmærker</translation>
 <translation id="5585118885427931890">Bogmærkemappen blev ikke oprettet.</translation>
 <translation id="2553100941515833716">Gendan installationstilstanden for applisten ved genstart.</translation>
 <translation id="6019169947004469866">Beskær</translation>
@@ -837,7 +837,7 @@
 <translation id="2192280117622171197">En udvidelse har ændret, hvilken side der vises, når du søger via omnifeltet.</translation>
 <translation id="2731700343119398978">Vent et øjeblik...</translation>
 <translation id="5731751937436428514">Vietnamesisk indtastningsmetode (VIQR)</translation>
-<translation id="8412144371993786373">Føj den aktuelle side til Bogmærker</translation>
+<translation id="8412144371993786373">Tilføj den aktuelle side som bogmærke</translation>
 <translation id="1151169732719877940">Aktivér overenstemmende identitet mellem browser og cookie jar</translation>
 <translation id="7615851733760445951">&lt;ingen cookie er valgt&gt;</translation>
 <translation id="2493021387995458222">Vælg &quot;ord ad gangen&quot;</translation>
@@ -1147,7 +1147,7 @@ Beregner resterende tid</translation>
 <translation id="1849186935225320012">Denne side har fuld kontrol over MIDI-enheder.</translation>
 <translation id="7309416673261215716">Udvidelsens version</translation>
 <translation id="6840313690797192085">$1 PB</translation>
-<translation id="5971037678316050792">Kontrollér tilstand og parring af Bluetooth-adaptere</translation>
+<translation id="5971037678316050792">Kontrollere tilstand og parring af Bluetooth-adaptere</translation>
 <translation id="3313590242757056087">Du kan angive, hvilke websites den administrerede bruger skal kunne se, ved at konfigurere begrænsninger
     og indstillinger på <ph name="MANAGEMENT_URL"/>.
     Hvis du ikke ændrer standardindstillingerne, kan <ph name="USER_DISPLAY_NAME"/>
@@ -1364,7 +1364,7 @@ Beregner resterende tid</translation>
 <translation id="5380103295189760361">Hold Ctrl, Alt, Shift eller Søg nede for at se tastaturgenveje for disse ændringstaster.</translation>
 <translation id="7791543448312431591">Tilføj</translation>
 <translation id="8569764466147087991">Vælg den fil, der skal åbnes</translation>
-<translation id="9131487537093447019">Send beskeder til og modtag beskeder fra Bluetooth-enheder.</translation>
+<translation id="9131487537093447019">Sende beskeder til og modtage beskeder fra Bluetooth-enheder.</translation>
 <translation id="3010279545267083280">Adgangskoden er slettet</translation>
 <translation id="4275663329226226506">Medier</translation>
 <translation id="3629630062892748850">Relaterede webadresser og søgninger på Google.com</translation>
@@ -1737,7 +1737,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="4776917500594043016">Adgangskode for <ph name="USER_EMAIL_ADDRESS"/></translation>
 <translation id="7792012425874949788">Der opstod en fejl under login</translation>
 <translation id="4105563239298244027">FÃ¥ 1 TB gratis plads med Google Drev</translation>
-<translation id="8889883017054825362">Læs og rediger din browserhistorik</translation>
+<translation id="8889883017054825362">Læse og redigere din browserhistorik</translation>
 <translation id="7724603315864178912">Klip</translation>
 <translation id="8456681095658380701">Ugyldigt navn</translation>
 <translation id="3518086201899641494">Underretninger om captive portals</translation>
@@ -1805,7 +1805,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="3810973564298564668">Valgmuligheder</translation>
 <translation id="254416073296957292">&amp;Sprogindstillinger...</translation>
 <translation id="6652975592920847366">Opret et genoprettelsesmedie til operativsystemet</translation>
-<translation id="3759933321830434300">Bloker dele af websiderne</translation>
+<translation id="3759933321830434300">Blokere dele af websiderne</translation>
 <translation id="52912272896845572">Den private nøglefil er ugyldig.</translation>
 <translation id="3232318083971127729">Værdi:</translation>
 <translation id="8807632654848257479">Stabil</translation>
@@ -1835,7 +1835,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="2902382079633781842">Bogmærket blev tilføjet.</translation>
 <translation id="5436510242972373446">Søg på <ph name="SITE_NAME"/>:</translation>
 <translation id="3800764353337460026">Symboltypografi</translation>
-<translation id="1278049586634282054">Se visninger:</translation>
+<translation id="1278049586634282054">Undersøg visninger:</translation>
 <translation id="3254434849914415189">Vælg standardappen for <ph name="FILE_TYPE"/>-filer:</translation>
 <translation id="4991420928586866460">Brug tasterne på øverste række som funktionstaster</translation>
 <translation id="4350019051035968019">Denne enhed kan ikke tilmeldes det domæne, som din konto hører under, da enheden er markeret til administration på et andet domæne.</translation>
@@ -1879,7 +1879,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="473775607612524610">Opdater</translation>
 <translation id="6122081475643980456">Din internetforbindelse bliver kontrolleret</translation>
 <translation id="8812403718714328880"><ph name="PRODUCT_NAME"/> har blokeret adgangen til <ph name="HOST_NAME"/> indtil videre.</translation>
-<translation id="2773013129377709345">Tilsidesæt brugergrænsefladen for bogmærker</translation>
+<translation id="2773013129377709345">Tilsidesætte brugergrænsefladen for bogmærker</translation>
 <translation id="1448389461181544401">Vil du gemme denne adgangskode?</translation>
 <translation id="148466539719134488">Schweizisk</translation>
 <translation id="8022523925619404071">Aktivér autoopdatering</translation>
@@ -1916,7 +1916,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="3481915276125965083">Følgende pop op-vinduer blev blokeret på denne side:</translation>
 <translation id="2030481566774242610">Mente du <ph name="LINK"/>?</translation>
 <translation id="3090871774332213558">&quot;<ph name="DEVICE_NAME"/>&quot; er parret</translation>
-<translation id="7705276765467986571">Bogmærkemodellen blev ikke indlæst</translation>
+<translation id="7705276765467986571">Bogmærkemodellen blev ikke indlæst.</translation>
 <translation id="750413812607578381">Du skal genstarte <ph name="PRODUCT_NAME"/> nu.</translation>
 <translation id="2638286699381354126">Opdater...</translation>
 <translation id="1196338895211115272">Den personlige nøgle kunne ikke eksporteres.</translation>
@@ -1980,7 +1980,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="5486561344817861625">Simuler genstart af browser</translation>
 <translation id="2367972762794486313">Vis apps</translation>
 <translation id="5602600725402519729">Gen&amp;indlæs</translation>
-<translation id="6955446738988643816">Inspicer pop op-vindue</translation>
+<translation id="6955446738988643816">Undersøg pop op-vindue</translation>
 <translation id="172612876728038702">TPM konfigureres. Vær tålmodig, det kan tage et par minutter.</translation>
 <translation id="6748140994595080445">Angiv, hvordan <ph name="APP_NAME"/> skal håndtere og vise sprog</translation>
 <translation id="2836635946302913370">Login med dette brugernavn er blevet deaktiveret af din administrator.</translation>
@@ -2178,7 +2178,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="7461924472993315131">Fastgør</translation>
 <translation id="7279701417129455881">Administrer blokering af cookies...</translation>
 <translation id="665061930738760572">Ã…bn i &amp;nyt vindue</translation>
-<translation id="4876895919560854374">Lås skærmen/lås skærmen op</translation>
+<translation id="4876895919560854374">Låse skærmen/låse skærmen op</translation>
 <translation id="1166359541137214543">ABC</translation>
 <translation id="3227137524299004712">Mikrofon</translation>
 <translation id="5528368756083817449">Bogmærkeadministrator</translation>
@@ -2186,7 +2186,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="2826760142808435982">Forbindelsen er krypteret og godkendt ved hjælp af <ph name="CIPHER"/>, og den anvender <ph name="KX"/> som primær udvekslingsmekanisme.</translation>
 <translation id="215753907730220065">Afslut fuld skærm</translation>
 <translation id="7849264908733290972">Åbn &amp;billede på ny fane</translation>
-<translation id="1560991001553749272">Bogmærke tilføjet!</translation>
+<translation id="1560991001553749272">Bogmærket er tilføjet!</translation>
 <translation id="3966072572894326936">Vælg en anden mappe...</translation>
 <translation id="8758455334359714415">Indbygget asynkron DNS</translation>
 <translation id="5585912436068747822">Formatering mislykkedes</translation>
@@ -2231,7 +2231,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="388442998277590542">Siden med valgmuligheder '<ph name="OPTIONS_PAGE"/>' kunne ikke indlæses.</translation>
 <translation id="8449008133205184768">Sæt ind og match stil</translation>
 <translation id="5258266922137542658">PPAPI (i gang)</translation>
-<translation id="5127881134400491887">Administrer netværksforbindelser</translation>
+<translation id="5127881134400491887">Administrere netværksforbindelser</translation>
 <translation id="8028993641010258682">Størrelse</translation>
 <translation id="8329978297633540474">Almindelig tekst</translation>
 <translation id="7704305437604973648">Opgave</translation>
@@ -2324,7 +2324,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="8300259894948942413">Træk og slip ved berøring kan initieres via et langt tryk på et element, der kan trækkes.</translation>
 <translation id="1240892293903523606">DOM Inspector</translation>
 <translation id="5249624017678798539">Browseren lukkede ned, før overførslen var fuldført.</translation>
-<translation id="4474155171896946103">Føj alle faner til Bogmærker...</translation>
+<translation id="4474155171896946103">Tilføj alle faner som bogmærker...</translation>
 <translation id="5895187275912066135">Udstedt den</translation>
 <translation id="9100825730060086615">Tastaturtype</translation>
 <translation id="5197680270886368025">Synkroniseringen er fuldført.</translation>
@@ -2430,7 +2430,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="7222232353993864120">E-mailadresse</translation>
 <translation id="2128531968068887769">Native Client</translation>
 <translation id="7175353351958621980">Indlæst fra:</translation>
-<translation id="3489785055052024984">Læs og rediger din browserhistorik på alle enheder, hvor du er logget ind</translation>
+<translation id="3489785055052024984">Læse og redigere din browserhistorik på alle enheder, hvor du er logget ind</translation>
 <translation id="8248050856337841185">&amp;Indsæt</translation>
 <translation id="347785443197175480">Tillad fortsat, at <ph name="HOST"/> har adgang til dit kamera og din mikrofon</translation>
 <translation id="6052976518993719690">SSL-certificeringsautoritet</translation>
@@ -2577,7 +2577,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="7595321929944401166">Dette plugin er ikke understøttet.</translation>
 <translation id="2580093683987647761">Ring på (866) 628-1371 (USA), (866) 628-1372 (Canada) eller 0800 026 0613 (Storbritannien) for at anmode om en ny gratis oplader.</translation>
 <translation id="3996912167543967198">Nulstiller...</translation>
-<translation id="7509822997156351101">Rediger dine tilgængelighedsindstillinger</translation>
+<translation id="7509822997156351101">Redigere dine indstillinger for hjælpefunktioner</translation>
 <translation id="4479639480957787382">Ethernet</translation>
 <translation id="1541724327541608484">Kontrollér stavning i ​​tekstfelter</translation>
 <translation id="8637688295594795546">Der findes en tilgængelig opdatering til systemet. Forbereder download...</translation>
@@ -2597,7 +2597,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="3714633008798122362">webkalender</translation>
 <translation id="3251759466064201842">&lt;Ikke en del af certifikatet&gt;</translation>
 <translation id="6186096729871643580">Antialias for LCD-tekst</translation>
-<translation id="3882882270042324158">Aktivér tilføjelse af scripts for tilgængelighed.</translation>
+<translation id="3882882270042324158">Aktivér tilføjelse af scripts for hjælpefunktioner.</translation>
 <translation id="7303492016543161086">Vis indstillinger for hjælpefunktioner i systemmenuen</translation>
 <translation id="6410257289063177456">Billedfiler</translation>
 <translation id="6419902127459849040">Centraleuropæisk</translation>
@@ -2616,7 +2616,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="5298219193514155779">Tema oprettet af</translation>
 <translation id="6307722552931206656">Googles navneservere – <ph name="BEGIN_LINK"/>Få flere oplysninger<ph name="END_LINK"/></translation>
 <translation id="6628328486509726751">Uploadet <ph name="WEBRTC_LOG_UPLOAD_TIME"/></translation>
-<translation id="1047726139967079566">Indsæt bogmærke for denne side...</translation>
+<translation id="1047726139967079566">Tilføj denne side som bogmærke...</translation>
 <translation id="151279668805528202">Aktivér den nye lydafspiller</translation>
 <translation id="9020142588544155172">Serveren afviste forbindelsen.</translation>
 <translation id="5234320766290789922">Tillad ikke, at hylden minimerer vinduet, hvis der kun findes ét aktivt vindue, der er knyttet til det element på hylden, der klikkes på.</translation>
@@ -2813,7 +2813,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="942954117721265519">Ingen billeder i denne mappe.</translation>
 <translation id="671928215901716392">Lås skærmen</translation>
 <translation id="2241468422635044128">Tilladt af udvidelse</translation>
-<translation id="3727187387656390258">Inspicer popupvindue</translation>
+<translation id="3727187387656390258">Undersøg pop op-vindue</translation>
 <translation id="361106536627977100">Flash-data</translation>
 <translation id="569068482611873351">Importer...</translation>
 <translation id="6571070086367343653">Rediger kreditkort</translation>
@@ -2826,7 +2826,7 @@ NÃ¥r du har oprettet en ny administreret bruger, kan du til enhver tid administr
 <translation id="5622158329259661758">Deaktiverer brugen af GPU'en for at udføre lærredgengivelse i 2D og bruger softwaregengivelse i stedet.</translation>
 <translation id="8670869118777164560">Denne udvidelse kunne ikke omdirigere en netværksanmodning til <ph name="ATTEMPTED_REDIRECT_DESTINATION"/>, fordi en anden udvidelse (<ph name="EXTENSION_NAME"/>) omdirigerede den til <ph name="ACTUAL_REDIRECT_DESTINATION"/>.</translation>
 <translation id="3654092442379740616">Synkroniseringsfejl: <ph name="PRODUCT_NAME"/> er forældet og skal opdateres.</translation>
-<translation id="790040513076446191">Manipuler indstillinger til beskyttelse af personlige oplysninger</translation>
+<translation id="790040513076446191">Manipulere indstillinger til beskyttelse af personlige oplysninger</translation>
 <translation id="7260002739296185724">Aktivér brug af AVFoundation til optagelse af video og overvågning af videoenheder i OS X &gt;= 10.7. Hvis AVFoundation ikke aktiveres, bruges QTKit i stedet.</translation>
 <translation id="1463985642028688653">bloker</translation>
 <translation id="1715941336038158809">Ugyldigt brugernavn eller ugyldig adgangskode.</translation>
@@ -2993,7 +2993,7 @@ slettes permanent, når den administrerede bruger fjernes. Besøgte websites og
 <translation id="3972425373133383637">Hold dig ajour med det, du har brug for at vide, på alle dine enheder.</translation>
 <translation id="8493236660459102203">Mikrofon:</translation>
 <translation id="4788968718241181184">Vietnamesisk indtastningsmetode (TCVN6064)</translation>
-<translation id="3254409185687681395">Gem denne side som bogmærke</translation>
+<translation id="3254409185687681395">Tilføj denne side som bogmærke</translation>
 <translation id="5694501201003948907">Komprimerer $1 elementer...</translation>
 <translation id="2677924368525077324">Aktivér tekstredigering ved tryk</translation>
 <translation id="283669119850230892">Hvis du vil bruge netværket <ph name="NETWORK_ID"/>, skal du først oprette forbindelse til internettet nedenfor.</translation>
@@ -3046,7 +3046,7 @@ slettes permanent, når den administrerede bruger fjernes. Besøgte websites og
 <translation id="2386171414103162062">Forekomster, hvor en fane gik ned (&quot;<ph name="IDS_SAD_TAB_TITLE"/>&quot;)</translation>
 <translation id="761779991806306006">Der er ikke gemt nogen adgangskoder.</translation>
 <translation id="1692602667007917253">Hov! Der opstod en fejl</translation>
-<translation id="3922476559105512920">bruge serieforbundne enheder, der er sluttet til din computer</translation>
+<translation id="3922476559105512920">Bruge serieforbundne enheder, der er sluttet til din computer</translation>
 <translation id="1415990189994829608"><ph name="EXTENSION_NAME"/> (udvidelses-id'et &quot;<ph name="EXTENSION_ID"/>&quot;) er ikke tilladt i denne sessionstype.</translation>
 <translation id="7062080924541270064"><ph name="BEGIN_LINK"/>Pluginnet Native Client<ph name="END_LINK"/> skal være aktiveret for at bruge denne funktion.</translation>
 <translation id="3613796918523876348">Gendan alligevel</translation>
@@ -3090,8 +3090,8 @@ slettes permanent, når den administrerede bruger fjernes. Besøgte websites og
 <translation id="3700834376805760154">Identiteten af <ph name="ORGANIZATION"/> beliggende i <ph name="LOCALITY"/> er bekræftet af <ph name="ISSUER"/>, og der kan foretages en offentlig revision af den.</translation>
 <translation id="436701661737309601">Ved et certifikat, der ikke er udløbet, gælder det, at udstederen af certifikatet er ansvarlig for at vedligeholde en &quot;tilbagekaldelsesliste&quot;. Hvis et certifikat på et tidspunkt kompromitteres, kan udstederen tilbagekalde det ved at føje det til tilbagekaldelseslisten, og derefter vil din browser ikke længere anse dette certifikat som pålideligt. Tilbagekaldelsesstatus kræves ikke for forældede certifikater, så selvom dette certifikat engang var gyldigt på det aktuelle website, er det ikke muligt at afgøre, om certifikatet er blevet kompromitteret og efterfølgende tilbagekaldt, eller om det stadigvæk er sikkert, på nuværende tidspunkt. Derfor er det umuligt at vide, om du kommunikerer med et troværdigt website, eller om certifikatet er blevet kompromitteret og nu styres af en hacker, som du kommunikerer med.</translation>
 <translation id="4342311272543222243">Hov! Der opstod en TPM-fejl.</translation>
-<translation id="3727884750434605207">Aktivér tilføjelse af scripts i stedet for den indbyggede tilgængelighed i Android.</translation>
-<translation id="1285484354230578868">Gem data i din Google Drev-konto</translation>
+<translation id="3727884750434605207">Aktivér tilføjelse af scripts i stedet for de indbyggede hjælpefunktioner i Android.</translation>
+<translation id="1285484354230578868">Gemme data på din Google Drev-konto</translation>
 <translation id="7106346894903675391">Køb mere lagerplads...</translation>
 <translation id="994289308992179865">&amp;Sløjfe</translation>
 <translation id="7596831438341298034">OK, start import</translation>
@@ -3227,7 +3227,7 @@ slettes permanent, når den administrerede bruger fjernes. Besøgte websites og
 <translation id="889901481107108152">Dette eksperiment er ikke tilgængeligt på din platform.</translation>
 <translation id="8238191901674777266">USA</translation>
 <translation id="1873879463550486830">SUID-sandkasse</translation>
-<translation id="8118860139461251237">Administrer dine downloads</translation>
+<translation id="8118860139461251237">Administrere dine downloads</translation>
 <translation id="5111852801054039429">Deaktiver WebRTC</translation>
 <translation id="2190355936436201913">(tom)</translation>
 <translation id="8515737884867295000">Den certifikatbaserede godkendelse mislykkedes</translation>
@@ -3585,7 +3585,7 @@ slettes permanent, når den administrerede bruger fjernes. Besøgte websites og
 <translation id="9026731007018893674">download</translation>
 <translation id="3212792897911394068">Deaktiver den eksperimenterende version af Encrypted Media Extensions på video- og lydelementer.</translation>
 <translation id="6199775032047436064">Genindlæs den aktuelle side</translation>
-<translation id="6981982820502123353">Hjælpemidler</translation>
+<translation id="6981982820502123353">Hjælpefunktioner</translation>
 <translation id="7210998213739223319">Brugernavn.</translation>
 <translation id="4523336217659634227">Der opstod en fejl (<ph name="ERROR"/>) under download af pluginnet.</translation>
 <translation id="4478664379124702289">Gem lin&amp;k som...</translation>
@@ -3903,7 +3903,7 @@ slettes permanent, når den administrerede bruger fjernes. Besøgte websites og
 <translation id="3092544800441494315">Inkluder dette skærmbillede:</translation>
 <translation id="2633199387167390344"><ph name="NAME"/> bruger <ph name="USAGE"/> MB diskplads.</translation>
 <translation id="472177018469288237">Google Wallet er deaktiveret</translation>
-<translation id="7730449930968088409">Tag et skærmbillede af dit indhold</translation>
+<translation id="7730449930968088409">Tage et skærmbillede af dit indhold</translation>
 <translation id="1431605150566631089">Kontrollér oplader</translation>
 <translation id="5330145655348521461">Disse filer blev åbnet på en anden computer. Skift til <ph name="USER_NAME"/> (<ph name="MAIL_ADDRESS"/>) for at se dem.</translation>
 <translation id="7714464543167945231">Certifikat</translation>
@@ -4066,7 +4066,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="8948393169621400698">Tillad altid plugins på <ph name="HOST"/></translation>
 <translation id="6527303717912515753">Del</translation>
 <translation id="8211154138148153396">Underretninger om enhedsregistrering på lokalt netværk.</translation>
-<translation id="3893536212201235195">Læs og rediger dine tilgængelighedsindstillinger</translation>
+<translation id="3893536212201235195">Læse og redigere dine indstillinger for hjælpefunktioner</translation>
 <translation id="5039512255859636053">$1 TB</translation>
 <translation id="4285498937028063278">Frigør</translation>
 <translation id="8734073480934656039">Ved at aktivere denne indstilling tillader du, at terminalapplikationer åbnes automatisk under opstart.</translation>
@@ -4139,7 +4139,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="2137808486242513288">Tilføj en bruger</translation>
 <translation id="129553762522093515">Senest lukkede</translation>
 <translation id="1588870296199743671">Ã…bn link med...</translation>
-<translation id="4761104368405085019">Brug din mikrofon</translation>
+<translation id="4761104368405085019">Bruge din mikrofon</translation>
 <translation id="4287167099933143704">Angiv nøgle til oplåsning af pinkode</translation>
 <translation id="3936418843437416078">Installationer</translation>
 <translation id="3129140854689651517">Find tekst</translation>
@@ -4214,14 +4214,14 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="6680028776254050810">Skift bruger</translation>
 <translation id="2908789530129661844">Zoom ud på skærmen</translation>
 <translation id="212464871579942993">Websitet på <ph name="HOST_NAME"/> indeholder elementer fra websites, som ser ud til at hoste malware, dvs. software, som kan beskadige din computer, eller på anden måde foretage handlinger, du ikke har accepteret. Alene det, at du besøger et website, der indeholder malware, kan inficere din computer. Websitet hoster også indhold fra websites, der er blevet rapporteret som &quot;phishingwebsites&quot;. Phishingwebsites narrer brugere til at opgive personlige eller finansielle oplysninger. Det foregår gerne ved, at man udgiver sig for at repræsentere velkendte institutioner, som f.eks. banker.</translation>
-<translation id="2673135533890720193">Læs din browserhistorik</translation>
+<translation id="2673135533890720193">Læse din browserhistorik</translation>
 <translation id="6860427144121307915">Åbn på en fane</translation>
 <translation id="887692350334376364">Undtagelser for medier</translation>
 <translation id="8156020606310233796">Listevisning</translation>
 <translation id="146000042969587795">Denne ramme blev blokeret, da den indeholder usikkert indhold.</translation>
 <translation id="3258924582848461629">Inputmetode med håndskrift til japansk</translation>
 <translation id="8426564434439698958">&amp;Søg efter dette billede på <ph name="SEARCH_ENGINE"/></translation>
-<translation id="4375035964737468845">Ã…bn downloadede filer</translation>
+<translation id="4375035964737468845">Ã…bne downloadede filer</translation>
 <translation id="3968739731834770921">Kana</translation>
 <translation id="7387829944233909572">Dialogboksen &quot;Ryd browserdata&quot;</translation>
 <translation id="8023801379949507775">Opdater udvidelser nu</translation>
@@ -4239,7 +4239,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="4104163789986725820">E&amp;ksporter...</translation>
 <translation id="9022026332614591902">Blokerede pop op-vinduer (<ph name="POP_UP_COUNT"/>)</translation>
 <translation id="380408572480438692">Aktiverer registrering af ydelsesdata, der hjælper Google med at forbedre systemet med tiden. Der sendes ingen data, før du indgiver en feedbackrapport (Alt-Shift-I) og medtager ydelsesdata. Du kan altid vende tilbage til dette skærmbillede for at deaktivere registreringen.</translation>
-<translation id="3654045516529121250">Læs dine tilgængelighedsindstillinger</translation>
+<translation id="3654045516529121250">Læse dine indstillinger for hjælpefunktioner</translation>
 <translation id="2113479184312716848">Ã…bn &amp;fil...</translation>
 <translation id="884264119367021077">Leveringsadresse</translation>
 <translation id="634208815998129842">Jobliste</translation>
@@ -4544,7 +4544,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="169515659049020177">Shift</translation>
 <translation id="3551117997325569860">Skift proxy ved at aktivere indstillingen &quot;<ph name="USE_SHARED_PROXIES"/>&quot;.</translation>
 <translation id="8906421963862390172">&amp;Indstillinger for stavekontrol</translation>
-<translation id="193971656137910869">Læs og rediger dine bogmærker</translation>
+<translation id="193971656137910869">Læse og redigere dine bogmærker</translation>
 <translation id="6268747994388690914">Importér bogmærker fra HTML-fil...</translation>
 <translation id="6096047740730590436">Ã…bn maksimeret</translation>
 <translation id="3924145049010392604">Meta</translation>
@@ -4610,7 +4610,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="4771973620359291008">Der er opstået en ukendt fejl.</translation>
 <translation id="5509914365760201064">Udsteder: <ph name="CERTIFICATE_AUTHORITY"/></translation>
 <translation id="4941246025622441835">Anvend denne enhedsrekvisition, når du tilmelder enheden til virksomhedsadministration.</translation>
-<translation id="5449588825071916739">Gem alle faner som bogmærker</translation>
+<translation id="5449588825071916739">Tilføj alle faner som bogmærker</translation>
 <translation id="7073385929680664879">Gennemgå indtastningsmetoderne</translation>
 <translation id="7842062217214609161">Ingen genvej</translation>
 <translation id="6898699227549475383">Organisation (O)</translation>
@@ -4635,7 +4635,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="2509857212037838238">Installer <ph name="PLUGIN_NAME"/></translation>
 <translation id="2943400156390503548">Slides</translation>
 <translation id="3790146417033334899"><ph name="PLUGIN_NAME"/> fungerer kun på skrivebordet.</translation>
-<translation id="5117930984404104619">Overvåg adfærden for andre udvidelser, herunder de webadresser, du har besøgt.</translation>
+<translation id="5117930984404104619">Overvåge adfærden for andre udvidelser, herunder de webadresser, du har besøgt.</translation>
 <translation id="33022249435934718">GDI-håndtag</translation>
 <translation id="6308937455967653460">Gem lin&amp;k som...</translation>
 <translation id="741689768643916402">Google Wallet kan desværre kun bruges af købere med en amerikansk adresse hos denne sælger. Hvis du er amerikansk statsborger, skal du |ændre din privatadresse med Wallet| eller betale uden at bruge Google Wallet.</translation>
@@ -4737,7 +4737,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="2665394472441560184">Tilføj et nyt ord</translation>
 <translation id="6095984072944024315">−</translation>
 <translation id="3653999333232393305">Tillad fortsat, at <ph name="HOST"/> har adgang til din mikrofon</translation>
-<translation id="3760460896538743390">Inspicer &amp;baggrundsside</translation>
+<translation id="3760460896538743390">Undersøg &amp;baggrundsside</translation>
 <translation id="5567989639534621706">Applikationscaches</translation>
 <translation id="9141716082071217089">Kan ikke kontrollere, om serverens certifikat er tilbagekaldt.</translation>
 <translation id="2436186046335138073">Vil du tillade, at <ph name="HANDLER_HOSTNAME"/> åbner alle <ph name="PROTOCOL"/>-links?</translation>
@@ -4778,7 +4778,7 @@ Vil du starte <ph name="CONTROL_PANEL_APPLET_NAME"/>?</translation>
 <translation id="7549053541268690807">Søg i ordbog</translation>
 <translation id="8911079125461595075">Google har markeret <ph name="EXTENSION_NAME"/> som ondsindet, og installationen er blevet forhindret.</translation>
 <translation id="4347595254852029221">Aktivér hurtigt brugerskifte i avatarmenuen</translation>
-<translation id="5870086504539785141">Luk menuen for tilgængelighed</translation>
+<translation id="5870086504539785141">Luk menuen for hjælpefunktioner</translation>
 <translation id="9102800320402283920">Google Wallet kræver som minimum et fornavn og et efternavn.</translation>
 <translation id="7005848115657603926">Ugyldigt sideinterval, brug <ph name="EXAMPLE_PAGE_RANGE"/></translation>
 <translation id="3705722231355495246">-</translation>
@@ -4982,7 +4982,7 @@ Tryk på en vilkårlig tast for at fortsætte udforskningen.</translation>
 <translation id="385051799172605136">Tilbage</translation>
 <translation id="4196861286325780578">&amp;Annuller fortryd flytning</translation>
 <translation id="5075306601479391924">Deaktiver påkrævede bevægelser for brugeren ved afspilning af medieelementer. Hvis du aktiverer dette, tillader du automatisk afspilning.</translation>
-<translation id="9112748030372401671">Skift baggrund</translation>
+<translation id="9112748030372401671">Skifte baggrund</translation>
 <translation id="8938356204940892126">Jeg giver op</translation>
 <translation id="2670965183549957348">Chewing indtastningsmetode</translation>
 <translation id="7839804798877833423">Hvis du henter disse filer, bruge du ca. <ph name="FILE_SIZE"/> mobildata.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_de.xtb b/chromium/chrome/app/resources/generated_resources_de.xtb
index 4f3e4346a80..4aed0adfd8b 100644
--- a/chromium/chrome/app/resources/generated_resources_de.xtb
+++ b/chromium/chrome/app/resources/generated_resources_de.xtb
@@ -1167,7 +1167,7 @@ Geheimtipp: Verwenden Sie nächstes Mal den Inkognito-Modus (<ph name="SHORTCUT_
 <translation id="3791151686802386313">Erste Unternehmensanmeldung wird vorbereitet...</translation>
 <translation id="3393716657345709557">Angeforderter Eintrag wurde nicht im Cache gefunden.</translation>
 <translation id="7191454237977785534">Datei speichern unter</translation>
-<translation id="7241389281993241388">Melden Sie sich in <ph name="TOKEN_NAME"/> an, um das Client-Zertifikat zu importieren.</translation>
+<translation id="7241389281993241388">Melden Sie sich in <ph name="TOKEN_NAME"/> an, um das Clientzertifikat zu importieren.</translation>
 <translation id="8996526648899750015">Konto hinzufügen...</translation>
 <translation id="1773292249699193156">Für Ihr <ph name="ACCOUNT_EMAIL"/>-Konto verfügt die Erweiterung optional über folgende Berechtigungen:</translation>
 <translation id="7206693748120342859"><ph name="PLUGIN_NAME"/> wird heruntergeladen...</translation>
@@ -2592,7 +2592,7 @@ Achten Sie darauf, dass dadurch keine vertraulichen Informationen offengelegt we
 <translation id="7303492016543161086">Optionen für Bedienungshilfen im Systemmenü anzeigen</translation>
 <translation id="6410257289063177456">Bilddateien</translation>
 <translation id="6419902127459849040">Mitteleuropäisch</translation>
-<translation id="6707389671160270963">SSL-Client-Zertifikat</translation>
+<translation id="6707389671160270963">SSL-Clientzertifikat</translation>
 <translation id="6083557600037991373">Zur Beschleunigung von Webseiten speichert <ph name="PRODUCT_NAME"/> heruntergeladene Dateien vorübergehend auf einem Laufwerk. Wenn <ph name="PRODUCT_NAME"/> nicht richtig beendet wird, können diese Dateien beschädigt werden, was schließlich zu einem Fehler führt. Das Problem kann gelöst werden, indem die Seite neu geladen wird, und ein richtiges Beenden sollte solchen Problemen in Zukunft vorbeugen.<ph name="LINE_BREAK"/>Sollte das Problem aber weiterhin auftreten, so versuchen Sie, den Cache zu leeren. In einigen Fällen kann dies auch auf Hardwareprobleme hinweisen.</translation>
 <translation id="5154176924561037127">F8</translation>
 <translation id="5298219193514155779">Design von</translation>
@@ -3476,7 +3476,7 @@ Achten Sie darauf, dass dadurch keine vertraulichen Informationen offengelegt we
 <translation id="1425734930786274278">Die folgenden Cookies wurden blockiert (Cookies von Drittanbietern werden ausnahmslos blockiert):</translation>
 <translation id="3290704484208221223">Prozent</translation>
 <translation id="5265562206369321422">Seit über einer Woche offline</translation>
-<translation id="6805647936811177813">Melden Sie sich in <ph name="TOKEN_NAME"/> an, um das Client-Zertifikat von <ph name="HOST_NAME"/> herunterzuladen.</translation>
+<translation id="6805647936811177813">Melden Sie sich in <ph name="TOKEN_NAME"/> an, um das Clientzertifikat von <ph name="HOST_NAME"/> herunterzuladen.</translation>
 <translation id="6412931879992742813">Neues Inkognitofenster</translation>
 <translation id="1105117579475534983">Webseite blockiert</translation>
 <translation id="1673103856845176271">Auf die Datei konnte aus Sicherheitsgründen nicht zugegriffen werden.</translation>
@@ -5060,7 +5060,7 @@ Sind Sie einverstanden?</translation>
 <translation id="4912643508233590958">Inaktive Weckbefehle</translation>
 <translation id="7839192898639727867">Schlüssel-ID für Antragsteller des Zertifikats</translation>
 <translation id="4759238208242260848">Downloads</translation>
-<translation id="2879560882721503072">Das von <ph name="ISSUER"/> ausgestellte Client-Zertifikat wurde erfolgreich gespeichert.</translation>
+<translation id="2879560882721503072">Das von <ph name="ISSUER"/> ausgestellte Clientzertifikat wurde erfolgreich gespeichert.</translation>
 <translation id="1275718070701477396">Ausgewählt</translation>
 <translation id="1178581264944972037">Anhalten</translation>
 <translation id="3948633535993872459"><ph name="PROTOCOL"/>-Links</translation>
@@ -5092,7 +5092,7 @@ Sind Sie einverstanden?</translation>
 <translation id="7427348830195639090">Hintergrundseite: <ph name="BACKGROUND_PAGE_URL"/></translation>
 <translation id="8390029840652165810">Überprüfen Sie, ob Ihre Netzwerkverbindung funktioniert. Falls das Problem weiterhin besteht, melden Sie sich ab und wieder an, um Ihre Anmeldedaten neu zu laden.</translation>
 <translation id="4034042927394659004">Tastenhelligkeit verringern</translation>
-<translation id="5898154795085152510">Der Server hat ein ungültiges Client-Zertifikat zurückgegeben. Fehler <ph name="ERROR_NUMBER"/> (<ph name="ERROR_NAME"/>).</translation>
+<translation id="5898154795085152510">Der Server hat ein ungültiges Clientzertifikat zurückgegeben. Fehler <ph name="ERROR_NUMBER"/> (<ph name="ERROR_NAME"/>).</translation>
 <translation id="2704184184447774363">Microsoft-Dokumentsignatur</translation>
 <translation id="5677928146339483299">Blockiert</translation>
 <translation id="4645676300727003670">&amp;Beibehalten</translation>
@@ -5127,7 +5127,7 @@ Sind Sie einverstanden?</translation>
 <translation id="2669198762040460457">Sie haben einen falschen Nutzernamen oder ein falsches Passwort eingegeben.</translation>
 <translation id="5849626805825065073">Bei deaktivierter Option wird der Text bei beschleunigtem Aufbau mit Graustufen-Antialiasing anstelle von LCD-Subpixeln gerendert.</translation>
 <translation id="8509646642152301857">Beim Herunterladen des Wörterbuchs für die Rechtschreibprüfung ist ein Fehler aufgetreten.</translation>
-<translation id="1161575384898972166">Melden Sie sich in <ph name="TOKEN_NAME"/> an, um das Client-Zertifikat zu exportieren.</translation>
+<translation id="1161575384898972166">Melden Sie sich in <ph name="TOKEN_NAME"/> an, um das Clientzertifikat zu exportieren.</translation>
 <translation id="7056526158851679338">&amp;Geräte untersuchen</translation>
 <translation id="1718559768876751602">Jetzt ein Google-Konto erstellen</translation>
 <translation id="7408287099496324465">Wenn diese Option aktiviert ist, wird die EmbeddedSearch API zur Übermittlung von Suchanfragen auf der Suchergebnisseite verwendet.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_es-419.xtb b/chromium/chrome/app/resources/generated_resources_es-419.xtb
index 32c5c57babc..4a77266d0b4 100644
--- a/chromium/chrome/app/resources/generated_resources_es-419.xtb
+++ b/chromium/chrome/app/resources/generated_resources_es-419.xtb
@@ -2894,7 +2894,7 @@ Asegúrate de no revelar información confidencial.</translation>
 <translation id="7347751611463936647">Para usar esta extensión, escribe &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, luego PESTAÑA, luego tu comando o búsqueda.</translation>
 <translation id="878431691778285679">Parece que ya administras un usuario que tiene ese nombre.<ph name="LINE_BREAK"/>¿Quieres <ph name="BEGIN_LINK"/>importar a <ph name="PROFILE_NAME"/> a este dispositivo<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> desea usar tu micrófono.</translation>
-<translation id="2805756323405976993">Google Apps</translation>
+<translation id="2805756323405976993">Aplicaciones</translation>
 <translation id="5151511998946489774"><ph name="ISSUER"/> verificó la identidad de este sitio web, y se pudo confirmar su transparencia.</translation>
 <translation id="1608626060424371292">Eliminar este usuario</translation>
 <translation id="2779552785085366231">Esta página se puede agregar al Selector de aplicaciones.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_et.xtb b/chromium/chrome/app/resources/generated_resources_et.xtb
index 204c8f2087a..ee9ef5e15c6 100644
--- a/chromium/chrome/app/resources/generated_resources_et.xtb
+++ b/chromium/chrome/app/resources/generated_resources_et.xtb
@@ -15,7 +15,7 @@
 <translation id="166179487779922818">Parool on liiga lühike.</translation>
 <translation id="9048642391959913289">Teksti suuruse automaatse muutmise kiirem rakendamine.</translation>
 <translation id="2345460471437425338">Hosti vale sertifikaat.</translation>
-<translation id="3688507211863392146">Kirjutage failidesse ja kaustadesse, mille rakenduses avate</translation>
+<translation id="3688507211863392146">Failidesse ja kaustadesse kirjutamine, mille rakenduses avate</translation>
 <translation id="3595596368722241419">Aku on täis</translation>
 <translation id="8098352321677019742">Toote <ph name="PRODUCT_NAME"/> märguanded</translation>
 <translation id="3566021033012934673">Teie ühendus ei ole privaatne</translation>
@@ -3466,7 +3466,7 @@ Veenduge, et te ei avalikustaks tundlikke andmeid.</translation>
 <translation id="1834560242799653253">Suund:</translation>
 <translation id="6440616190620341629">Lubab krüpteeritud meediumilaiendustele vaikimisi mittekoostava dekodeerimise rakenduses MediaDrm.</translation>
 <translation id="7185025270390719314">Vaadake ja muutke oma arvutis ja külastatavatel veebisaitidel kõiki oma andmeid</translation>
-<translation id="8353683614194668312">See võib:</translation>
+<translation id="8353683614194668312">Rakendus saab teha järgmist.</translation>
 <translation id="1047956942837015229"><ph name="COUNT"/> üksuse kustutamine ...</translation>
 <translation id="1531961661616401172">Luba katselised sünkroonitud märguanded.</translation>
 <translation id="7361039089383199231">$1 baiti</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_fil.xtb b/chromium/chrome/app/resources/generated_resources_fil.xtb
index 071dbf0fb50..41110fa6c0b 100644
--- a/chromium/chrome/app/resources/generated_resources_fil.xtb
+++ b/chromium/chrome/app/resources/generated_resources_fil.xtb
@@ -2917,7 +2917,7 @@ Tiyaking hindi ka maglalantad ng anumang sensitibong impormasyon.</translation>
 <translation id="7347751611463936647">Upang gamitin ang extension na ito, i-type ang &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, pagkatapos ay ang TAB, pagkatapos ay ang iyong command o paghahanap.</translation>
 <translation id="878431691778285679">Mukhang pinamamahalaan mo na ang isang user sa pangalang iyan.<ph name="LINE_BREAK"/>Gusto mo bang <ph name="BEGIN_LINK"/>i-import si <ph name="PROFILE_NAME"/> sa device na ito<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195">Gustong  gamitin ng <ph name="HOST"/> ang iyong microphone.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">Mga App</translation>
 <translation id="5151511998946489774">Ang pagkakakilanlan ng website na ito ay na-verify ni <ph name="ISSUER"/> at na-o-audit ng publiko.</translation>
 <translation id="1608626060424371292">Alisin ang user na ito</translation>
 <translation id="2779552785085366231">Maaaring idagdag ang page na ito sa App Launcher</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_fr.xtb b/chromium/chrome/app/resources/generated_resources_fr.xtb
index 7db02c49d71..11715bf5c64 100644
--- a/chromium/chrome/app/resources/generated_resources_fr.xtb
+++ b/chromium/chrome/app/resources/generated_resources_fr.xtb
@@ -2920,7 +2920,7 @@ Assurez-vous de ne pas dévoiler d'informations sensibles.</translation>
 <translation id="7347751611463936647">Pour utiliser cette extension, saisissez &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, TAB, puis votre commande ou votre recherche.</translation>
 <translation id="878431691778285679">Il semble que vous gérez déjà un utilisateur portant ce nom.<ph name="LINE_BREAK"/>Voulez-vous <ph name="BEGIN_LINK"/>importer <ph name="PROFILE_NAME"/> sur cet appareil<ph name="END_LINK"/> ?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> veut utiliser votre micro.</translation>
-<translation id="2805756323405976993">Google Apps</translation>
+<translation id="2805756323405976993">Applications</translation>
 <translation id="5151511998946489774">L'identité de ce site Web a été validée par <ph name="ISSUER"/>, et elle est vérifiable publiquement.</translation>
 <translation id="1608626060424371292">Supprimer cet utilisateur</translation>
 <translation id="2779552785085366231">Cette page peut être ajoutée au lanceur d'applications.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_gu.xtb b/chromium/chrome/app/resources/generated_resources_gu.xtb
index 933e8eb27e7..2d9dc8be3f4 100644
--- a/chromium/chrome/app/resources/generated_resources_gu.xtb
+++ b/chromium/chrome/app/resources/generated_resources_gu.xtb
@@ -2921,7 +2921,7 @@
 <translation id="7347751611463936647">આ એક્સ્ટેંશનનો ઉપયોગ કરવા, &quot;<ph name="EXTENSION_KEYWORD"/>&quot; ટાઇપ કરો, તે પછી TAB, તે પછી તમારો આદેશ અથવા શોધ.</translation>
 <translation id="878431691778285679">એવું લાગે છે કે તમે પહેલાંથી જ તે નામના વપરાશકર્તાનું સંચાલન કરી રહ્યાં છો.<ph name="LINE_BREAK"/>શું તમે <ph name="BEGIN_LINK"/>આ ઉપકરણ પર <ph name="PROFILE_NAME"/> આયાત કરવા માંગો છો<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> તમારા માઇક્રોફોનનો ઉપયોગ કરવા માગે છે.</translation>
-<translation id="2805756323405976993">એપ્લિકેશન્સ</translation>
+<translation id="2805756323405976993">એપ્સ</translation>
 <translation id="5151511998946489774"><ph name="ISSUER"/> દ્વારા આ વેબસાઇટની ઓળખ ચકાસવામાં આવી છે અને તે સાર્વજનિક રૂપે ઓડિટેબલ છે.</translation>
 <translation id="1608626060424371292">આ વપરાશકર્તાને દૂર કરો</translation>
 <translation id="2779552785085366231">આ પૃષ્ઠ એપ લૉન્ચરમાં ઉમેરી શકાય છે</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_hi.xtb b/chromium/chrome/app/resources/generated_resources_hi.xtb
index d171702c612..5fd2ec2eae0 100644
--- a/chromium/chrome/app/resources/generated_resources_hi.xtb
+++ b/chromium/chrome/app/resources/generated_resources_hi.xtb
@@ -7,7 +7,7 @@
 <translation id="9056953843249698117">Store</translation>
 <translation id="6431217872648827691">आपके Google पासवर्ड के द्वारा 
           <ph name="TIME"/> तक का सभी डेटा एन्क्रिप्ट किया गया था</translation>
-<translation id="335581015389089642">वाक्</translation>
+<translation id="335581015389089642">बोली</translation>
 <translation id="1890570400853666479">स्थिर गैलरी के बजाय प्रयोगात्मक नई गैलरी का उपयोग करें.</translation>
 <translation id="8206745257863499010">ब्‍लुसी</translation>
 <translation id="3314762460582564620">प्लेन झुयिन मोड.  स्वचालित उम्मीदवार चयन और संबंधित विकल्प
@@ -1444,7 +1444,7 @@
 <translation id="6051086608691487286">ओवरले स्क्रॉलबार</translation>
 <translation id="6132509723755265994">Google वॉलेट इस व्यापारी के साथ समर्थित नहीं है.</translation>
 <translation id="2378075407703503998"><ph name="SELCTED_FILE_COUNT"/> फ़ाइलें चयनित</translation>
-<translation id="4498419978438799658">संश्लेषि‍त वाक् का उपयोग करके बोले गए सभी टेक्स्ट तक पहुंचें</translation>
+<translation id="4498419978438799658">संश्लेषि‍त बोली का उपयोग करके बोले गए सभी टेक्स्ट तक पहुंचें</translation>
 <translation id="7339898014177206373">नई विंडो</translation>
 <translation id="8362900609631365882">पहुंच-योग्यता टैब स्विचर सक्षम करें.</translation>
 <translation id="1895215930471128025">सैंडबॉक्स न किए गए प्लग-इन को कभी भी <ph name="HOST"/> पर अनुमति न दें</translation>
@@ -2933,7 +2933,7 @@
 <translation id="7347751611463936647">इस एक्सटेंशन का उपयोग करने के लिए, &quot;<ph name="EXTENSION_KEYWORD"/>&quot; लिखें, फिर टैब लगाएं, फिर अपना आदेश या खोज लिखें.</translation>
 <translation id="878431691778285679">ऐसा लगता है आप पहले से ही उस नाम से किसी उपयोगकर्ता को प्रबंधित कर रहे हैं.<ph name="LINE_BREAK"/>क्या आप<ph name="BEGIN_LINK"/> <ph name="PROFILE_NAME"/> को इस उपकरण में निर्यात करना चाहते थे<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> आपके माइक्रोफ़ोन का उपयोग करना चाहता है.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">ऐप्स</translation>
 <translation id="5151511998946489774">इस वेबसाइट की पहचान को <ph name="ISSUER"/> द्वारा सत्यापित किया गया है और यह सार्वजनिक रूप से ऑडिट किए जाने योग्य है.</translation>
 <translation id="1608626060424371292">इस उपयोगकर्ता को निकालें</translation>
 <translation id="2779552785085366231">इस पृष्ठ को ऐप्स लॉन्चर में जोड़ा जा सकता है</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_hr.xtb b/chromium/chrome/app/resources/generated_resources_hr.xtb
index 8279b6cd7dd..ac58918a1bd 100644
--- a/chromium/chrome/app/resources/generated_resources_hr.xtb
+++ b/chromium/chrome/app/resources/generated_resources_hr.xtb
@@ -2884,7 +2884,7 @@ Ne otkrivajte nikakve osjetljive podatke.</translation>
 <translation id="7347751611463936647">Da biste upotrijebili to proširenje, upišite &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, zatim pritisnite TAB, a zatim svoju naredbu ili pretraživanje.</translation>
 <translation id="878431691778285679">Izgleda da već upravljate korisnikom pod tim imenom.<ph name="LINE_BREAK"/>Jeste li htjeli <ph name="BEGIN_LINK"/>uvesti korisnika <ph name="PROFILE_NAME"/> na ovaj uređaj<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195">Host <ph name="HOST"/> želi upotrijebiti vaš mikrofon.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">Aplikacije</translation>
 <translation id="5151511998946489774">Identitet te web-lokacije potvrdio je izdavač <ph name="ISSUER"/> i može se javno nadzirati.</translation>
 <translation id="1608626060424371292">Ukloni tog korisnika</translation>
 <translation id="2779552785085366231">Tu stranicu možete dodati u Pokretač aplikacija</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_hu.xtb b/chromium/chrome/app/resources/generated_resources_hu.xtb
index 056e4372ea5..9abb89052bd 100644
--- a/chromium/chrome/app/resources/generated_resources_hu.xtb
+++ b/chromium/chrome/app/resources/generated_resources_hu.xtb
@@ -2890,7 +2890,7 @@ Győződjön meg arról, hogy nem ad ki bizalmas adatokat.</translation>
 <translation id="7347751611463936647">A kifejezés használatához írja be a következőt: &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, ezután nyomja meg a TAB-ot, majd parancsát vagy keresését.</translation>
 <translation id="878431691778285679">Úgy tűnik, Ön már kezel egy ilyen nevű felhasználót.<ph name="LINE_BREAK"/>Inkább <ph name="BEGIN_LINK"/>importálni szeretné <ph name="PROFILE_NAME"/> felhasználót erre az eszközre<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195">A(z) <ph name="HOST"/> a mikrofont kívánja használni.</translation>
-<translation id="2805756323405976993">Google Alkalmazások</translation>
+<translation id="2805756323405976993">Alkalmazások</translation>
 <translation id="5151511998946489774">A(z) <ph name="ISSUER"/> igazolta ennek a webhelynek az identitását, és az nyilvánosan megtekinthető.</translation>
 <translation id="1608626060424371292">Felhasználó eltávolítása</translation>
 <translation id="2779552785085366231">Az oldal nem adható hozzá az Alkalmazásindítóhoz</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_id.xtb b/chromium/chrome/app/resources/generated_resources_id.xtb
index 51d07d2b477..60b68a43a0b 100644
--- a/chromium/chrome/app/resources/generated_resources_id.xtb
+++ b/chromium/chrome/app/resources/generated_resources_id.xtb
@@ -2894,7 +2894,7 @@ Pastikan Anda tidak mengekspos informasi penting apa pun.</translation>
 <translation id="7347751611463936647">Untuk menggunakan ekstensi ini, ketik &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, lalu TAB, kemudian perintah atau penelusuran Anda.</translation>
 <translation id="878431691778285679">Tampaknya Anda telah mengelola pengguna dengan nama tersebut.<ph name="LINE_BREAK"/>Apakah Anda ingin <ph name="BEGIN_LINK"/>mengimpor <ph name="PROFILE_NAME"/> ke perangkat ini<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> ingin menggunakan mikrofon Anda.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">Apl</translation>
 <translation id="5151511998946489774">Identitas situs web ini telah diverifikasi oleh <ph name="ISSUER"/> dan dapat diaudit secara publik.</translation>
 <translation id="1608626060424371292">Hapus pengguna ini</translation>
 <translation id="2779552785085366231">Laman ini dapat ditambahkan ke Peluncur Aplikasi</translation>
@@ -3459,7 +3459,7 @@ dan tidak biasa. Bisa jadi penyerang berpura-pura menjadi <ph name="SITE"/>, ata
 <translation id="8353683614194668312">Aplikasi/ekstensi dapat:</translation>
 <translation id="1047956942837015229">Menghapus <ph name="COUNT"/> item...</translation>
 <translation id="1531961661616401172">Aktifkan Pemberitahuan Tersinkron eksperimental.</translation>
-<translation id="7361039089383199231">$1 byte</translation>
+<translation id="7361039089383199231">$1 bita</translation>
 <translation id="191688485499383649">Terjadi kesalahan tidak dikenal saat mencoba menyambung ke &quot;<ph name="DEVICE_NAME"/>&quot;.</translation>
 <translation id="7208594729785140450">Google Wallet tidak mendukung versi Chrome ini atau tidak mengenali kunci API Google Anda.</translation>
 <translation id="6874681241562738119">Kesalahan Masuk</translation>
@@ -4601,7 +4601,7 @@ dan tidak biasa. Bisa jadi penyerang berpura-pura menjadi <ph name="SITE"/>, ata
 <translation id="2089090684895656482">Lebih Sedikit</translation>
 <translation id="6656103420185847513">Edit Folder</translation>
 <translation id="4918241738772068049">Tindakan yang diperlukan untuk menyambung</translation>
-<translation id="1949433054743893124">Menggunakan mode penyamaran tidak menyembunyikan penjelajahan dari pimpinan atau penyedia layanan internet Anda, maupun situs web yang dikunjungi.</translation>
+<translation id="1949433054743893124">Menggunakan mode penyamaran tidak menyembunyikan penjelajahan dari perusahaan Anda, penyedia layanan internet Anda, maupun situs web yang dikunjungi.</translation>
 <translation id="1132391573698572126">Subjek: <ph name="SUBJECT"/></translation>
 <translation id="4193154014135846272">Dokumen Google</translation>
 <translation id="4771973620359291008">Terjadi kesalahan yang tidak diketahui.</translation>
@@ -4812,7 +4812,7 @@ Tekan sembarang tombol untuk melanjutkan penjelajahan.</translation>
 <translation id="4084682180776658562">Bookmark</translation>
 <translation id="8859057652521303089">Pilih bahasa Anda:</translation>
 <translation id="2632795170092344386">Hapus cookies serta data situs dan plugin lainnya saat Anda menutup browser</translation>
-<translation id="5941864346249299673">Jumlah byte yang terbaca di seluruh jaringan</translation>
+<translation id="5941864346249299673">Jumlah bita yang terbaca di seluruh jaringan</translation>
 <translation id="3030138564564344289">Coba ulang unduhan</translation>
 <translation id="2603463522847370204">Buka di &amp;jendela penyamaran</translation>
 <translation id="2951236788251446349">Ubur-ubur</translation>
@@ -5033,7 +5033,7 @@ Tekan sembarang tombol untuk melanjutkan penjelajahan.</translation>
   • Anda dapat mengakhirinya kapan saja
 
 Terima?</translation>
-<translation id="8251578425305135684">Thumbnail dihapus.</translation>
+<translation id="8251578425305135684">Gambar kecil dihapus.</translation>
 <translation id="6163522313638838258">Luaskan semua...</translation>
 <translation id="31454997771848827">Domain grup</translation>
 <translation id="3188465121994729530">Rata-rata Perpindahan</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_it.xtb b/chromium/chrome/app/resources/generated_resources_it.xtb
index 2f827815441..1676247f783 100644
--- a/chromium/chrome/app/resources/generated_resources_it.xtb
+++ b/chromium/chrome/app/resources/generated_resources_it.xtb
@@ -2875,7 +2875,7 @@ Assicurati di non mostrare informazioni riservate.</translation>
 <translation id="7347751611463936647">Per utilizzare questa estensione, digita &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, quindi TAB, poi il tuo comando o la tua ricerca.</translation>
 <translation id="878431691778285679">Sembra che tu gestisca già un utente con il nome indicato.<ph name="LINE_BREAK"/>Volevi <ph name="BEGIN_LINK"/>importarlo<ph name="PROFILE_NAME"/> in questo dispositivo<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> vuole utilizzare il microfono.</translation>
-<translation id="2805756323405976993">Google Apps</translation>
+<translation id="2805756323405976993">App</translation>
 <translation id="5151511998946489774">L'identità di questo sito web è stata verificata da <ph name="ISSUER"/> e può essere controllata pubblicamente.</translation>
 <translation id="1608626060424371292">Rimuovi questo utente</translation>
 <translation id="2779552785085366231">Questa pagina può essere aggiunta ad Avvio applicazioni</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_iw.xtb b/chromium/chrome/app/resources/generated_resources_iw.xtb
index 36c1f742c3e..342b5f8dbca 100644
--- a/chromium/chrome/app/resources/generated_resources_iw.xtb
+++ b/chromium/chrome/app/resources/generated_resources_iw.xtb
@@ -2882,7 +2882,7 @@ JavaScript ויישומי פלאגין.</translation>
 <translation id="7347751611463936647">‏כדי להשתמש בתוסף זה, הקלד &quot;<ph name="EXTENSION_KEYWORD"/>&quot;, לאחר מכן הקש TAB ולאחר מכן הקלד את הפקודה או מונח החיפוש.</translation>
 <translation id="878431691778285679">נראה שאתה כבר מנהל משתמש עם השם הזה.<ph name="LINE_BREAK"/>האם רצית <ph name="BEGIN_LINK"/>לייבא את <ph name="PROFILE_NAME"/> אל המכשיר הזה<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> מעוניין להשתמש במיקרופון שלך.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">אפליקציות</translation>
 <translation id="5151511998946489774">הזהות של האתר הזה אומתה על ידי <ph name="ISSUER"/>, והוא זמין לביקורת ציבורית.</translation>
 <translation id="1608626060424371292">הסר את המשתמש הזה</translation>
 <translation id="2779552785085366231">ניתן להוסיף דף זה למפעיל היישומים</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_ja.xtb b/chromium/chrome/app/resources/generated_resources_ja.xtb
index c3ecb9cfc70..b589ef492d0 100644
--- a/chromium/chrome/app/resources/generated_resources_ja.xtb
+++ b/chromium/chrome/app/resources/generated_resources_ja.xtb
@@ -93,7 +93,7 @@
 <translation id="5437452584883783369">プレビューを終了して再起動</translation>
 <translation id="7392118418926456391">ウイルス スキャンに失敗しました</translation>
 <translation id="1156689104822061371">キーボード レイアウト:</translation>
-<translation id="4764776831041365478"><ph name="URL"/> のウェブページは一時的に停止しているか、新しい URL に移動した可能性があります。</translation>
+<translation id="4764776831041365478"><ph name="URL"/> のウェブページは一時的に停止しているか、新しいウェブアドレスに移動した可能性があります。</translation>
 <translation id="6156863943908443225">スクリプト キャッシュ</translation>
 <translation id="4274187853770964845">同期エラー: 同期を停止してからもう一度開始してください。</translation>
 <translation id="6499114579475440437">ログインして Google ウォレットで支払う</translation>
@@ -1841,7 +1841,7 @@
 <translation id="2902382079633781842">ブックマークが追加されました</translation>
 <translation id="5436510242972373446"><ph name="SITE_NAME"/> を検索:</translation>
 <translation id="3800764353337460026">記号のスタイル</translation>
-<translation id="1278049586634282054">ビューを調査:</translation>
+<translation id="1278049586634282054">ビューを検証:</translation>
 <translation id="3254434849914415189"><ph name="FILE_TYPE"/> ファイルのデフォルト アプリを選択:</translation>
 <translation id="4991420928586866460">キーボードの最上段のキーをファンクション キーとして使用する</translation>
 <translation id="4350019051035968019">このデバイスは、別のドメインの管理対象として指定されているため、現在のアカウントの所属先ドメインに登録することはできません。</translation>
@@ -2912,7 +2912,7 @@
 <translation id="7347751611463936647">この拡張機能を使用するには、「<ph name="EXTENSION_KEYWORD"/>」と入力して Tab キーを押してからコマンドまたは検索キーワードを入力してください。</translation>
 <translation id="878431691778285679">この名前でユーザーを既に管理しているようです。<ph name="LINE_BREAK"/><ph name="BEGIN_LINK"/>このデバイスに <ph name="PROFILE_NAME"/> をインポート<ph name="END_LINK"/>しますか?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> がマイクへのアクセスを求めています。</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">アプリ</translation>
 <translation id="5151511998946489774">このウェブサイトの識別情報は <ph name="ISSUER"/> により確認済みで、公開監査が可能です。</translation>
 <translation id="1608626060424371292">このユーザーを削除</translation>
 <translation id="2779552785085366231">このページをアプリ ランチャーに追加できます</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_kn.xtb b/chromium/chrome/app/resources/generated_resources_kn.xtb
index f7158b22da9..26ad58c5856 100644
--- a/chromium/chrome/app/resources/generated_resources_kn.xtb
+++ b/chromium/chrome/app/resources/generated_resources_kn.xtb
@@ -2900,7 +2900,7 @@
 <translation id="7347751611463936647">ಈ ವಿಸ್ತರಣೆಯನ್ನು ಬಳಸಲು, &quot;<ph name="EXTENSION_KEYWORD"/>&quot; ಅನ್ನು ಟೈಪ್ ಮಾಡಿ, ನಂತರ  TAB, ನಂತರ ನಿಮ್ಮ ಆದೇಶ ಅಥವಾ ಹುಡುಕಾಟ‌ವನ್ನು ಟೈಪ್ ಮಾಡಿ.</translation>
 <translation id="878431691778285679">ಆ ಹೆಸರಿನ ಮೂಲಕ ನೀವು ಈಗಾಗಲೇ ಬಳಕೆದಾರರನ್ನು ನಿರ್ವಹಿಸುತ್ತಿರುವಂತೆ ತೋರುತ್ತಿದೆ.<ph name="LINE_BREAK"/>ನೀವು ಈ ಸಾಧನಕ್ಕೆ <ph name="BEGIN_LINK"/>ಆಮದು ಮಾಡಲು <ph name="PROFILE_NAME"/> ಬಯಸುವಿರಾ<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195">ನಿಮ್ಮ ಮೈಕ್ರೊಫೋನ್ ಅನ್ನು <ph name="HOST"/> ಬಳಸಬೇಕೆಂದು ಬಯಸುತ್ತದೆ.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">ಆಪ್ಸ್‌‌</translation>
 <translation id="5151511998946489774">ಈ ವೆಬ್‌ಸೈಟ್‌ ಗುರುತನ್ನು <ph name="ISSUER"/> ಮೂಲಕ ಪರಿಶೀಲಿಸಲಾಗಿದೆ ಮತ್ತು ಇದನ್ನು ಸಾರ್ವಜನಿಕವಾಗಿ ಪರಿಶೋಧಿಸಬಹುದಾಗಿದೆ.</translation>
 <translation id="1608626060424371292">ಈ ಬಳಕೆದಾರರನ್ನು ತೆಗೆದುಹಾಕಿ</translation>
 <translation id="2779552785085366231">ಈ ಪುಟವನ್ನು ಅಪ್ಲಿಕೇಶನ್ ಲಾಂಚರ್‌ಗೆ ಸೇರಿಸಬಹುದಾಗಿದೆ</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_ko.xtb b/chromium/chrome/app/resources/generated_resources_ko.xtb
index 74ef97c218b..dd302ffdb01 100644
--- a/chromium/chrome/app/resources/generated_resources_ko.xtb
+++ b/chromium/chrome/app/resources/generated_resources_ko.xtb
@@ -2916,7 +2916,7 @@ http://support.google.com/chromebook/?p=tpm</translation>
 <translation id="7347751611463936647">이 확장 프로그램을 사용하려면 '<ph name="EXTENSION_KEYWORD"/>'(을)를 입력하고 TAB을 누른 다음 명령어 또는 검색어를 입력하세요.</translation>
 <translation id="878431691778285679">이미 해당 이름으로 사용자를 관리 중인 것 같습니다.<ph name="LINE_BREAK"/><ph name="BEGIN_LINK"/><ph name="PROFILE_NAME"/>을(를) 이 기기로 가져오시겠습니까<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/>에서 사용자의 마이크를 사용하려고 합니다.</translation>
-<translation id="2805756323405976993">응용프로그램</translation>
+<translation id="2805756323405976993">앱</translation>
 <translation id="5151511998946489774">이 웹사이트의 ID는 <ph name="ISSUER"/>에 의해 확인되었고 공개 감사가 가능합니다.</translation>
 <translation id="1608626060424371292">이 사용자 삭제</translation>
 <translation id="2779552785085366231">이 페이지를 앱 런처에 추가할 수 있습니다.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_ml.xtb b/chromium/chrome/app/resources/generated_resources_ml.xtb
index 775e3608301..85d68bd4bc8 100644
--- a/chromium/chrome/app/resources/generated_resources_ml.xtb
+++ b/chromium/chrome/app/resources/generated_resources_ml.xtb
@@ -2924,7 +2924,7 @@ Google Chrome മൊബൈൽ ഡാറ്റ ഉപയോഗിക്കും.
 <translation id="7347751611463936647">ഈ വിപുലീകരണം ഉപയോഗിക്കുക, &quot;<ph name="EXTENSION_KEYWORD"/>&quot; ടൈപ്പുചെയ്യുക, തുടര്‍ന്ന് TAB, തുടര്‍ന്ന് നിങ്ങളുടെ കമാന്‍റ് അല്ലെങ്കില്‍ തിരയല്‍.</translation>
 <translation id="878431691778285679">നിങ്ങൾ ഇതിനകം ആ പേരിൽ ഒരു ഉപയോക്താവിനെ നിയന്ത്രിക്കുന്നതുപോലെ തോന്നുന്നു.<ph name="LINE_BREAK"/>ഈ ഉപകരണത്തിലേക്ക് <ph name="BEGIN_LINK"/><ph name="PROFILE_NAME"/> ഇമ്പോർട്ടുചെയ്യുന്നതിന് നിങ്ങൾക്ക് താൽപ്പര്യമുണ്ടോ<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> എന്നതിന് ഒരു മൈക്രോഫോൺ ഉപയോഗിക്കണം.</translation>
-<translation id="2805756323405976993">അപ്ലിക്കേഷന്‍സ്</translation>
+<translation id="2805756323405976993">ആപ്സ്</translation>
 <translation id="5151511998946489774">ഈ വെബ്സൈറ്റിന്റെ ഐഡന്റിറ്റി <ph name="ISSUER"/> സ്ഥിരീകരിച്ചതും എല്ലാവർക്കും ഓഡിറ്റുചെയ്യാനാവുന്നതുമാണ്.</translation>
 <translation id="1608626060424371292">ഈ ഉപയോക്താവിനെ നീക്കംചെയ്യുക</translation>
 <translation id="2779552785085366231">ഈ പേജ് അപ്ലിക്കേഷൻ ലോഞ്ചറിലേക്ക് ചേർക്കാം</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_nl.xtb b/chromium/chrome/app/resources/generated_resources_nl.xtb
index e3c87acf15f..97537369aaa 100644
--- a/chromium/chrome/app/resources/generated_resources_nl.xtb
+++ b/chromium/chrome/app/resources/generated_resources_nl.xtb
@@ -2927,7 +2927,7 @@ Zorg ervoor dat je geen gevoelige informatie weergeeft.</translation>
 <translation id="7347751611463936647">Als je deze extensie wilt gebruiken, typ je '<ph name="EXTENSION_KEYWORD"/>', druk je op Tab en geef je je opdracht of zoekopdracht op.</translation>
 <translation id="878431691778285679">Het lijkt erop dat je al een gebruiker met die naam beheert.<ph name="LINE_BREAK"/>Wil je <ph name="BEGIN_LINK"/><ph name="PROFILE_NAME"/> importeren naar dit apparaat<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> wil gebruikmaken van je microfoon.</translation>
-<translation id="2805756323405976993">Google Apps</translation>
+<translation id="2805756323405976993">Apps</translation>
 <translation id="5151511998946489774">De identiteit van deze website is geverifieerd door <ph name="ISSUER"/> en is openbaar controleerbaar.</translation>
 <translation id="1608626060424371292">Deze gebruiker verwijderen</translation>
 <translation id="2779552785085366231">Deze pagina kan worden toegevoegd aan de App Launcher</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_no.xtb b/chromium/chrome/app/resources/generated_resources_no.xtb
index af95d98ea42..6280972a1b3 100644
--- a/chromium/chrome/app/resources/generated_resources_no.xtb
+++ b/chromium/chrome/app/resources/generated_resources_no.xtb
@@ -121,7 +121,7 @@
 <translation id="4654488276758583406">Veldig liten</translation>
 <translation id="6647228709620733774">Nettadresse for tilbakekalling av Netscape-autoritetssertifikat</translation>
 <translation id="546411240573627095">Talltastaturstil</translation>
-<translation id="2310216585920710503">Konfigurer enkel opplåsing</translation>
+<translation id="2310216585920710503">Konfigurer Enkel opplåsing</translation>
 <translation id="8425213833346101688">Endre</translation>
 <translation id="2972581237482394796">Gjø&amp;r om</translation>
 <translation id="5895138241574237353">Start på nytt</translation>
@@ -519,7 +519,7 @@ Sjekk e-posten din på <ph name="ACCOUNT_EMAIL"/> for instruksjoner om dette og
 <translation id="413121957363593859">Komponenter</translation>
 <translation id="715487527529576698">Opprinnelig kinesisk modus er forenklet kinesisk</translation>
 <translation id="6522350652862471760">Slå på Google-profilnavn og -ikon</translation>
-<translation id="6181259999130430430">Slå på enkel opplåsing for denne enheten.</translation>
+<translation id="6181259999130430430">Slå på Enkel opplåsing for denne enheten.</translation>
 <translation id="8703575177326907206">Tilkoblingen til <ph name="DOMAIN"/> er ikke kryptert.</translation>
 <translation id="6135622770221372891">ID-er for kanal</translation>
 <translation id="8472623782143987204">maskinvarestøttet</translation>
@@ -712,7 +712,7 @@ Alle brukere må logge av for å fortsette.</translation>
 <translation id="3984921062031549150">Gjengivelsen slutter å fungere</translation>
 <translation id="7925285046818567682">Venter på <ph name="HOST_NAME"/>...</translation>
 <translation id="1079766198702302550">Blokkér alltid bruk av kameraet</translation>
-<translation id="2964845078799970531">Med enkel opplåsing kan du låse opp Chromebooken når den er i nærheten av telefonen din.</translation>
+<translation id="2964845078799970531">Med Enkel opplåsing kan du låse opp Chromebooken når den er i nærheten av telefonen din.</translation>
 <translation id="5053803681436838483">Ny leveringsadresse</translation>
 <translation id="5952256601775839173">Aktivér trefingerklikk for styreflaten.</translation>
 <translation id="3280237271814976245">L&amp;agre som...</translation>
@@ -1289,7 +1289,7 @@ Forresten: Inkognitomodus (<ph name="SHORTCUT_KEY"/>) kan være kjekt neste gang
 <translation id="9033857511263905942">&amp;Lim inn</translation>
 <translation id="1028690605877243613">Bruk den alternative hylleutformingen.</translation>
 <translation id="6736045498964449756">Beklager. Passordene samsvarer ikke!</translation>
-<translation id="4558985768677321342">Aktiver enkel opplåsing.</translation>
+<translation id="4558985768677321342">Aktiver Enkel opplåsing.</translation>
 <translation id="1221825588892235038">Bare utvalg</translation>
 <translation id="2227939492629426903">Aktiverer den nye brukerbildemenyen. Når den kombineres med ny profiladministrasjon, vises den nye brukerbildemenyen for administrasjon av profiler. I andre tilfeller viser den en brukerbildemeny med ny utforming, men med samme funksjonalitet som den gamle menyen. I tillegg vises et veiledningskort øverst som ber brukeren om å prøve det nye grensesnittet for administrasjon av profiler.</translation>
 <translation id="5582883434676861778"><ph name="PRODUCT_NAME"/> har blokkert tilgangen til <ph name="HOST_NAME"/>. Dette nettstedet har blitt rapportert som et nettfiskingsnettsted.</translation>
@@ -3323,7 +3323,7 @@ Pass på at du ikke deler privat informasjon.</translation>
 <translation id="5917011688104426363">Fokuser adressefelt i søkemodus</translation>
 <translation id="3269101346657272573">Skriv inn personlig kode.</translation>
 <translation id="2822854841007275488">Arabisk</translation>
-<translation id="6559948977408379772">Dette ikonet vises når du og telefonen din er i nærheten og enkel opplåsing er tilgjengelig. Bare klikk for å åpne – ingen passord kreves.</translation>
+<translation id="6559948977408379772">Dette ikonet vises når du og telefonen din er i nærheten og Enkel opplåsing er tilgjengelig. Bare klikk for å åpne – ingen passord kreves.</translation>
 <translation id="5857090052475505287">Ny mappe</translation>
 <translation id="7450732239874446337">Nettverks-IO er sperret.</translation>
 <translation id="4003393903129308792">Aktiver én-kopis rasterenhet</translation>
@@ -3439,7 +3439,7 @@ Pass på at du ikke deler privat informasjon.</translation>
 <translation id="1526560967942511387">Dokument uten tittel</translation>
 <translation id="3979748722126423326">Aktiver <ph name="NETWORKDEVICE"/></translation>
 <translation id="7819857487979277519">PSK (WPA eller RSN)</translation>
-<translation id="7561031016893995297">Administrer enheter med enkel opplåsing i kontoinnstillingene dine.</translation>
+<translation id="7561031016893995297">Administrer enheter med Enkel opplåsing i kontoinnstillingene dine.</translation>
 <translation id="2238379619048995541">Data om frekvenstilstand</translation>
 <translation id="4367133129601245178">K&amp;opier bildeadressen</translation>
 <translation id="6326175484149238433">Fjern fra Chrome</translation>
@@ -4439,7 +4439,7 @@ Pass på at du ikke deler privat informasjon.</translation>
 <translation id="8148264977957212129">Pinyin inndatametode</translation>
 <translation id="2288278176040912387">Platespiller</translation>
 <translation id="7772032839648071052">Bekreft passord</translation>
-<translation id="3676582787770338561">Slå på enkel opplåsing for denne <ph name="DEVICE_TYPE"/>-enheten.</translation>
+<translation id="3676582787770338561">Slå på Enkel opplåsing for denne <ph name="DEVICE_TYPE"/>-enheten.</translation>
 <translation id="2871813825302180988">Denne kontoen er allerede i bruk på denne enheten.</translation>
 <translation id="1642505962779453775">Det siste kvartalet</translation>
 <translation id="3323235640813116393">Gjør det mulig å lagre sider som MHTML – én enkelt tekstfil som inneholder HTML og alle underressurser.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_ru.xtb b/chromium/chrome/app/resources/generated_resources_ru.xtb
index 3d6da12891c..130825bcb39 100644
--- a/chromium/chrome/app/resources/generated_resources_ru.xtb
+++ b/chromium/chrome/app/resources/generated_resources_ru.xtb
@@ -3341,7 +3341,7 @@
 <translation id="87377425248837826">Включение панелей</translation>
 <translation id="2805707493867224476">Разрешить открытие всплывающих окон на всех сайтах</translation>
 <translation id="3561217442734750519">Входное значение закрытого ключа должно предоставлять собой допустимый путь.</translation>
-<translation id="3582930987043644930">Укажите имя</translation>
+<translation id="3582930987043644930">Добавьте имя</translation>
 <translation id="2984337792991268709">Сегодня, <ph name="TODAY_DAYTIME"/></translation>
 <translation id="5227808808023563348">Найти предыдущий текст</translation>
 <translation id="4561162271279554092">Отключить нумерацию устройств средствами WebRTC.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_sr.xtb b/chromium/chrome/app/resources/generated_resources_sr.xtb
index 21162e2d2e0..18df83e2f33 100644
--- a/chromium/chrome/app/resources/generated_resources_sr.xtb
+++ b/chromium/chrome/app/resources/generated_resources_sr.xtb
@@ -1798,7 +1798,7 @@
 <translation id="2220529011494928058">Пријави проблем</translation>
 <translation id="8475107630436748034">Експеримент са TLS/SSL упозорењем</translation>
 <translation id="7857823885309308051">Ово може да потраје један минут...</translation>
-<translation id="370665806235115550">Учитавање...</translation>
+<translation id="370665806235115550">Учитава се...</translation>
 <translation id="2580924999637585241">Укупно: <ph name="NUMBER_OF_SHEETS"/><ph name="SHEETS_LABEL"/></translation>
 <translation id="3810973564298564668">Промени</translation>
 <translation id="254416073296957292">&amp;Подешавања језика...</translation>
@@ -2909,7 +2909,7 @@
 <translation id="7347751611463936647">Да бисте користили овај додатак, унесите „<ph name="EXTENSION_KEYWORD"/>“ и притисните тастер TAB, а затим унесите команду или обавите претрагу.</translation>
 <translation id="878431691778285679">Изгледа да већ управљате корисником са тим именом.<ph name="LINE_BREAK"/>Да ли сте желели да <ph name="BEGIN_LINK"/>увезете корисника <ph name="PROFILE_NAME"/> на овај уређај<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> жели да користи микрофон.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">Апликације</translation>
 <translation id="5151511998946489774">Идентитет овог веб-сајта је верификовао/ла <ph name="ISSUER"/> и он може јавно да се провери.</translation>
 <translation id="1608626060424371292">Уклони овог корисника</translation>
 <translation id="2779552785085366231">Ову страницу можете да додате у Покретач апликација</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_sv.xtb b/chromium/chrome/app/resources/generated_resources_sv.xtb
index d3ca69df174..ecee3646e57 100644
--- a/chromium/chrome/app/resources/generated_resources_sv.xtb
+++ b/chromium/chrome/app/resources/generated_resources_sv.xtb
@@ -2912,7 +2912,7 @@ Lämna inte ut känsliga uppgifter.</translation>
 <translation id="7347751611463936647">Om du vill använda det här tillägget skriver du ”<ph name="EXTENSION_KEYWORD"/>”, trycker på tabbtangenten och anger kommandot eller sökningen.</translation>
 <translation id="878431691778285679">Det ser ut som om du redan hanterar en användare med det namnet.<ph name="LINE_BREAK"/>Ville du <ph name="BEGIN_LINK"/>importera <ph name="PROFILE_NAME"/> till den här enheten<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> försöker använda din mikrofon.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">Appar</translation>
 <translation id="5151511998946489774">Webbplatsens identitet har verifierats av <ph name="ISSUER"/> och kan granskas offentligt.</translation>
 <translation id="1608626060424371292">Ta bort den här användaren</translation>
 <translation id="2779552785085366231">Den här sidan kan läggas till i startprogrammet för appar</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_sw.xtb b/chromium/chrome/app/resources/generated_resources_sw.xtb
index 00bd0a25933..7dc7aef704b 100644
--- a/chromium/chrome/app/resources/generated_resources_sw.xtb
+++ b/chromium/chrome/app/resources/generated_resources_sw.xtb
@@ -900,7 +900,7 @@ Maelezo yako ya kuingia katika akaunti yamepitwa na wakati.</translation>
 <translation id="2849936225196189499">Muhimu</translation>
 <translation id="9001035236599590379">Aina ya MIME</translation>
 <translation id="7238207184783103780">Google Wallet haipatikani kwa sasa.</translation>
-<translation id="3451859089869683931">Nambari batili ya simu. Tafadhali angalia na ujaribu tena.</translation>
+<translation id="3451859089869683931">Nambari ya simu si sahihi. Tafadhali angalia na ujaribu tena.</translation>
 <translation id="3464868340187708956">Ongeza Mtumiaji Mpya</translation>
 <translation id="7986039047000333986">Usasishaji maalum wa usalama kwa <ph name="PRODUCT_NAME"/> umetekelezwa hivi karibuni; unastahili kuanzisha upya sasa ili uanze kufanya kazi (tutarejesha upya vichupo vyako).</translation>
 <translation id="2787591391657537328">Ruhusu vipakuliwa ambavyo vimekatizwa kuendelea au kuanzishwa tena, kwa kutumia kipengee cha menyu ya maudhui cha Endelea.</translation>
@@ -1699,7 +1699,7 @@ Baada ya kuunda mtumiaji mpya anayesimamiwa, unaweza kusimamia mipangilio yake w
 <translation id="4343792725927556911">Mipangilio mipya ya kamera na maikrofoni itaanza kufanya kazi baada ya kupakia upya ukurasa.</translation>
 <translation id="3847089579761895589">Unapewa usaidizi. Je, unataka kuendelea?</translation>
 <translation id="5634367113401639867">Lo! Kuna kitu kimeharibika wakati wa kusajili kiotomatiki kifaa hiki. Tafadhali jaribu tena kutoka kwenye skrini ya kuingia katika akaunti ukitumia vitufe vya Ctrl-Alt-E kwa pamoja, ua wasiliana na mhudumu wako wa usaidizi.</translation>
-<translation id="8452588990572106089">Nambari batili ya kadi. Tafadhali angalia na ujaribu tena.</translation>
+<translation id="8452588990572106089">Nambari ya kadi si sahihi. Tafadhali angalia na ujaribu tena.</translation>
 <translation id="7701869757853594372">Mishiko ya MTUMIAJI</translation>
 <translation id="5714678912774000384">Amilisha kichupo cha mwisho</translation>
 <translation id="7654972694106903394">Zima upangaji wa chapa kwa kujaribu ugongaji.</translation>
@@ -3377,7 +3377,7 @@ Baada ya kuunda mtumiaji mpya anayesimamiwa, unaweza kusimamia mipangilio yake w
 <translation id="7317938878466090505"><ph name="PROFILE_NAME"/> (sasa)</translation>
 <translation id="6774230405643443657">Inawezesha usimbaji wa picha zinazotofautiana.</translation>
 <translation id="2148999191776934271">Inachaji
-<ph name="HOUR"/>:<ph name="MINUTE"/> hadi ijae</translation>
+Imebakisha <ph name="HOUR"/>:<ph name="MINUTE"/> ijae</translation>
 <translation id="6007237601604674381">Kusogezwa kumeshindika. <ph name="ERROR_MESSAGE"/></translation>
 <translation id="907841381057066561">Imeshindwa kuunda faili ya muda ya zip wakati wa kufungasha.</translation>
 <translation id="1064912851688322329">Tenganisha Akaunti yako ya Google</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_ta.xtb b/chromium/chrome/app/resources/generated_resources_ta.xtb
index 3fa98b7611b..5dd5147a588 100644
--- a/chromium/chrome/app/resources/generated_resources_ta.xtb
+++ b/chromium/chrome/app/resources/generated_resources_ta.xtb
@@ -485,7 +485,7 @@
 <translation id="1556537182262721003">சுயவிவரத்தில் நீட்டிப்புக் கோப்பகத்தை நகர்த்த முடியவில்லை.</translation>
 <translation id="2946640296642327832">புளூடூத்தை இயக்கு</translation>
 <translation id="5866557323934807206">எதிர்கால வருகைகளுக்கு இந்த அமைப்புகளை அழி</translation>
-<translation id="126710816202626562">மொழிபெயர்ப்பிற்கான மொழி:</translation>
+<translation id="126710816202626562">மொழிபெயர்ப்பிற்கான மொழி:</translation>
 <translation id="1194381338562257973">சோதனை முறையிலான குறுகியகாலப் பயன்பாடுகளை இயக்கு.</translation>
 <translation id="5355351445385646029">பிரதிநிதியைத் தேர்ந்தெடுக்க Space ஐ அழுத்துக</translation>
 <translation id="5453029940327926427">தாவல்களை மூடுக</translation>
@@ -3201,7 +3201,7 @@
 <translation id="7211828883345145708">Chromium ஐப் பிழைத்திருத்துவதற்குப் பயன்படும் கூடுதல் விசைப்பலகைக் குறுக்குவழிகளை இயக்கும்.</translation>
 <translation id="8319414634934645341">நீட்டிக்கப்பட்ட விசைப் பயன்பாடு</translation>
 <translation id="6056710589053485679">இயல்பாக மீண்டும் ஏற்று</translation>
-<translation id="4563210852471260509">தொடக்க உள்ளீட்டு மொழி சீனம்</translation>
+<translation id="4563210852471260509">தொடக்க உள்ளீட்டு மொழி சீனம்</translation>
 <translation id="2888807692577297075">&lt;b&gt;&quot;<ph name="SEARCH_STRING"/>&quot;&lt;/b&gt; உடன் பொருந்தும் உருப்படிகள் எதுவுமில்லை</translation>
 <translation id="3908501907586732282">நீட்டிப்பை இயக்கு</translation>
 <translation id="6897140037006041989">பயனர் முகவர்</translation>
@@ -4317,7 +4317,7 @@
 <translation id="1903219944620007795">உரை உள்ளீட்டுக்கு, ஒரு மொழியைத் தேர்ந்தெடுத்து கிடைக்கும் உள்ளீட்டு முறைகளைக் காண்க.</translation>
 <translation id="1850508293116537636">&amp;வலஞ்சுழியாகச் சுற்று</translation>
 <translation id="76113267417806263">ஆம், உறுதியாக உள்ளேன்</translation>
-<translation id="7209475358897642338">உங்கள் மொழி என்ன?</translation>
+<translation id="7209475358897642338">உங்கள் மொழி என்ன?</translation>
 <translation id="140520891692800925"><ph name="PROFILE_DISPLAY_NAME"/> (கண்காணிக்கப்படும் பயனர்)</translation>
 <translation id="9149866541089851383">மாற்று...</translation>
 <translation id="8735794438432839558">உங்கள் Chromebook இல் உள்நுழைய, இணையத்துடன் இணையவும்.</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_te.xtb b/chromium/chrome/app/resources/generated_resources_te.xtb
index 2fb550491b1..f4f659462d5 100644
--- a/chromium/chrome/app/resources/generated_resources_te.xtb
+++ b/chromium/chrome/app/resources/generated_resources_te.xtb
@@ -2911,7 +2911,7 @@
 <translation id="7347751611463936647">ఈ పొడిగింపును ఉపయోగించడానికి, &quot;<ph name="EXTENSION_KEYWORD"/>&quot; టైప్ చేసి, ఆపై టాబ్ చేసి, ఆపై మీ ఆదేశం లేదా శోధనను టైప్ చెయ్యండి.</translation>
 <translation id="878431691778285679">మీరు ఇప్పటికే ఆ పేరుతో ఒక వినియోగదారుని నిర్వహిస్తున్నట్లు కనిపిస్తోంది.<ph name="LINE_BREAK"/>మీరు <ph name="BEGIN_LINK"/><ph name="PROFILE_NAME"/>ని ఈ పరికరానికి దిగుమతి చేయాలనుకుంటున్నారా<ph name="END_LINK"/>?</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> మీ మైక్రోఫోన్‌ను ఉపయోగించాలని ఆశిస్తుంది.</translation>
-<translation id="2805756323405976993">Apps</translation>
+<translation id="2805756323405976993">యాప్స్</translation>
 <translation id="5151511998946489774">ఈ వెబ్‌సైట్ యొక్క గుర్తింపు <ph name="ISSUER"/> ద్వారా ధృవీకరించబడింది మరియు బహిరంగంగా పరిశీలించవచ్చు.</translation>
 <translation id="1608626060424371292">ఈ వినియోగదారుని తీసివేయండి</translation>
 <translation id="2779552785085366231">ఈ పేజీని అనువర్తన లాంచర్‌కి జోడించవచ్చు</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_th.xtb b/chromium/chrome/app/resources/generated_resources_th.xtb
index 928551aecff..903e812553e 100644
--- a/chromium/chrome/app/resources/generated_resources_th.xtb
+++ b/chromium/chrome/app/resources/generated_resources_th.xtb
@@ -2871,7 +2871,7 @@
 <translation id="7347751611463936647">ในการใช้ส่วนขยายนี้ ให้พิมพ์ &quot;<ph name="EXTENSION_KEYWORD"/>&quot; แล้วกด TAB ตามด้วยคำสั่งหรือการค้นหาของคุณ</translation>
 <translation id="878431691778285679">ดูเหมือนว่าคุณกำลังจัดการผู้ใช้ที่ชื่อนั้นอยู่แล้ว<ph name="LINE_BREAK"/>คุณต้องการ <ph name="BEGIN_LINK"/>นำเข้า <ph name="PROFILE_NAME"/> มายังอุปกรณ์นี้<ph name="END_LINK"/>ไหม</translation>
 <translation id="2912905526406334195"><ph name="HOST"/> ต้องการใช้ไมโครโฟนของคุณ</translation>
-<translation id="2805756323405976993">แอปพลิเคชัน</translation>
+<translation id="2805756323405976993">แอป</translation>
 <translation id="5151511998946489774">เว็บไซต์นี้ได้รับการยืนยันตัวตนโดย <ph name="ISSUER"/> และสามารถตรวจสอบได้แบบสาธารณะ</translation>
 <translation id="1608626060424371292">ลบผู้ใช้รายนี้</translation>
 <translation id="2779552785085366231">สามารถเพิ่มหน้านี้ลงในเครื่องเรียกใช้งานแอป</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_zh-CN.xtb b/chromium/chrome/app/resources/generated_resources_zh-CN.xtb
index a635580e858..065da35a1c0 100644
--- a/chromium/chrome/app/resources/generated_resources_zh-CN.xtb
+++ b/chromium/chrome/app/resources/generated_resources_zh-CN.xtb
@@ -441,9 +441,9 @@
 <translation id="3855676282923585394">导入书签和设置...</translation>
 <translation id="1116694919640316211">关于</translation>
 <translation id="8381977081675353473">斯洛伐克语</translation>
-<translation id="2849866606957084126">已创建名为<ph name="NEW_PROFILE_NAME"/>的受监管用户。要设置该用户可以浏览哪些网站,您可以访问<ph name="BEGIN_LINK"/>www.chrome.com/manage<ph name="END_LINK"/>,在其中配置相应限制和设置。如果您未更改默认设置,<ph name="NEW_PROFILE_NAME"/>将可以浏览所有网站。
+<translation id="2849866606957084126">已创建名为“<ph name="NEW_PROFILE_NAME"/>”的受监管用户。要设置该用户可以浏览哪些网站,您可以访问<ph name="BEGIN_LINK"/>www.chrome.com/manage<ph name="END_LINK"/>,在其中配置相应限制和设置。如果您不更改默认设置,“<ph name="NEW_PROFILE_NAME"/>”将可以浏览所有网站。
 
-  有关详细说明,请查看<ph name="ACCOUNT_EMAIL"/>中的电子邮件。</translation>
+有关详细说明,请查看<ph name="ACCOUNT_EMAIL"/>中的电子邮件。</translation>
 <translation id="4422347585044846479">修改此页的书签</translation>
 <translation id="1965624977906726414">无需特殊权限。</translation>
 <translation id="2452539774207938933">切换到用户:<ph name="PROFILE_NAME"/></translation>
@@ -588,7 +588,7 @@
          “<ph name="PRODUCT_NAME"/>”不会使用不安全的连接。</translation>
 <translation id="7851858861565204677">来自其他设备的同步</translation>
 <translation id="1662837784918284394">(无)</translation>
-<translation id="2573269395582837871">选择照片和名称</translation>
+<translation id="2573269395582837871">选择照片和名字</translation>
 <translation id="5910363049092958439">图片存储为(&amp;V)...</translation>
 <translation id="8793975580333839911">运行此插件</translation>
 <translation id="1864146862702347178">启用滚动联想查询</translation>
@@ -4172,7 +4172,7 @@
 <translation id="1317502925920562130">这是您想要的主页吗?</translation>
 <translation id="7763146744708046348">请勿汇总数据 - 这可能会使速度变慢!</translation>
 <translation id="8616352574453019203">ID为“<ph name="IMPORT_ID"/>”的共享模块未列入白名单,无法导入。</translation>
-<translation id="5626134646977739690">名称:</translation>
+<translation id="5626134646977739690">名字:</translation>
 <translation id="4899837262951879307">触摸滚动模式。</translation>
 <translation id="5854409662653665676">如果您经常遇到问题,可以试着用以下方法解决此模块存在的问题:</translation>
 <translation id="3776796446459804932">此扩展程序违反了 Chrome 网上应用店政策。</translation>
@@ -4852,7 +4852,7 @@
 <translation id="3807747707162121253">取消(&amp;C)</translation>
 <translation id="202352106777823113">下载时间过长,网络已停止下载。</translation>
 <translation id="6155817405098385604">在无法使用 GPU 的情况下,不改用 3D 软件光栅器。</translation>
-<translation id="3306897190788753224">暂时停用个性化转化、基于历史记录的建议以及用户词典。</translation>
+<translation id="3306897190788753224">暂时停用个性化转化、基于历史记录的建议以及用户字典。</translation>
 <translation id="8941882480823041320">上一个字</translation>
 <translation id="2489435327075806094">指针速度:</translation>
 <translation id="2574102660421949343">允许来自 <ph name="DOMAIN"/> 的 Cookie。</translation>
diff --git a/chromium/chrome/app/resources/generated_resources_zh-TW.xtb b/chromium/chrome/app/resources/generated_resources_zh-TW.xtb
index 892737a1cdb..5d06410870e 100644
--- a/chromium/chrome/app/resources/generated_resources_zh-TW.xtb
+++ b/chromium/chrome/app/resources/generated_resources_zh-TW.xtb
@@ -2700,7 +2700,7 @@
 <translation id="4278390842282768270">允許</translation>
 <translation id="2074527029802029717">取消分頁固定</translation>
 <translation id="1533897085022183721">電池可使用時間低於 <ph name="MINUTES"/>。</translation>
-<translation id="7382160026931194400">已儲存的內容設定及搜尋引擎不會遭到清除,而這可能反映您的瀏覽習慣。</translation>
+<translation id="7382160026931194400">已儲存的|內容設定|和#搜尋引擎#資料不會被清除,而且可能會反映您的瀏覽習慣。</translation>
 <translation id="7503821294401948377">無法載入瀏覽器動作的圖示「<ph name="ICON"/>」。</translation>
 <translation id="4809190954660909198">新增帳單詳細資訊...</translation>
 <translation id="3942946088478181888">我需要進一步資訊</translation>
@@ -5237,4 +5237,4 @@
 <translation id="7943385054491506837">Colemak 美式配置</translation>
 <translation id="8203365863660628138">確認安裝</translation>
 <translation id="2533972581508214006">回報錯誤的警告</translation>
-</translationbundle>
\ No newline at end of file
+</translationbundle>
diff --git a/chromium/chrome/app/resources/google_chrome_strings_hi.xtb b/chromium/chrome/app/resources/google_chrome_strings_hi.xtb
index 748a591d906..544a176e133 100644
--- a/chromium/chrome/app/resources/google_chrome_strings_hi.xtb
+++ b/chromium/chrome/app/resources/google_chrome_strings_hi.xtb
@@ -158,7 +158,7 @@
         <ph name="ADVANCED_TITLE"/>
         पर जाएं और &quot;<ph name="NO_PREFETCH_DESCRIPTION"/>&quot; का चयन रद्द करें.
         यदि इससे समस्या का समाधान नहीं होता, तो हम बेहतर प्रदर्शन के लिए इस
-        विकल्प को पुन: चुनने की अनुशंसा करते हैं.</translation>
+        विकल्प को पुन: चुनने की सुझाव देते हैं.</translation>
 <translation id="6235018212288296708">mDNS ट्रैफ़िक की अनुमति देने के लिए Google Chrome हेतु इनबाउंड नियम.</translation>
 <translation id="61852838583753520">&amp;Chrome OS को अपडेट करें</translation>
 <translation id="5028489144783860647">Google Chrome आपका डेटा समन्‍वयित नहीं कर सका. कृपया अपना समन्‍वयन पासफ़्रेज़ अपडेट करें.</translation>
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js
index 6aa21cf2deb..1a67836a464 100644
--- a/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js
+++ b/chromium/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher.js
@@ -582,9 +582,12 @@ cvox.ChromeVoxEventWatcher.mouseClickEventWatcher = function(evt) {
  * @return {boolean} True if the default action should be performed.
  */
 cvox.ChromeVoxEventWatcher.mouseOverEventWatcher = function(evt) {
-  var hasTouch = 'ontouchstart' in window;
+  // Chrome simulates the meta key for mouse events generated from
+  // touch exploration.
+  var isTouchEvent = (evt.metaKey);
+
   var mouseoverDelayMs = cvox.ChromeVoxEventWatcher.mouseoverDelayMs;
-  if (hasTouch) {
+  if (isTouchEvent) {
     mouseoverDelayMs = 0;
   } else if (!cvox.ChromeVoxEventWatcher.focusFollowsMouse) {
     return true;
diff --git a/chromium/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings_hi.xtb b/chromium/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings_hi.xtb
index 32c7ccdb1bb..6f560911127 100644
--- a/chromium/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings_hi.xtb
+++ b/chromium/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings_hi.xtb
@@ -121,7 +121,7 @@
 <translation id="5080758118274074384">डबल क्लिक किया गया</translation>
 <translation id="6281876499889881039">अगला समान तत्व.</translation>
 <translation id="8767968232364267681">अगले स्‍तर 4 का शीर्षक</translation>
-<translation id="5042770794184672516">वाक् वॉल्‍यूम बढ़ाएं</translation>
+<translation id="5042770794184672516">बोली वॉल्‍यूम बढ़ाएं</translation>
 <translation id="3865806312596179194">mnu itm</translation>
 <translation id="3149472044574196936">अगली पंक्ति</translation>
 <translation id="5866042630553435010">आंशिक रूप से चेक किया गया</translation>
@@ -135,7 +135,7 @@
 <translation id="6364795331201459219">h6</translation>
 <translation id="1156132699680778945">1 लिंक</translation>
 <translation id="3629895152177651589">hd</translation>
-<translation id="5876817486144482042">वाक् वॉल्‍यूम घटाएं</translation>
+<translation id="5876817486144482042">बोली वॉल्‍यूम घटाएं</translation>
 <translation id="5608798115546226984">स्वतः पूर्णता इनलाइन</translation>
 <translation id="5963413905009737549">अनुभाग</translation>
 <translation id="3172700825913348768">{COUNT,plural, =1{रिक्ति}one{# रिक्तियां}other{# रिक्तियां}}</translation>
@@ -224,7 +224,7 @@
 <translation id="962913030769097253">अगले स्तर 1 का शीर्षक</translation>
 <translation id="3616113530831147358">ऑडियो</translation>
 <translation id="3406283310380167331">फ़ॉर्म सूची दिखाएं</translation>
-<translation id="225732394367814946">वाक् की दर बढ़ाएं</translation>
+<translation id="225732394367814946">बोली की दर बढ़ाएं</translation>
 <translation id="3093176084511590672">अगला स्थानचिह्न</translation>
 <translation id="5402367795255837559">ब्रेल</translation>
 <translation id="1452236308086741652"><ph name="VALUE"/>, पासवर्ड पाठ बॉक्‍स</translation>
@@ -354,7 +354,7 @@
 <translation id="1653266918374749391">पिछले स्‍तर 3 का शीर्षक</translation>
 <translation id="3493915602752813531">कोई अगला एंकर नहीं.</translation>
 <translation id="5919442531159595654">प्रतिलिपि बनाएं.</translation>
-<translation id="3712520970944678024">वाक् नियंत्रित करना</translation>
+<translation id="3712520970944678024">बोली नियंत्रित करना</translation>
 <translation id="3392045790598181549"><ph name="NAME"/>, मेनू आइटम</translation>
 <translation id="5851548754964597211">टैब सूची</translation>
 <translation id="5054047268577924192">पिछला सूची आइटम</translation>
@@ -430,7 +430,7 @@
 <translation id="7693840228159394336">पिछला रेडियो बटन</translation>
 <translation id="844681116543532394">कोई पिछला चेकबॉक्स नहीं.</translation>
 <translation id="3030432017085518523">मेनू आइटम रेडियो बटन</translation>
-<translation id="4372705107434148843">वाक् रोकें</translation>
+<translation id="4372705107434148843">बोली रोकें</translation>
 <translation id="2100350898815792233">सभी विराम चिह्न</translation>
 <translation id="7226216518520804442">lst</translation>
 <translation id="4206289001967551965">तालिका के अंदर</translation>
@@ -484,7 +484,7 @@
 <translation id="7609342235116740824">वर्तमान पृष्ठ का URL प्रदर्शित करें</translation>
 <translation id="5102981729317424850">टूल बार</translation>
 <translation id="1810107444790159527">सूची बॉक्स</translation>
-<translation id="948171205378458592">वाक् की दर घटाएं</translation>
+<translation id="948171205378458592">बोली की दर घटाएं</translation>
 <translation id="4842108708071771135">कोई अगला ब्लॉककोट नहीं.</translation>
 <translation id="3286390186030710347">स्लाइडर</translation>
 <translation id="7041173719775863268">चयन समाप्त करें</translation>
diff --git a/chromium/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css b/chromium/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
index 4e4da075e91..401eab307ca 100644
--- a/chromium/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
+++ b/chromium/chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.css
@@ -19,12 +19,16 @@
 }
 
 #hid-detection #hid-prerequisite-msg {
-  padding: 10px 0 30px;
+  padding: 10px 0 20px;
 }
 
 #hid-keyboard-block,
 #hid-mouse-block {
-  padding: 20px 0;
+  padding: 10px 0;
+}
+
+#hid-keyboard-block {
+  padding-bottom: 30px;
 }
 
 #hid-keyboard-icon,
@@ -42,6 +46,7 @@
 
 #hid-mouse-label,
 #hid-keyboard-label {
+  -webkit-padding-start: 10px;
   display: inline;
 }
 
@@ -63,7 +68,9 @@
 }
 
 #hid-detection #hid-keyboard-pincode {
-  padding: 10px 0 20px 40px;
+  -webkit-padding-start: 60px;
+  padding-bottom: 15px;
+  padding-top: 15px;
 }
 
 .searching #hid-keyboard-label-searching,
@@ -89,6 +96,4 @@
 
 .pairing #hid-keyboard-pincode {
   display: block;
-  margin-left: 40px;
-  padding: 15px 0;
 }
diff --git a/chromium/chrome/browser/resources/gcm_internals.html b/chromium/chrome/browser/resources/gcm_internals.html
index 99a5e3b9e5c..d2dd1af0e43 100644
--- a/chromium/chrome/browser/resources/gcm_internals.html
+++ b/chromium/chrome/browser/resources/gcm_internals.html
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML>
+<!DOCTYPE HTML>
 <html i18n-values="dir:textdirection">
 <head>
   <meta charset="utf-8">
diff --git a/chromium/chrome/browser/resources/hotword_helper/manifest.json b/chromium/chrome/browser/resources/hotword_helper/manifest.json
index eb21576e16a..889cf30c983 100644
--- a/chromium/chrome/browser/resources/hotword_helper/manifest.json
+++ b/chromium/chrome/browser/resources/hotword_helper/manifest.json
@@ -3,7 +3,7 @@
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDagiQy1VGkO2CHJSjVh7eU5GtuBuOlg2/cTZt7203AcevqpcDd+65S2/yd9KAELYcU6pK8nHVGYBMI6s0u+0RgXfIJ0eFOlTlgfAQWHvg8ovHtJlFJd1COrOkbntD9+s9Jobr3ldmow87aZF1bVHUY4khVP56cZe6adlVw2wK31QIDAQAB",
 
   "name": "hotword helper",
-  "version": "0.0.1.0",
+  "version": "0.0.2.0",
   "manifest_version": 2,
 
   "background": {
diff --git a/chromium/chrome/browser/resources/options/chromeos/bluetooth.css b/chromium/chrome/browser/resources/options/chromeos/bluetooth.css
index 3c849a981ed..b93849ec298 100644
--- a/chromium/chrome/browser/resources/options/chromeos/bluetooth.css
+++ b/chromium/chrome/browser/resources/options/chromeos/bluetooth.css
@@ -108,18 +108,12 @@
 .bluetooth-keyboard-button {
   -webkit-padding-end: 15px;
   -webkit-padding-start: 15px;
-  background-image: linear-gradient(to bottom,
-                                    #e9e9e9,
-                                    #f5f5f5);
   border: 1px solid #ccc;
   border-radius: 4px;
-  box-shadow: 0 0 0 1px #888,
-              inset 0 1px 1px 1px #fff,
-              inset 0 -1px 1px 1px #eee;
+  box-shadow: 0 0 0 1px #222;
   color: #222;
   display: inline-block;
-  font-size: 14px;
-  font-weight: 600;
+  font-size: 16px;
   height: 38px;
   line-height: 38px;
   margin: 0 10px 0 0;
@@ -154,20 +148,15 @@
 }
 
 .bluetooth-keyboard-button.key-next {
-  background-image: -webkit-linear-gradient(top,
-                                            rgb(77, 144, 254),
-                                            rgb(71, 135, 237));
-  border: 1px solid rgb(77, 144, 254);
-  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07),
-            inset 0 1px 1px 1px #fff,
-            inset 0 -1px 1px 1px rgb(77, 144, 254);
+  background: rgb(77, 144, 254);
+  background-image: none;
+  border: 2px solid rgb(77, 144, 254);
+  box-shadow: none;
   color: #fff;
 }
 
 .bluetooth-keyboard-button.key-untyped {
   border: 1px solid #d4d4d4;
-  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07),
-              inset 0 1px 1px 1px #fff,
-              inset 0 -1px 1px 1px #ddd;
+  box-shadow: 0 0 0 1px #888;
   color: #666;
 }
diff --git a/chromium/chrome/browser/resources/options/search_page.js b/chromium/chrome/browser/resources/options/search_page.js
index cd72ba5f383..5d65f7c575e 100644
--- a/chromium/chrome/browser/resources/options/search_page.js
+++ b/chromium/chrome/browser/resources/options/search_page.js
@@ -269,10 +269,12 @@ cr.define('options', function() {
       // Cleanup the search query string.
       text = SearchPage.canonicalizeQuery(text);
 
-      // Set the hash on the current page, and the enclosing uber page
+      // Set the hash on the current page, and the enclosing uber page. Only do
+      // this if the page is not current. See https://crbug.com/401004.
       var hash = text ? '#' + encodeURIComponent(text) : '';
       var path = text ? this.name : '';
-      uber.pushState({}, path + hash);
+      if (location.hash != hash || location.pathname != '/' + path)
+        uber.pushState({}, path + hash);
 
       // Toggle the search page if necessary.
       if (text) {
diff --git a/chromium/chrome/chrome_tests_unit.gypi b/chromium/chrome/chrome_tests_unit.gypi
index 0e3721c3bc2..bdfcec75eb1 100644
--- a/chromium/chrome/chrome_tests_unit.gypi
+++ b/chromium/chrome/chrome_tests_unit.gypi
@@ -966,6 +966,7 @@
         'browser/extensions/extension_garbage_collector_chromeos_unittest.cc',
         'browser/extensions/extension_gcm_app_handler_unittest.cc',
         'browser/extensions/extension_icon_manager_unittest.cc',
+        'browser/extensions/extension_install_prompt_unittest.cc',
         'browser/extensions/extension_message_bubble_controller_unittest.cc',
         'browser/extensions/extension_prefs_unittest.cc',
         'browser/extensions/extension_prefs_unittest.h',
diff --git a/chromium/chrome/third_party/chromevox/chromeVoxChromeBackgroundScript.js b/chromium/chrome/third_party/chromevox/chromeVoxChromeBackgroundScript.js
index 9ee7347bf28..9665b1f27fb 100644
--- a/chromium/chrome/third_party/chromevox/chromeVoxChromeBackgroundScript.js
+++ b/chromium/chrome/third_party/chromevox/chromeVoxChromeBackgroundScript.js
@@ -1589,7 +1589,7 @@ cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa
 cvox.ChromeVoxEventWatcher.mutationHandler=function(a){if(cvox.ChromeVoxEventSuspender.areEventsSuspended())return!0;cvox.ChromeVox.navigationManager.updateIndicatorIfChanged();cvox.LiveRegions.processMutations(a,function(a,c){var d=new window.Event("LiveRegion");d.navDescriptions=c;d.assertive=a;cvox.ChromeVoxEventWatcher.addEvent(d,!0);return!0})};
 cvox.ChromeVoxEventWatcher.mouseClickEventWatcher=function(a){if(a.fromCvox)return!0;if(cvox.ChromeVox.host.mustRedispatchClickEvent())return cvox.ChromeVoxUserCommands.wasMouseClicked=!0,a.stopPropagation(),a.preventDefault(),cvox.Focuser.setFocus(cvox.ChromeVox.navigationManager.getCurrentNode()),cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("element_clicked"),cvox.ChromeVoxEventWatcher.queueMode_(),cvox.AbstractTts.PERSONALITY_ANNOTATION),a=cvox.ChromeVox.navigationManager.getCurrentNode(),
 cvox.DomUtil.clickElem(a,!1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserCommands.wasMouseClicked=!0};
-cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){var b="ontouchstart"in window,c=cvox.ChromeVoxEventWatcher.mouseoverDelayMs;if(b)c=0;else if(!cvox.ChromeVoxEventWatcher.focusFollowsMouse)return!0;if(cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEventWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a.target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),
+cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){var b=a.metaKey,c=cvox.ChromeVoxEventWatcher.mouseoverDelayMs;if(b)c=0;else if(!cvox.ChromeVoxEventWatcher.focusFollowsMouse)return!0;if(cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEventWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a.target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),
 cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null);if(a.target.tagName&&"BODY"==a.target.tagName)return cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null,!0;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=window.setTimeout(function(){cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null;if(a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode){cvox.ChromeVoxEventWatcher.shouldFlushNextUtterance=!0;cvox.ChromeVox.navigationManager.stopReading(!0);
 var b=a.target;cvox.Focuser.setFocus(b);cvox.ApiImplementation.syncToNode(b,!0,cvox.ChromeVoxEventWatcher.queueMode_());cvox.ChromeVoxEventWatcher.announcedMouseOverNode=b}},c);return!0};
 cvox.ChromeVoxEventWatcher.mouseOutEventWatcher=function(a){a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode&&(cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null));return!0};
diff --git a/chromium/chrome/third_party/chromevox/chromeVoxChromeOptionsScript.js b/chromium/chrome/third_party/chromevox/chromeVoxChromeOptionsScript.js
index 759b5c90145..4637e9ed02b 100644
--- a/chromium/chrome/third_party/chromevox/chromeVoxChromeOptionsScript.js
+++ b/chromium/chrome/third_party/chromevox/chromeVoxChromeOptionsScript.js
@@ -1525,7 +1525,7 @@ cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa
 cvox.ChromeVoxEventWatcher.mutationHandler=function(a){if(cvox.ChromeVoxEventSuspender.areEventsSuspended())return!0;cvox.ChromeVox.navigationManager.updateIndicatorIfChanged();cvox.LiveRegions.processMutations(a,function(a,c){var d=new window.Event("LiveRegion");d.navDescriptions=c;d.assertive=a;cvox.ChromeVoxEventWatcher.addEvent(d,!0);return!0})};
 cvox.ChromeVoxEventWatcher.mouseClickEventWatcher=function(a){if(a.fromCvox)return!0;if(cvox.ChromeVox.host.mustRedispatchClickEvent())return cvox.ChromeVoxUserCommands.wasMouseClicked=!0,a.stopPropagation(),a.preventDefault(),cvox.Focuser.setFocus(cvox.ChromeVox.navigationManager.getCurrentNode()),cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("element_clicked"),cvox.ChromeVoxEventWatcher.queueMode_(),cvox.AbstractTts.PERSONALITY_ANNOTATION),a=cvox.ChromeVox.navigationManager.getCurrentNode(),
 cvox.DomUtil.clickElem(a,!1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserCommands.wasMouseClicked=!0};
-cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){var b="ontouchstart"in window,c=cvox.ChromeVoxEventWatcher.mouseoverDelayMs;if(b)c=0;else if(!cvox.ChromeVoxEventWatcher.focusFollowsMouse)return!0;if(cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEventWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a.target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),
+cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){var b=a.metaKey,c=cvox.ChromeVoxEventWatcher.mouseoverDelayMs;if(b)c=0;else if(!cvox.ChromeVoxEventWatcher.focusFollowsMouse)return!0;if(cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEventWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a.target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),
 cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null);if(a.target.tagName&&"BODY"==a.target.tagName)return cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null,!0;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=window.setTimeout(function(){cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null;if(a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode){cvox.ChromeVoxEventWatcher.shouldFlushNextUtterance=!0;cvox.ChromeVox.navigationManager.stopReading(!0);
 var b=a.target;cvox.Focuser.setFocus(b);cvox.ApiImplementation.syncToNode(b,!0,cvox.ChromeVoxEventWatcher.queueMode_());cvox.ChromeVoxEventWatcher.announcedMouseOverNode=b}},c);return!0};
 cvox.ChromeVoxEventWatcher.mouseOutEventWatcher=function(a){a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode&&(cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null));return!0};
diff --git a/chromium/chrome/third_party/chromevox/chromeVoxChromePageScript.js b/chromium/chrome/third_party/chromevox/chromeVoxChromePageScript.js
index af97838c607..32ba9af623f 100644
--- a/chromium/chrome/third_party/chromevox/chromeVoxChromePageScript.js
+++ b/chromium/chrome/third_party/chromevox/chromeVoxChromePageScript.js
@@ -1474,7 +1474,7 @@ cvox.ChromeVoxEventWatcher.setLastFocusedNode_=function(a){cvox.ChromeVoxEventWa
 cvox.ChromeVoxEventWatcher.mutationHandler=function(a){if(cvox.ChromeVoxEventSuspender.areEventsSuspended())return!0;cvox.ChromeVox.navigationManager.updateIndicatorIfChanged();cvox.LiveRegions.processMutations(a,function(a,c){var d=new window.Event("LiveRegion");d.navDescriptions=c;d.assertive=a;cvox.ChromeVoxEventWatcher.addEvent(d,!0);return!0})};
 cvox.ChromeVoxEventWatcher.mouseClickEventWatcher=function(a){if(a.fromCvox)return!0;if(cvox.ChromeVox.host.mustRedispatchClickEvent())return cvox.ChromeVoxUserCommands.wasMouseClicked=!0,a.stopPropagation(),a.preventDefault(),cvox.Focuser.setFocus(cvox.ChromeVox.navigationManager.getCurrentNode()),cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg("element_clicked"),cvox.ChromeVoxEventWatcher.queueMode_(),cvox.AbstractTts.PERSONALITY_ANNOTATION),a=cvox.ChromeVox.navigationManager.getCurrentNode(),
 cvox.DomUtil.clickElem(a,!1,!0),!1;cvox.ChromeVoxEventWatcher.addEvent(a);return cvox.ChromeVoxUserCommands.wasMouseClicked=!0};
-cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){var b="ontouchstart"in window,c=cvox.ChromeVoxEventWatcher.mouseoverDelayMs;if(b)c=0;else if(!cvox.ChromeVoxEventWatcher.focusFollowsMouse)return!0;if(cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEventWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a.target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),
+cvox.ChromeVoxEventWatcher.mouseOverEventWatcher=function(a){var b=a.metaKey,c=cvox.ChromeVoxEventWatcher.mouseoverDelayMs;if(b)c=0;else if(!cvox.ChromeVoxEventWatcher.focusFollowsMouse)return!0;if(cvox.DomUtil.isDescendantOfNode(cvox.ChromeVoxEventWatcher.announcedMouseOverNode,a.target)||a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode)return!0;cvox.ChromeVoxEventWatcher.pendingMouseOverNode=a.target;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),
 cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null);if(a.target.tagName&&"BODY"==a.target.tagName)return cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.ChromeVoxEventWatcher.announcedMouseOverNode=null,!0;cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=window.setTimeout(function(){cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null;if(a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode){cvox.ChromeVoxEventWatcher.shouldFlushNextUtterance=!0;cvox.ChromeVox.navigationManager.stopReading(!0);
 var b=a.target;cvox.Focuser.setFocus(b);cvox.ApiImplementation.syncToNode(b,!0,cvox.ChromeVoxEventWatcher.queueMode_());cvox.ChromeVoxEventWatcher.announcedMouseOverNode=b}},c);return!0};
 cvox.ChromeVoxEventWatcher.mouseOutEventWatcher=function(a){a.target==cvox.ChromeVoxEventWatcher.pendingMouseOverNode&&(cvox.ChromeVoxEventWatcher.pendingMouseOverNode=null,cvox.ChromeVoxEventWatcher.mouseOverTimeoutId&&(window.clearTimeout(cvox.ChromeVoxEventWatcher.mouseOverTimeoutId),cvox.ChromeVoxEventWatcher.mouseOverTimeoutId=null));return!0};
diff --git a/chromium/chrome_elf/blacklist/blacklist.cc b/chromium/chrome_elf/blacklist/blacklist.cc
index efb9c97cd20..4026a0ac201 100644
--- a/chromium/chrome_elf/blacklist/blacklist.cc
+++ b/chromium/chrome_elf/blacklist/blacklist.cc
@@ -34,11 +34,19 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
                                         // See crbug.com/379218.
   L"activedetect64.dll",                // Lenovo One Key Theater.
   L"bitguard.dll",                      // Unknown (suspected malware).
+  L"cespy.dll",                         // CovenantEyes.
   L"chrmxtn.dll",                       // Unknown (keystroke logger).
+  L"cplushook.dll",                     // Unknown (suspected malware).
   L"datamngr.dll",                      // Unknown (suspected adware).
   L"hk.dll",                            // Unknown (keystroke logger).
+  L"libapi2hook.dll",                   // V-Bates.
+  L"libinject.dll",                     // V-Bates.
+  L"libinject2.dll",                    // V-Bates.
+  L"libredir2.dll",                     // V-Bates.
   L"libsvn_tsvn32.dll",                 // TortoiseSVN.
+  L"libwinhook.dll",                    // V-Bates.
   L"lmrn.dll",                          // Unknown.
+  L"minisp.dll",                        // Unknown (suspected malware).
   L"scdetour.dll",                      // Quick Heal Antivirus.
                                         // See crbug.com/382561.
   L"systemk.dll",                       // Unknown (suspected adware).
diff --git a/chromium/codereview.settings b/chromium/codereview.settings
index 76514e97e34..9789920c941 100644
--- a/chromium/codereview.settings
+++ b/chromium/codereview.settings
@@ -1,7 +1,7 @@
 # This file is used by gcl to get repository specific information.
 CODE_REVIEW_SERVER: codereview.chromium.org
 CC_LIST: chromium-reviews@chromium.org
-VIEW_VC: https://src.chromium.org/viewvc/chrome?view=rev&revision=
+VIEW_VC: https://chromium.googlesource.com/chromium/src/+/
 STATUS: http://chromium-status.appspot.com/status
 TRY_ON_UPLOAD: True
 TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try
@@ -9,3 +9,4 @@ GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-u
 GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
 LINT_IGNORE_REGEX: webkit/api/.*
 PROJECT: chromium
+PENDING_REF_PREFIX: refs/pending/
diff --git a/chromium/content/browser/accessibility/dump_accessibility_tree_browsertest.cc b/chromium/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
index d373f7b8757..85169bda025 100644
--- a/chromium/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
+++ b/chromium/content/browser/accessibility/dump_accessibility_tree_browsertest.cc
@@ -93,8 +93,27 @@ class DumpAccessibilityTreeTest : public ContentBrowserTest {
     filters->push_back(Filter(base::ASCIIToUTF16("*=''"), Filter::DENY));
   }
 
-  void ParseFilters(const std::string& test_html,
-                    std::vector<Filter>* filters) {
+  // Parse the test html file and parse special directives, usually
+  // beginning with an '@' and inside an HTML comment, that control how the
+  // test is run and how the results are interpreted.
+  //
+  // When the accessibility tree is dumped as text, each attribute is
+  // run through filters before being appended to the string. An "allow"
+  // filter specifies attribute strings that should be dumped, and a "deny"
+  // filter specifies strings that should be suppressed. As an example,
+  // @MAC-ALLOW:AXSubrole=* means that the AXSubrole attribute should be
+  // printed, while @MAC-ALLOW:AXSubrole=AXList* means that any subrole
+  // beginning with the text "AXList" should be printed.
+  //
+  // The @WAIT-FOR:text directive allows the test to specify that the document
+  // may dynamically change after initial load, and the test is to wait
+  // until the given string (e.g., "text") appears in the resulting dump.
+  // A test can make some changes to the document, then append a magic string
+  // indicating that the test is done, and this framework will wait for that
+  // string to appear before comparing the results.
+  void ParseHtmlForExtraDirectives(const std::string& test_html,
+                                   std::vector<Filter>* filters,
+                                   std::string* wait_for) {
     std::vector<std::string> lines;
     base::SplitString(test_html, '\n', &lines);
     for (std::vector<std::string>::const_iterator iter = lines.begin();
@@ -107,6 +126,7 @@ class DumpAccessibilityTreeTest : public ContentBrowserTest {
           AccessibilityTreeFormatter::GetAllowString();
       const std::string& deny_str =
           AccessibilityTreeFormatter::GetDenyString();
+      const std::string& wait_str = "@WAIT-FOR:";
       if (StartsWithASCII(line, allow_empty_str, true)) {
         filters->push_back(
           Filter(base::UTF8ToUTF16(line.substr(allow_empty_str.size())),
@@ -119,6 +139,8 @@ class DumpAccessibilityTreeTest : public ContentBrowserTest {
         filters->push_back(Filter(base::UTF8ToUTF16(
                                       line.substr(deny_str.size())),
                                   Filter::DENY));
+      } else if (StartsWithASCII(line, wait_str, true)) {
+        *wait_for = line.substr(wait_str.size());
       }
     }
   }
@@ -170,32 +192,52 @@ void DumpAccessibilityTreeTest::RunTest(
     return;
   }
 
+  // Parse filters and other directives in the test file.
+  std::vector<Filter> filters;
+  std::string wait_for;
+  AddDefaultFilters(&filters);
+  ParseHtmlForExtraDirectives(html_contents, &filters, &wait_for);
+
   // Load the page.
   base::string16 html_contents16;
   html_contents16 = base::UTF8ToUTF16(html_contents);
   GURL url = GetTestUrl("accessibility",
                         html_file.BaseName().MaybeAsASCII().c_str());
-  AccessibilityNotificationWaiter waiter(
-      shell(), AccessibilityModeComplete,
-      ui::AX_EVENT_LOAD_COMPLETE);
+
+  // If there's a @WAIT-FOR directive, set up an accessibility notification
+  // waiter that returns on any event; we'll stop when we get the text we're
+  // waiting for, or time out. Otherwise just wait specifically for
+  // the "load complete" event.
+  scoped_ptr<AccessibilityNotificationWaiter> waiter;
+  if (!wait_for.empty()) {
+    waiter.reset(new AccessibilityNotificationWaiter(
+        shell(), AccessibilityModeComplete, ui::AX_EVENT_NONE));
+  } else {
+    waiter.reset(new AccessibilityNotificationWaiter(
+        shell(), AccessibilityModeComplete, ui::AX_EVENT_LOAD_COMPLETE));
+  }
+
+  // Load the test html.
   NavigateToURL(shell(), url);
-  waiter.WaitForNotification();
 
+  // Wait for notifications. If there's a @WAIT-FOR directive, break when
+  // the text we're waiting for appears in the dump, otherwise break after
+  // the first notification, which will be a load complete.
   RenderWidgetHostViewBase* host_view = static_cast<RenderWidgetHostViewBase*>(
       shell()->web_contents()->GetRenderWidgetHostView());
-  AccessibilityTreeFormatter formatter(
-      host_view->GetBrowserAccessibilityManager()->GetRoot());
-
-  // Parse filters in the test file.
-  std::vector<Filter> filters;
-  AddDefaultFilters(&filters);
-  ParseFilters(html_contents, &filters);
-  formatter.SetFilters(filters);
+  std::string actual_contents;
+  do {
+    waiter->WaitForNotification();
+    base::string16 actual_contents_utf16;
+    AccessibilityTreeFormatter formatter(
+        host_view->GetBrowserAccessibilityManager()->GetRoot());
+    formatter.SetFilters(filters);
+    formatter.FormatAccessibilityTree(&actual_contents_utf16);
+    actual_contents = base::UTF16ToUTF8(actual_contents_utf16);
+  } while (!wait_for.empty() &&
+           actual_contents.find(wait_for) == std::string::npos);
 
   // Perform a diff (or write the initial baseline).
-  base::string16 actual_contents_utf16;
-  formatter.FormatAccessibilityTree(&actual_contents_utf16);
-  std::string actual_contents = base::UTF16ToUTF8(actual_contents_utf16);
   std::vector<std::string> actual_lines, expected_lines;
   Tokenize(actual_contents, "\n", &actual_lines);
   Tokenize(expected_contents, "\n", &expected_lines);
@@ -515,6 +557,10 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTableSpans) {
   RunTest(FILE_PATH_LITERAL("table-spans.html"));
 }
 
+IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityTransition) {
+  RunTest(FILE_PATH_LITERAL("transition.html"));
+}
+
 IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
                        AccessibilityToggleButton) {
   RunTest(FILE_PATH_LITERAL("togglebutton.html"));
diff --git a/chromium/content/browser/android/content_view_core_impl.cc b/chromium/content/browser/android/content_view_core_impl.cc
index fc0af4c922b..10215503fb2 100644
--- a/chromium/content/browser/android/content_view_core_impl.cc
+++ b/chromium/content/browser/android/content_view_core_impl.cc
@@ -944,7 +944,10 @@ jboolean ContentViewCoreImpl::OnTouchEvent(JNIEnv* env,
                                            jfloat touch_major_0,
                                            jfloat touch_major_1,
                                            jfloat raw_pos_x,
-                                           jfloat raw_pos_y) {
+                                           jfloat raw_pos_y,
+                                           jint android_tool_type_0,
+                                           jint android_tool_type_1,
+                                           jint android_button_state) {
   RenderWidgetHostViewAndroid* rwhv = GetRenderWidgetHostViewAndroid();
   // Avoid synthesizing a touch event if it cannot be forwarded.
   if (!rwhv)
@@ -967,7 +970,10 @@ jboolean ContentViewCoreImpl::OnTouchEvent(JNIEnv* env,
                            touch_major_0,
                            touch_major_1,
                            raw_pos_x,
-                           raw_pos_y);
+                           raw_pos_y,
+                           android_tool_type_0,
+                           android_tool_type_1,
+                           android_button_state);
 
   return rwhv->OnTouchEvent(event);
 }
@@ -1523,6 +1529,14 @@ void ContentViewCoreImpl::SetAccessibilityEnabled(JNIEnv* env, jobject obj,
   SetAccessibilityEnabledInternal(enabled);
 }
 
+void ContentViewCoreImpl::ShowSelectionHandlesAutomatically() const {
+  JNIEnv* env = AttachCurrentThread();
+  ScopedJavaLocalRef<jobject> obj(java_ref_.get(env));
+  if (obj.is_null())
+    return;
+  Java_ContentViewCore_showSelectionHandlesAutomatically(env, obj.obj());
+}
+
 void ContentViewCoreImpl::SetAccessibilityEnabledInternal(bool enabled) {
   accessibility_enabled_ = enabled;
   RenderWidgetHostViewAndroid* host_view = GetRenderWidgetHostViewAndroid();
@@ -1598,14 +1612,18 @@ void ContentViewCoreImpl::RequestTextSurroundingSelection(
 }
 
 void ContentViewCoreImpl::OnSmartClipDataExtracted(
-    const base::string16& result) {
+    const base::string16& text,
+    const base::string16& html,
+    const gfx::Rect& clip_rect) {
   JNIEnv* env = AttachCurrentThread();
   ScopedJavaLocalRef<jobject> obj = java_ref_.get(env);
   if (obj.is_null())
     return;
-  ScopedJavaLocalRef<jstring> jresult = ConvertUTF16ToJavaString(env, result);
+  ScopedJavaLocalRef<jstring> jtext = ConvertUTF16ToJavaString(env, text);
+  ScopedJavaLocalRef<jstring> jhtml = ConvertUTF16ToJavaString(env, html);
+  ScopedJavaLocalRef<jobject> clip_rect_object(CreateJavaRect(env, clip_rect));
   Java_ContentViewCore_onSmartClipDataExtracted(
-      env, obj.obj(), jresult.obj());
+      env, obj.obj(), jtext.obj(), jhtml.obj(), clip_rect_object.obj());
 }
 
 void ContentViewCoreImpl::WebContentsDestroyed() {
diff --git a/chromium/content/browser/android/content_view_core_impl.h b/chromium/content/browser/android/content_view_core_impl.h
index 3bb12913975..462f3dceb8a 100644
--- a/chromium/content/browser/android/content_view_core_impl.h
+++ b/chromium/content/browser/android/content_view_core_impl.h
@@ -114,7 +114,10 @@ class ContentViewCoreImpl : public ContentViewCore,
                         jfloat touch_major_0,
                         jfloat touch_major_1,
                         jfloat raw_pos_x,
-                        jfloat raw_pos_y);
+                        jfloat raw_pos_y,
+                        jint android_tool_type_0,
+                        jint android_tool_type_1,
+                        jint android_button_state);
   jboolean SendMouseMoveEvent(JNIEnv* env,
                               jobject obj,
                               jlong time_ms,
@@ -235,7 +238,9 @@ class ContentViewCoreImpl : public ContentViewCore,
   // Public methods that call to Java via JNI
   // --------------------------------------------------------------------------
 
-  void OnSmartClipDataExtracted(const base::string16& result);
+  void OnSmartClipDataExtracted(const base::string16& text,
+                                const base::string16& html,
+                                const gfx::Rect& clip_rect);
 
   // Creates a popup menu with |items|.
   // |multiple| defines if it should support multi-select.
@@ -302,6 +307,8 @@ class ContentViewCoreImpl : public ContentViewCore,
 
   void SetAccessibilityEnabledInternal(bool enabled);
 
+  void ShowSelectionHandlesAutomatically() const;
+
   // --------------------------------------------------------------------------
   // Methods called from native code
   // --------------------------------------------------------------------------
diff --git a/chromium/content/browser/android/devtools_auth.cc b/chromium/content/browser/android/devtools_auth.cc
index c89cdc0cbf1..777a01e00b0 100644
--- a/chromium/content/browser/android/devtools_auth.cc
+++ b/chromium/content/browser/android/devtools_auth.cc
@@ -4,6 +4,9 @@
 
 #include "content/public/browser/android/devtools_auth.h"
 
+#include <unistd.h>
+#include <sys/types.h>
+
 #include "base/logging.h"
 
 namespace content {
@@ -15,8 +18,9 @@ bool CanUserConnectToDevTools(uid_t uid, gid_t gid) {
     return false;
   }
   if (gid == uid &&
-      (strcmp("root", creds->pw_name) == 0 ||  // For rooted devices
-       strcmp("shell", creds->pw_name) == 0)) {  // For non-rooted devices
+      (strcmp("root", creds->pw_name) == 0 ||   // For rooted devices
+       strcmp("shell", creds->pw_name) == 0 ||  // For non-rooted devices
+       uid == getuid())) {  // From processes signed with the same key
     return true;
   }
   LOG(WARNING) << "DevTools: connection attempt from " << creds->pw_name;
diff --git a/chromium/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/chromium/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
index c19173cd3cc..e5a0a681fb4 100644
--- a/chromium/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
+++ b/chromium/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
@@ -228,6 +228,11 @@ void SynchronousCompositorFactoryImpl::CompositorReleasedHardwareDraw() {
   base::AutoLock lock(num_hardware_compositor_lock_);
   DCHECK_GT(num_hardware_compositors_, 0u);
   num_hardware_compositors_--;
+  if (num_hardware_compositors_ == 0) {
+    // Nullify the video_context_provider_ now so that it is not null only if
+    // there is at least 1 hardware compositor
+    video_context_provider_ = NULL;
+  }
 }
 
 bool SynchronousCompositorFactoryImpl::CanCreateMainThreadContext() {
@@ -241,8 +246,8 @@ SynchronousCompositorFactoryImpl::TryCreateStreamTextureFactory() {
       context_provider;
   // This check only guarantees the main thread context is created after
   // a compositor did successfully initialize hardware draw in the past.
-  // In particular this does not guarantee that the main thread context
-  // will fail creation when all compositors release hardware draw.
+  // When all compositors have released hardware draw, main thread context
+  // creation is guaranteed to fail.
   if (CanCreateMainThreadContext() && !video_context_provider_) {
     DCHECK(service_);
     DCHECK(share_context_.get());
diff --git a/chromium/content/browser/media/android/browser_media_player_manager.cc b/chromium/content/browser/media/android/browser_media_player_manager.cc
index 5df9016f7b7..d0c0a697c34 100644
--- a/chromium/content/browser/media/android/browser_media_player_manager.cc
+++ b/chromium/content/browser/media/android/browser_media_player_manager.cc
@@ -26,6 +26,7 @@
 #include "content/public/common/content_switches.h"
 #include "media/base/android/media_player_bridge.h"
 #include "media/base/android/media_source_player.h"
+#include "media/base/android/media_url_interceptor.h"
 #include "media/base/media_switches.h"
 
 using media::MediaPlayerAndroid;
@@ -40,12 +41,19 @@ namespace content {
 const int kMediaPlayerThreshold = 1;
 
 static BrowserMediaPlayerManager::Factory g_factory = NULL;
+static media::MediaUrlInterceptor* media_url_interceptor_ = NULL;
 
 // static
 void BrowserMediaPlayerManager::RegisterFactory(Factory factory) {
   g_factory = factory;
 }
 
+// static
+void BrowserMediaPlayerManager::RegisterMediaUrlInterceptor(
+    media::MediaUrlInterceptor* media_url_interceptor) {
+  media_url_interceptor_ = media_url_interceptor;
+}
+
 // static
 BrowserMediaPlayerManager* BrowserMediaPlayerManager::Create(
     RenderFrameHost* rfh) {
@@ -77,7 +85,8 @@ MediaPlayerAndroid* BrowserMediaPlayerManager::CreateMediaPlayer(
                      weak_ptr_factory_.GetWeakPtr()),
           base::Bind(&BrowserMediaPlayerManager::OnMediaResourcesReleased,
                      weak_ptr_factory_.GetWeakPtr()),
-          media_player_params.frame_url);
+          media_player_params.frame_url,
+          media_player_params.allow_credentials);
       BrowserMediaPlayerManager* browser_media_player_manager =
           static_cast<BrowserMediaPlayerManager*>(manager);
       ContentViewCoreImpl* content_view_core_impl =
@@ -297,6 +306,11 @@ BrowserMediaPlayerManager::GetMediaResourceGetter() {
   return media_resource_getter_.get();
 }
 
+media::MediaUrlInterceptor*
+BrowserMediaPlayerManager::GetMediaUrlInterceptor() {
+  return media_url_interceptor_;
+}
+
 MediaPlayerAndroid* BrowserMediaPlayerManager::GetFullscreenPlayer() {
   return GetPlayer(fullscreen_player_id_);
 }
@@ -395,6 +409,24 @@ void BrowserMediaPlayerManager::OnEnterFullscreen(int player_id) {
     video_view_->OpenVideo();
     return;
   } else if (!ContentVideoView::GetInstance()) {
+    if (!GetPlayer(player_id)) {
+      // If a player doesn't exist, it must be waiting for CORS check.
+      // As a result, just request the tab to enter fullscreen mode without
+      // creating the surface view. This is only needed for M37.
+      Send(new MediaPlayerMsg_DidEnterFullscreen(RoutingID(), player_id));
+      if (CommandLine::ForCurrentProcess()->HasSwitch(
+          switches::kDisableOverlayFullscreenVideoSubtitle)) {
+        return;
+      }
+      if (RenderWidgetHostViewAndroid* view_android =
+          static_cast<RenderWidgetHostViewAndroid*>(
+              web_contents_->GetRenderWidgetHostView())) {
+        view_android->SetOverlayVideoMode(true);
+      }
+      if (WebContentsDelegate* delegate = web_contents_->GetDelegate())
+          delegate->ToggleFullscreenModeForTab(web_contents_, true);
+    }
+
     // In Android WebView, two ContentViewCores could both try to enter
     // fullscreen video, we just ignore the second one.
     video_view_.reset(new ContentVideoView(this));
diff --git a/chromium/content/browser/media/android/browser_media_player_manager.h b/chromium/content/browser/media/android/browser_media_player_manager.h
index 4c533885bf6..5f3fae57565 100644
--- a/chromium/content/browser/media/android/browser_media_player_manager.h
+++ b/chromium/content/browser/media/android/browser_media_player_manager.h
@@ -16,6 +16,7 @@
 #include "ipc/ipc_message.h"
 #include "media/base/android/media_player_android.h"
 #include "media/base/android/media_player_manager.h"
+#include "media/base/android/media_url_interceptor.h"
 #include "ui/gfx/rect_f.h"
 #include "url/gurl.h"
 
@@ -44,6 +45,10 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
   typedef BrowserMediaPlayerManager* (*Factory)(RenderFrameHost*);
   static void RegisterFactory(Factory factory);
 
+  // Permits embedders to handle custom urls.
+  static void RegisterMediaUrlInterceptor(
+      media::MediaUrlInterceptor* media_url_interceptor);
+
   // Returns a new instance using the registered factory if available.
   static BrowserMediaPlayerManager* Create(RenderFrameHost* rfh);
 
@@ -84,6 +89,7 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
   virtual void OnVideoSizeChanged(
       int player_id, int width, int height) OVERRIDE;
   virtual media::MediaResourceGetter* GetMediaResourceGetter() OVERRIDE;
+  virtual media::MediaUrlInterceptor* GetMediaUrlInterceptor() OVERRIDE;
   virtual media::MediaPlayerAndroid* GetFullscreenPlayer() OVERRIDE;
   virtual media::MediaPlayerAndroid* GetPlayer(int player_id) OVERRIDE;
   virtual void RequestFullScreen(int player_id) OVERRIDE;
diff --git a/chromium/content/browser/media/android/media_resource_getter_impl.cc b/chromium/content/browser/media/android/media_resource_getter_impl.cc
index bcf293d9252..dac0059e9f7 100644
--- a/chromium/content/browser/media/android/media_resource_getter_impl.cc
+++ b/chromium/content/browser/media/android/media_resource_getter_impl.cc
@@ -18,6 +18,8 @@
 #include "content/public/common/content_client.h"
 #include "content/public/common/url_constants.h"
 #include "jni/MediaResourceGetter_jni.h"
+#include "media/base/android/media_url_interceptor.h"
+#include "net/base/auth.h"
 #include "net/cookies/cookie_monster.h"
 #include "net/cookies/cookie_store.h"
 #include "net/url_request/url_request_context.h"
@@ -75,7 +77,21 @@ static void RequestPlaformPathFromFileSystemURL(
     ReturnResultOnUIThread(callback, std::string());
 }
 
-// Get the metadata from a media URL. When finished, a task is posted to the UI
+// Posts a task to the UI thread to run the callback function.
+static void PostMediaMetadataCallbackTask(
+    const media::MediaResourceGetter::ExtractMediaMetadataCB& callback,
+    JNIEnv* env, ScopedJavaLocalRef<jobject>& j_metadata) {
+  BrowserThread::PostTask(
+        BrowserThread::UI, FROM_HERE,
+        base::Bind(callback, base::TimeDelta::FromMilliseconds(
+                       Java_MediaMetadata_getDurationInMilliseconds(
+                           env, j_metadata.obj())),
+                   Java_MediaMetadata_getWidth(env, j_metadata.obj()),
+                   Java_MediaMetadata_getHeight(env, j_metadata.obj()),
+                   Java_MediaMetadata_isSuccess(env, j_metadata.obj())));
+}
+
+// Gets the metadata from a media URL. When finished, a task is posted to the UI
 // thread to run the callback function.
 static void GetMediaMetadata(
     const std::string& url, const std::string& cookies,
@@ -94,14 +110,22 @@ static void GetMediaMetadata(
                                                     j_url_string.obj(),
                                                     j_cookies.obj(),
                                                     j_user_agent.obj());
-  BrowserThread::PostTask(
-      BrowserThread::UI, FROM_HERE,
-      base::Bind(callback, base::TimeDelta::FromMilliseconds(
-                     Java_MediaMetadata_getDurationInMilliseconds(
-                         env, j_metadata.obj())),
-                 Java_MediaMetadata_getWidth(env, j_metadata.obj()),
-                 Java_MediaMetadata_getHeight(env, j_metadata.obj()),
-                 Java_MediaMetadata_isSuccess(env, j_metadata.obj())));
+
+  PostMediaMetadataCallbackTask(callback, env, j_metadata);
+}
+
+// Gets the metadata from a file descriptor. When finished, a task is posted to
+// the UI thread to run the callback function.
+static void GetMediaMetadataFromFd(
+    const int fd, const int64 offset, const int64 size,
+    const media::MediaResourceGetter::ExtractMediaMetadataCB& callback) {
+  JNIEnv* env = base::android::AttachCurrentThread();
+
+  ScopedJavaLocalRef<jobject> j_metadata =
+      Java_MediaResourceGetter_extractMediaMetadataFromFd(
+          env, fd, offset, size);
+
+  PostMediaMetadataCallbackTask(callback, env, j_metadata);
 }
 
 // The task object that retrieves cookie on the IO thread.
@@ -276,6 +300,16 @@ void MediaResourceGetterImpl::ExtractMediaMetadata(
       base::Bind(&GetMediaMetadata, url, cookies, user_agent, callback));
 }
 
+void MediaResourceGetterImpl::ExtractMediaMetadata(
+    const int fd, const int64 offset, const int64 size,
+    const ExtractMediaMetadataCB& callback) {
+  DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
+  base::SequencedWorkerPool* pool = content::BrowserThread::GetBlockingPool();
+  pool->PostWorkerTask(
+      FROM_HERE,
+      base::Bind(&GetMediaMetadataFromFd, fd, offset, size, callback));
+}
+
 // static
 bool MediaResourceGetterImpl::RegisterMediaResourceGetter(JNIEnv* env) {
   return RegisterNativesImpl(env);
diff --git a/chromium/content/browser/media/android/media_resource_getter_impl.h b/chromium/content/browser/media/android/media_resource_getter_impl.h
index c1ed4b97b36..252ada81230 100644
--- a/chromium/content/browser/media/android/media_resource_getter_impl.h
+++ b/chromium/content/browser/media/android/media_resource_getter_impl.h
@@ -12,6 +12,8 @@
 #include "base/memory/weak_ptr.h"
 #include "base/synchronization/waitable_event.h"
 #include "media/base/android/media_resource_getter.h"
+#include "media/base/android/media_url_interceptor.h"
+#include "net/base/auth.h"
 #include "net/cookies/canonical_cookie.h"
 
 namespace fileapi {
@@ -51,6 +53,11 @@ class MediaResourceGetterImpl : public media::MediaResourceGetter {
       const std::string& url, const std::string& cookies,
       const std::string& user_agent,
       const ExtractMediaMetadataCB& callback) OVERRIDE;
+  virtual void ExtractMediaMetadata(
+      const int fd,
+      const int64 offset,
+      const int64 size,
+      const ExtractMediaMetadataCB& callback) OVERRIDE;
 
   static bool RegisterMediaResourceGetter(JNIEnv* env);
 
diff --git a/chromium/content/browser/renderer_host/input/gesture_text_selector.cc b/chromium/content/browser/renderer_host/input/gesture_text_selector.cc
new file mode 100644
index 00000000000..59f28cf3245
--- /dev/null
+++ b/chromium/content/browser/renderer_host/input/gesture_text_selector.cc
@@ -0,0 +1,74 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/browser/renderer_host/input/gesture_text_selector.h"
+
+#include "ui/events/event_constants.h"
+#include "ui/events/gesture_detection/gesture_event_data.h"
+#include "ui/events/gesture_detection/motion_event.h"
+
+namespace content {
+
+GestureTextSelector::GestureTextSelector(GestureTextSelectorClient* client)
+    : client_(client),
+      text_selection_triggered_(false),
+      anchor_x_(0.0f),
+      anchor_y_(0.0f) {
+}
+
+GestureTextSelector::~GestureTextSelector() {
+}
+
+bool GestureTextSelector::OnTouchEvent(const ui::MotionEvent& event) {
+  if (event.GetAction() == ui::MotionEvent::ACTION_DOWN) {
+    // Only trigger selection on ACTION_DOWN to prevent partial touch or gesture
+    // sequences from being forwarded.
+    text_selection_triggered_ = ShouldStartTextSelection(event);
+  }
+  return text_selection_triggered_;
+}
+
+bool GestureTextSelector::OnGestureEvent(const ui::GestureEventData& gesture) {
+  if (!text_selection_triggered_)
+    return false;
+
+  switch (gesture.type()) {
+    case ui::ET_GESTURE_TAP: {
+      client_->LongPress(gesture.time, gesture.x, gesture.y);
+      break;
+    }
+    case ui::ET_GESTURE_SCROLL_BEGIN: {
+      client_->Unselect();
+      anchor_x_ = gesture.x;
+      anchor_y_ = gesture.y;
+      break;
+    }
+    case ui::ET_GESTURE_SCROLL_UPDATE: {
+      // TODO(changwan): check if we can show handles on ET_GESTURE_SCROLL_END
+      // instead. Currently it is not possible as ShowSelectionHandles should
+      // be called before we change the selection.
+      client_->ShowSelectionHandlesAutomatically();
+      client_->SelectRange(anchor_x_, anchor_y_, gesture.x, gesture.y);
+      break;
+    }
+    default:
+      // Suppress all other gestures when we are selecting text.
+      break;
+  }
+  return true;
+}
+
+// static
+bool GestureTextSelector::ShouldStartTextSelection(
+    const ui::MotionEvent& event) {
+  DCHECK_GT(event.GetPointerCount(), 0u);
+  // Currently we are supporting stylus-only cases.
+  const bool is_stylus =
+      event.GetToolType(0) == ui::MotionEvent::TOOL_TYPE_STYLUS;
+  const bool is_only_secondary_button_pressed =
+      event.GetButtonState() == ui::MotionEvent::BUTTON_SECONDARY;
+  return is_stylus && is_only_secondary_button_pressed;
+}
+
+}  // namespace content
diff --git a/chromium/content/browser/renderer_host/input/gesture_text_selector.h b/chromium/content/browser/renderer_host/input/gesture_text_selector.h
new file mode 100644
index 00000000000..092c30dab12
--- /dev/null
+++ b/chromium/content/browser/renderer_host/input/gesture_text_selector.h
@@ -0,0 +1,65 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_GESTURE_TEXT_SELECTOR_H_
+#define CONTENT_BROWSER_RENDERER_HOST_INPUT_GESTURE_TEXT_SELECTOR_H_
+
+#include "base/gtest_prod_util.h"
+#include "base/macros.h"
+#include "base/time/time.h"
+#include "content/common/content_export.h"
+
+namespace ui {
+struct GestureEventData;
+class MotionEvent;
+}
+
+namespace content {
+class GestureTextSelectorTest;
+
+// Interface with which GestureTextSelector can select, unselect, show
+// selection handles, or long press.
+class CONTENT_EXPORT GestureTextSelectorClient {
+ public:
+  virtual ~GestureTextSelectorClient() {}
+
+  virtual void ShowSelectionHandlesAutomatically() = 0;
+  virtual void SelectRange(float x1, float y1, float x2, float y2) = 0;
+  virtual void Unselect() = 0;
+  virtual void LongPress(base::TimeTicks time, float x, float y) = 0;
+};
+
+// A class to handle gesture-based text selection, such as when clicking first
+// button on stylus input. It also generates a synthetic long press gesture on
+// tap so that a word can be selected or the contextual menu can be shown.
+class CONTENT_EXPORT GestureTextSelector {
+ public:
+  explicit GestureTextSelector(GestureTextSelectorClient* client);
+  virtual ~GestureTextSelector();
+
+  // This should be called after gesture detection but before associated
+  // gestures are dispatched. Returns whether it will consume |event|.
+  bool OnTouchEvent(const ui::MotionEvent& event);
+
+  // Returns whether it will consume the event.
+  bool OnGestureEvent(const ui::GestureEventData& gesture);
+
+ private:
+  friend class GestureTextSelectorTest;
+  FRIEND_TEST_ALL_PREFIXES(GestureTextSelectorTest,
+                           ShouldStartTextSelection);
+
+  static bool ShouldStartTextSelection(const ui::MotionEvent& event);
+
+  GestureTextSelectorClient* client_;
+  bool text_selection_triggered_;
+  float anchor_x_;
+  float anchor_y_;
+
+  DISALLOW_COPY_AND_ASSIGN(GestureTextSelector);
+};
+
+}  // namespace content
+
+#endif  // CONTENT_BROWSER_RENDERER_HOST_INPUT_GESTURE_TEXT_SELECTOR_H_
diff --git a/chromium/content/browser/renderer_host/input/gesture_text_selector_unittest.cc b/chromium/content/browser/renderer_host/input/gesture_text_selector_unittest.cc
new file mode 100644
index 00000000000..c5be224ed99
--- /dev/null
+++ b/chromium/content/browser/renderer_host/input/gesture_text_selector_unittest.cc
@@ -0,0 +1,221 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include <string>
+#include <vector>
+
+#include "base/memory/scoped_ptr.h"
+#include "base/time/time.h"
+#include "content/browser/renderer_host/input/gesture_text_selector.h"
+#include "testing/gtest/include/gtest/gtest.h"
+#include "ui/events/event_constants.h"
+#include "ui/events/gesture_detection/gesture_event_data.h"
+#include "ui/events/gesture_detection/motion_event.h"
+#include "ui/events/test/mock_motion_event.h"
+#include "ui/gfx/geometry/rect_f.h"
+
+using ui::GestureEventData;
+using ui::GestureEventDetails;
+using ui::MotionEvent;
+using ui::test::MockMotionEvent;
+
+namespace content {
+
+class GestureTextSelectorTest : public testing::Test,
+                                public GestureTextSelectorClient {
+ public:
+  GestureTextSelectorTest() {}
+  virtual ~GestureTextSelectorTest() {}
+
+  // Test implementation.
+  virtual void SetUp() OVERRIDE {
+    selector_.reset(new GestureTextSelector(this));
+    event_log_.clear();
+  }
+
+  virtual void TearDown() OVERRIDE {
+    selector_.reset();
+    event_log_.clear();
+  }
+
+  // GestureTextSelectorClient implementation.
+  virtual void ShowSelectionHandlesAutomatically() OVERRIDE {
+    event_log_.push_back("Show");
+  }
+
+  virtual void SelectRange(float x1, float y1, float x2, float y2) OVERRIDE {
+    event_log_.push_back("SelectRange");
+  }
+
+  virtual void Unselect() OVERRIDE {
+    event_log_.push_back("Unselect");
+  }
+
+  virtual void LongPress(base::TimeTicks time, float x, float y) OVERRIDE {
+    event_log_.push_back("LongPress");
+  }
+
+ protected:
+  scoped_ptr<GestureTextSelector> selector_;
+  std::vector<std::string> event_log_;
+};
+
+TEST_F(GestureTextSelectorTest, ShouldStartTextSelection) {
+  base::TimeTicks event_time = base::TimeTicks::Now();
+  {  // Touched with a finger.
+    MockMotionEvent e(MotionEvent::ACTION_DOWN, event_time, 50.0f, 50.0f);
+    e.SetToolType(0, MotionEvent::TOOL_TYPE_FINGER);
+    e.SetButtonState(0);
+    EXPECT_FALSE(selector_->ShouldStartTextSelection(e));
+  }
+
+  {  // Touched with a stylus, but no button pressed.
+    MockMotionEvent e(MotionEvent::ACTION_DOWN, event_time, 50.0f, 50.0f);
+    e.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+    e.SetButtonState(0);
+    EXPECT_FALSE(selector_->ShouldStartTextSelection(e));
+  }
+
+  {  // Touched with a stylus, with first button (BUTTON_SECONDARY) pressed.
+    MockMotionEvent e(MotionEvent::ACTION_DOWN, event_time, 50.0f, 50.0f);
+    e.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+    e.SetButtonState(MotionEvent::BUTTON_SECONDARY);
+    EXPECT_TRUE(selector_->ShouldStartTextSelection(e));
+  }
+
+  {  // Touched with a stylus, with two buttons pressed.
+    MockMotionEvent e(MotionEvent::ACTION_DOWN, event_time, 50.0f, 50.0f);
+    e.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+    e.SetButtonState(
+        MotionEvent::BUTTON_SECONDARY | MotionEvent::BUTTON_TERTIARY);
+    EXPECT_FALSE(selector_->ShouldStartTextSelection(e));
+  }
+}
+
+TEST_F(GestureTextSelectorTest, FingerTouch) {
+  base::TimeTicks event_time = base::TimeTicks::Now();
+  const float x = 50.0f;
+  const float y = 30.0f;
+  // 1. Touched with a finger: ignored
+  MockMotionEvent finger(MotionEvent::ACTION_DOWN, event_time, x, y);
+  finger.SetToolType(0, MotionEvent::TOOL_TYPE_FINGER);
+  EXPECT_FALSE(selector_->OnTouchEvent(finger));
+  // We do not consume finger events.
+  EXPECT_TRUE(event_log_.empty());
+}
+
+TEST_F(GestureTextSelectorTest, PenDragging) {
+  base::TimeTicks event_time = base::TimeTicks::Now();
+  const float x1 = 50.0f;
+  const float y1 = 30.0f;
+  const float x2 = 100.0f;
+  const float y2 = 90.0f;
+  // 1. ACTION_DOWN with stylus + button
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  MockMotionEvent action_down(MotionEvent::ACTION_DOWN, event_time, x1, y1);
+  action_down.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+  action_down.SetButtonState(MotionEvent::BUTTON_SECONDARY);
+  EXPECT_TRUE(selector_->OnTouchEvent(action_down));
+  EXPECT_TRUE(event_log_.empty());
+
+  // 2. ACTION_MOVE
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  MockMotionEvent action_move(MotionEvent::ACTION_MOVE, event_time, x2, y2);
+  action_move.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+  action_move.SetButtonState(MotionEvent::BUTTON_SECONDARY);
+  EXPECT_TRUE(selector_->OnTouchEvent(action_move));
+  EXPECT_TRUE(event_log_.empty());
+
+  // 3. DOUBLE TAP
+  // Suppress most gesture events when in text selection mode.
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  const GestureEventData double_tap(
+      GestureEventDetails(ui::ET_GESTURE_DOUBLE_TAP, 0, 0), 0, event_time,
+      x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0));
+  EXPECT_TRUE(selector_->OnGestureEvent(double_tap));
+  EXPECT_TRUE(event_log_.empty());
+
+  // 4. ET_GESTURE_SCROLL_BEGIN
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  const GestureEventData scroll_begin(
+      GestureEventDetails(ui::ET_GESTURE_SCROLL_BEGIN, 0, 0), 0, event_time,
+      x1, y1, x1, y1, 1, gfx::RectF(0, 0, 0, 0));
+  EXPECT_TRUE(selector_->OnGestureEvent(scroll_begin));
+  EXPECT_EQ(1u, event_log_.size());  // Unselect
+
+  // 5. ET_GESTURE_SCROLL_UPDATE
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  const GestureEventData scroll_update(
+      GestureEventDetails(ui::ET_GESTURE_SCROLL_UPDATE, 0, 0), 0, event_time,
+      x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0));
+  EXPECT_TRUE(selector_->OnGestureEvent(scroll_update));
+  EXPECT_EQ(3u, event_log_.size());  // Unselect, Show, SelectRange
+  EXPECT_STREQ("SelectRange", event_log_.back().c_str());
+
+  // 6. ACTION_UP
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  MockMotionEvent action_up(MotionEvent::ACTION_UP, event_time, x2, y2);
+  action_up.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+  action_up.SetButtonState(0);
+  EXPECT_TRUE(selector_->OnTouchEvent(action_up));
+  EXPECT_EQ(3u, event_log_.size());  // NO CHANGE
+
+  // 7. ET_GESTURE_SCROLL_END
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  const GestureEventData scroll_end(
+      GestureEventDetails(ui::ET_GESTURE_SCROLL_END, 0, 0), 0, event_time,
+      x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0));
+  EXPECT_TRUE(selector_->OnGestureEvent(scroll_end));
+  EXPECT_EQ(3u, event_log_.size());  // NO CHANGE
+}
+
+TEST_F(GestureTextSelectorTest, TapToSelectWord) {
+  base::TimeTicks event_time = base::TimeTicks::Now();
+  const float x1 = 50.0f;
+  const float y1 = 30.0f;
+  const float x2 = 51.0f;
+  const float y2 = 31.0f;
+  // 1. ACTION_DOWN with stylus + button
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  MockMotionEvent action_down(MotionEvent::ACTION_DOWN, event_time, x1, y1);
+  action_down.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+  action_down.SetButtonState(MotionEvent::BUTTON_SECONDARY);
+  EXPECT_TRUE(selector_->OnTouchEvent(action_down));
+  EXPECT_TRUE(event_log_.empty());
+
+  // 5. TAP_DOWN
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  const GestureEventData tap_down(
+      GestureEventDetails(ui::ET_GESTURE_TAP_DOWN, 0, 0), 0, event_time,
+      x2, y2, x2, y2, 1, gfx::RectF(0, 0, 0, 0));
+  EXPECT_TRUE(selector_->OnGestureEvent(tap_down));
+  EXPECT_TRUE(event_log_.empty());
+
+  // 2. ACTION_MOVE
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  MockMotionEvent action_move(MotionEvent::ACTION_MOVE, event_time, x2, y2);
+  action_move.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+  action_move.SetButtonState(MotionEvent::BUTTON_SECONDARY);
+  EXPECT_TRUE(selector_->OnTouchEvent(action_move));
+  EXPECT_TRUE(event_log_.empty());
+
+  // 3. ACTION_UP
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  MockMotionEvent action_up(MotionEvent::ACTION_UP, event_time, x2, y2);
+  action_up.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS);
+  action_up.SetButtonState(0);
+  EXPECT_TRUE(selector_->OnTouchEvent(action_up));
+  EXPECT_TRUE(event_log_.empty());
+
+  // 4. TAP
+  event_time += base::TimeDelta::FromMilliseconds(10);
+  const GestureEventData tap(
+      GestureEventDetails(ui::ET_GESTURE_TAP, 0, 0), 0, event_time,
+      x1, y1, x1, y1, 1, gfx::RectF(0, 0, 0, 0));
+  EXPECT_TRUE(selector_->OnGestureEvent(tap));
+  EXPECT_EQ(1u, event_log_.size());  // LongPress
+  EXPECT_STREQ("LongPress", event_log_.back().c_str());
+}
+
+}  // namespace content
diff --git a/chromium/content/browser/renderer_host/input/motion_event_android.cc b/chromium/content/browser/renderer_host/input/motion_event_android.cc
index 7409955bc9c..7316a405f49 100644
--- a/chromium/content/browser/renderer_host/input/motion_event_android.cc
+++ b/chromium/content/browser/renderer_host/input/motion_event_android.cc
@@ -54,6 +54,38 @@ MotionEventAndroid::Action FromAndroidAction(int android_action) {
   return MotionEventAndroid::ACTION_CANCEL;
 }
 
+MotionEventAndroid::ToolType FromAndroidToolType(int android_tool_type) {
+  switch (android_tool_type) {
+    case TOOL_TYPE_UNKNOWN:
+      return MotionEventAndroid::TOOL_TYPE_UNKNOWN;
+    case TOOL_TYPE_FINGER:
+      return MotionEventAndroid::TOOL_TYPE_FINGER;
+    case TOOL_TYPE_STYLUS:
+      return MotionEventAndroid::TOOL_TYPE_STYLUS;
+    case TOOL_TYPE_MOUSE:
+      return MotionEventAndroid::TOOL_TYPE_MOUSE;
+    default:
+      NOTREACHED() << "Invalid Android MotionEvent tool type: "
+                   << android_tool_type;
+  };
+  return MotionEventAndroid::TOOL_TYPE_UNKNOWN;
+}
+
+int FromAndroidButtonState(int button_state) {
+  int result = 0;
+  if ((button_state & BUTTON_BACK) != 0)
+    result |= MotionEventAndroid::BUTTON_BACK;
+  if ((button_state & BUTTON_FORWARD) != 0)
+    result |= MotionEventAndroid::BUTTON_FORWARD;
+  if ((button_state & BUTTON_PRIMARY) != 0)
+    result |= MotionEventAndroid::BUTTON_PRIMARY;
+  if ((button_state & BUTTON_SECONDARY) != 0)
+    result |= MotionEventAndroid::BUTTON_SECONDARY;
+  if ((button_state & BUTTON_TERTIARY) != 0)
+    result |= MotionEventAndroid::BUTTON_TERTIARY;
+  return result;
+}
+
 int64 ToAndroidTime(base::TimeTicks time) {
   return (time - base::TimeTicks()).InMilliseconds();
 }
@@ -81,12 +113,16 @@ MotionEventAndroid::MotionEventAndroid(float pix_to_dip,
                                        jfloat touch_major_0_pixels,
                                        jfloat touch_major_1_pixels,
                                        jfloat raw_pos_x_pixels,
-                                       jfloat raw_pos_y_pixels)
+                                       jfloat raw_pos_y_pixels,
+                                       jint android_tool_type_0,
+                                       jint android_tool_type_1,
+                                       jint android_button_state)
     : cached_time_(FromAndroidTime(time_ms)),
       cached_action_(FromAndroidAction(android_action)),
       cached_pointer_count_(pointer_count),
       cached_history_size_(history_size),
       cached_action_index_(action_index),
+      cached_button_state_(FromAndroidButtonState(android_button_state)),
       pix_to_dip_(pix_to_dip),
       should_recycle_(false) {
   DCHECK_GT(pointer_count, 0);
@@ -104,6 +140,8 @@ MotionEventAndroid::MotionEventAndroid(float pix_to_dip,
   cached_raw_position_offset_ =
       ToDips(gfx::PointF(raw_pos_x_pixels, raw_pos_y_pixels)) -
       cached_positions_[0];
+  cached_tool_types_[0] = FromAndroidToolType(android_tool_type_0);
+  cached_tool_types_[1] = FromAndroidToolType(android_tool_type_1);
 }
 
 MotionEventAndroid::MotionEventAndroid(float pix_to_dip,
@@ -115,6 +153,8 @@ MotionEventAndroid::MotionEventAndroid(float pix_to_dip,
       cached_pointer_count_(Java_MotionEvent_getPointerCount(env, event)),
       cached_history_size_(Java_MotionEvent_getHistorySize(env, event)),
       cached_action_index_(Java_MotionEvent_getActionIndex(env, event)),
+      cached_button_state_(
+          FromAndroidButtonState(Java_MotionEvent_getButtonState(env, event))),
       pix_to_dip_(pix_to_dip),
       should_recycle_(true) {
   event_.Reset(env, event);
@@ -128,9 +168,12 @@ MotionEventAndroid::MotionEventAndroid(float pix_to_dip,
       cached_pointer_ids_[i] = Java_MotionEvent_getPointerId(env, event, i);
       cached_touch_majors_[i] =
           ToDips(Java_MotionEvent_getTouchMajorF_I(env, event, i));
+      cached_tool_types_[i] =
+          FromAndroidToolType(Java_MotionEvent_getToolType(env, event, i));
     } else {
       cached_pointer_ids_[i] = 0;
       cached_touch_majors_[i] = 0.f;
+      cached_tool_types_[i] = MotionEvent::TOOL_TYPE_UNKNOWN;
     }
   }
 
@@ -148,6 +191,7 @@ MotionEventAndroid::MotionEventAndroid(const MotionEventAndroid& other)
       cached_history_size_(other.cached_history_size_),
       cached_action_index_(other.cached_action_index_),
       cached_raw_position_offset_(other.cached_raw_position_offset_),
+      cached_button_state_(other.cached_button_state_),
       pix_to_dip_(other.pix_to_dip_),
       should_recycle_(true) {
   DCHECK(event_.obj());
@@ -155,6 +199,7 @@ MotionEventAndroid::MotionEventAndroid(const MotionEventAndroid& other)
     cached_positions_[i] = other.cached_positions_[i];
     cached_pointer_ids_[i] = other.cached_pointer_ids_[i];
     cached_touch_majors_[i] = other.cached_touch_majors_[i];
+    cached_tool_types_[i] = other.cached_tool_types_[i];
   }
 }
 
@@ -258,6 +303,19 @@ float MotionEventAndroid::GetHistoricalY(size_t pointer_index,
       AttachCurrentThread(), event_.obj(), pointer_index, historical_index));
 }
 
+ui::MotionEvent::ToolType MotionEventAndroid::GetToolType(
+    size_t pointer_index) const {
+  DCHECK_LT(pointer_index, cached_pointer_count_);
+  if (pointer_index < MAX_POINTERS_TO_CACHE)
+    return cached_tool_types_[pointer_index];
+  return FromAndroidToolType(Java_MotionEvent_getToolType(
+      AttachCurrentThread(), event_.obj(), pointer_index));
+}
+
+int MotionEventAndroid::GetButtonState() const {
+  return cached_button_state_;
+}
+
 scoped_ptr<ui::MotionEvent> MotionEventAndroid::Clone() const {
   return scoped_ptr<MotionEvent>(new MotionEventAndroid(*this));
 }
diff --git a/chromium/content/browser/renderer_host/input/motion_event_android.h b/chromium/content/browser/renderer_host/input/motion_event_android.h
index 0362b0454e9..aa3e08241aa 100644
--- a/chromium/content/browser/renderer_host/input/motion_event_android.h
+++ b/chromium/content/browser/renderer_host/input/motion_event_android.h
@@ -39,7 +39,10 @@ class MotionEventAndroid : public ui::MotionEvent {
                      jfloat touch_major_0_pixels,
                      jfloat touch_major_1_pixels,
                      jfloat raw_pos_x_pixels,
-                     jfloat raw_pos_y_pixels);
+                     jfloat raw_pos_y_pixels,
+                     jint android_tool_type_0,
+                     jint android_tool_type_1,
+                     jint android_button_state);
   virtual ~MotionEventAndroid();
 
   // ui::MotionEvent methods.
@@ -64,6 +67,8 @@ class MotionEventAndroid : public ui::MotionEvent {
                                size_t historical_index) const OVERRIDE;
   virtual float GetHistoricalY(size_t pointer_index,
                                size_t historical_index) const OVERRIDE;
+  virtual ToolType GetToolType(size_t pointer_index) const OVERRIDE;
+  virtual int GetButtonState() const OVERRIDE;
   virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE;
   virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
 
@@ -110,6 +115,8 @@ class MotionEventAndroid : public ui::MotionEvent {
   int cached_pointer_ids_[MAX_POINTERS_TO_CACHE];
   float cached_touch_majors_[MAX_POINTERS_TO_CACHE];
   gfx::Vector2dF cached_raw_position_offset_;
+  ToolType cached_tool_types_[MAX_POINTERS_TO_CACHE];
+  int cached_button_state_;
 
   // Used to convert pixel coordinates from the Java-backed MotionEvent to
   // DIP coordinates cached/returned by the MotionEventAndroid.
diff --git a/chromium/content/browser/renderer_host/input/motion_event_web.cc b/chromium/content/browser/renderer_host/input/motion_event_web.cc
index d1ff8a3c84f..0d812b229f8 100644
--- a/chromium/content/browser/renderer_host/input/motion_event_web.cc
+++ b/chromium/content/browser/renderer_host/input/motion_event_web.cc
@@ -143,6 +143,17 @@ float MotionEventWeb::GetHistoricalY(size_t pointer_index,
   return 0.f;
 }
 
+ui::MotionEvent::ToolType MotionEventWeb::GetToolType(
+    size_t pointer_index) const {
+  NOTIMPLEMENTED();
+  return TOOL_TYPE_UNKNOWN;
+}
+
+int MotionEventWeb::GetButtonState() const {
+  NOTIMPLEMENTED();
+  return 0;
+}
+
 scoped_ptr<ui::MotionEvent> MotionEventWeb::Clone() const {
   return scoped_ptr<MotionEvent>(new MotionEventWeb(event_));
 }
diff --git a/chromium/content/browser/renderer_host/input/motion_event_web.h b/chromium/content/browser/renderer_host/input/motion_event_web.h
index f4ae25890fe..06a2141e7d4 100644
--- a/chromium/content/browser/renderer_host/input/motion_event_web.h
+++ b/chromium/content/browser/renderer_host/input/motion_event_web.h
@@ -41,6 +41,8 @@ class MotionEventWeb : public ui::MotionEvent {
   virtual float GetHistoricalY(
       size_t pointer_index,
       size_t historical_index) const OVERRIDE;
+  virtual ToolType GetToolType(size_t pointer_index) const OVERRIDE;
+  virtual int GetButtonState() const OVERRIDE;
   virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE;
   virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
 
diff --git a/chromium/content/browser/renderer_host/input/touch_emulator.cc b/chromium/content/browser/renderer_host/input/touch_emulator.cc
index c7d5cc605a7..2ee0247ac14 100644
--- a/chromium/content/browser/renderer_host/input/touch_emulator.cc
+++ b/chromium/content/browser/renderer_host/input/touch_emulator.cc
@@ -130,6 +130,11 @@ bool TouchEmulator::HandleMouseEvent(const WebMouseEvent& mouse_event) {
   if (!enabled_)
     return false;
 
+  if (mouse_event.button == WebMouseEvent::ButtonRight &&
+      mouse_event.type == WebInputEvent::MouseDown) {
+    client_->ShowContextMenuAtPoint(gfx::Point(mouse_event.x, mouse_event.y));
+  }
+
   if (mouse_event.button != WebMouseEvent::ButtonLeft)
     return true;
 
diff --git a/chromium/content/browser/renderer_host/input/touch_emulator_client.h b/chromium/content/browser/renderer_host/input/touch_emulator_client.h
index 92f382f5f9c..34ad109dd90 100644
--- a/chromium/content/browser/renderer_host/input/touch_emulator_client.h
+++ b/chromium/content/browser/renderer_host/input/touch_emulator_client.h
@@ -19,6 +19,7 @@ class CONTENT_EXPORT TouchEmulatorClient {
   virtual void ForwardGestureEvent(const blink::WebGestureEvent& event) = 0;
   virtual void ForwardTouchEvent(const blink::WebTouchEvent& event) = 0;
   virtual void SetCursor(const WebCursor& cursor) = 0;
+  virtual void ShowContextMenuAtPoint(const gfx::Point& point) = 0;
 };
 
 }  // namespace content
diff --git a/chromium/content/browser/renderer_host/input/touch_emulator_unittest.cc b/chromium/content/browser/renderer_host/input/touch_emulator_unittest.cc
index 8fdfd54cce2..cc6ec9134ac 100644
--- a/chromium/content/browser/renderer_host/input/touch_emulator_unittest.cc
+++ b/chromium/content/browser/renderer_host/input/touch_emulator_unittest.cc
@@ -84,6 +84,8 @@ class TouchEmulatorTest : public testing::Test,
 
   virtual void SetCursor(const WebCursor& cursor) OVERRIDE {}
 
+  virtual void ShowContextMenuAtPoint(const gfx::Point& point) OVERRIDE {}
+
  protected:
   TouchEmulator* emulator() const {
     return emulator_.get();
diff --git a/chromium/content/browser/renderer_host/render_widget_host_impl.cc b/chromium/content/browser/renderer_host/render_widget_host_impl.cc
index eb03476699a..eb638b0048d 100644
--- a/chromium/content/browser/renderer_host/render_widget_host_impl.cc
+++ b/chromium/content/browser/renderer_host/render_widget_host_impl.cc
@@ -1072,6 +1072,11 @@ void RenderWidgetHostImpl::SetCursor(const WebCursor& cursor) {
   view_->UpdateCursor(cursor);
 }
 
+void RenderWidgetHostImpl::ShowContextMenuAtPoint(const gfx::Point& point) {
+  Send(new ViewMsg_ShowContextMenu(
+      GetRoutingID(), ui::MENU_SOURCE_MOUSE, point));
+}
+
 void RenderWidgetHostImpl::SendCursorVisibilityState(bool is_visible) {
   Send(new InputMsg_CursorVisibilityChange(GetRoutingID(), is_visible));
 }
@@ -1195,7 +1200,18 @@ void RenderWidgetHostImpl::RendererExited(base::TerminationStatus status,
   // Reset some fields in preparation for recovering from a crash.
   ResetSizeAndRepaintPendingFlags();
   current_size_.SetSize(0, 0);
-  is_hidden_ = false;
+  // After the renderer crashes, the view is destroyed and so the
+  // RenderWidgetHost cannot track its visibility anymore. We assume such
+  // RenderWidgetHost to be visible for the sake of internal accounting - be
+  // careful about changing this - see http://crbug.com/401859.
+  //
+  // We need to at least make sure that the RenderProcessHost is notified about
+  // the |is_hidden_| change, so that the renderer will have correct visibility
+  // set when respawned.
+  if (!is_hidden_) {
+    process_->WidgetRestored();
+    is_hidden_ = false;
+  }
 
   // Reset this to ensure the hung renderer mechanism is working properly.
   in_flight_event_count_ = 0;
diff --git a/chromium/content/browser/renderer_host/render_widget_host_impl.h b/chromium/content/browser/renderer_host/render_widget_host_impl.h
index 65fa860df34..6f249d4e4fd 100644
--- a/chromium/content/browser/renderer_host/render_widget_host_impl.h
+++ b/chromium/content/browser/renderer_host/render_widget_host_impl.h
@@ -295,6 +295,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
   virtual void ForwardTouchEvent(
       const blink::WebTouchEvent& touch_event) OVERRIDE;
   virtual void SetCursor(const WebCursor& cursor) OVERRIDE;
+  virtual void ShowContextMenuAtPoint(const gfx::Point& point) OVERRIDE;
 
   // Queues a synthetic gesture for testing purposes.  Invokes the on_complete
   // callback when the gesture is finished running.
@@ -716,7 +717,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
   // Indicates whether a page is loading or not.
   bool is_loading_;
 
-  // Indicates whether a page is hidden or not.
+  // Indicates whether a page is hidden or not. It has to stay in sync with the
+  // most recent call to process_->WidgetRestored() / WidgetHidden().
   bool is_hidden_;
 
   // Indicates whether a page is fullscreen or not.
diff --git a/chromium/content/browser/renderer_host/render_widget_host_view_android.cc b/chromium/content/browser/renderer_host/render_widget_host_view_android.cc
index f4217357c75..ff24085f803 100644
--- a/chromium/content/browser/renderer_host/render_widget_host_view_android.cc
+++ b/chromium/content/browser/renderer_host/render_widget_host_view_android.cc
@@ -40,6 +40,7 @@
 #include "content/browser/renderer_host/dip_util.h"
 #include "content/browser/renderer_host/image_transport_factory_android.h"
 #include "content/browser/renderer_host/input/synthetic_gesture_target_android.h"
+#include "content/browser/renderer_host/input/web_input_event_builders_android.h"
 #include "content/browser/renderer_host/input/web_input_event_util.h"
 #include "content/browser/renderer_host/render_process_host_impl.h"
 #include "content/browser/renderer_host/render_view_host_impl.h"
@@ -187,6 +188,7 @@ RenderWidgetHostViewAndroid::RenderWidgetHostViewAndroid(
           switches::kDisableOverscrollEdgeEffect)),
       overscroll_effect_(OverscrollGlow::Create(overscroll_effect_enabled_)),
       gesture_provider_(CreateGestureProviderConfig(), this),
+      gesture_text_selector_(this),
       flush_input_requested_(false),
       accelerated_surface_route_id_(0),
       using_synchronous_compositor_(SynchronousCompositorImpl::FromID(
@@ -544,13 +546,11 @@ void RenderWidgetHostViewAndroid::OnStartContentIntent(
 }
 
 void RenderWidgetHostViewAndroid::OnSmartClipDataExtracted(
-    const base::string16& result) {
-  // Custom serialization over IPC isn't allowed normally for security reasons.
-  // Since this feature is only used in (single-process) WebView, there are no
-  // security issues. Enforce that it's only called in single process mode.
-  CHECK(RenderProcessHost::run_renderer_in_process());
+    const base::string16& text,
+    const base::string16& html,
+    const gfx::Rect rect) {
   if (content_view_core_)
-    content_view_core_->OnSmartClipDataExtracted(result);
+    content_view_core_->OnSmartClipDataExtracted(text, html, rect);
 }
 
 bool RenderWidgetHostViewAndroid::OnTouchEvent(
@@ -561,6 +561,11 @@ bool RenderWidgetHostViewAndroid::OnTouchEvent(
   if (!gesture_provider_.OnTouchEvent(event))
     return false;
 
+  if (gesture_text_selector_.OnTouchEvent(event)) {
+    gesture_provider_.OnTouchEventAck(false);
+    return true;
+  }
+
   // Short-circuit touch forwarding if no touch handlers exist.
   if (!host_->ShouldForwardTouchEvent()) {
     const bool event_consumed = false;
@@ -1290,6 +1295,9 @@ void RenderWidgetHostViewAndroid::RunAckCallbacks() {
 
 void RenderWidgetHostViewAndroid::OnGestureEvent(
     const ui::GestureEventData& gesture) {
+  if (gesture_text_selector_.OnGestureEvent(gesture))
+    return;
+
   SendGestureEvent(CreateWebGestureEventFromGestureEventData(gesture));
 }
 
@@ -1437,6 +1445,31 @@ SkBitmap::Config RenderWidgetHostViewAndroid::PreferredReadbackFormat() {
   return SkBitmap::kARGB_8888_Config;
 }
 
+void RenderWidgetHostViewAndroid::ShowSelectionHandlesAutomatically() {
+  if (content_view_core_)
+    content_view_core_->ShowSelectionHandlesAutomatically();
+}
+
+void RenderWidgetHostViewAndroid::SelectRange(
+    float x1, float y1, float x2, float y2) {
+  if (content_view_core_)
+    static_cast<WebContentsImpl*>(content_view_core_->GetWebContents())->
+        SelectRange(gfx::Point(x1, y1), gfx::Point(x2, y2));
+}
+
+void RenderWidgetHostViewAndroid::Unselect() {
+  if (content_view_core_)
+    content_view_core_->GetWebContents()->Unselect();
+}
+
+void RenderWidgetHostViewAndroid::LongPress(
+    base::TimeTicks time, float x, float y) {
+  blink::WebGestureEvent long_press = WebGestureEventBuilder::Build(
+      blink::WebInputEvent::GestureLongPress,
+      (time - base::TimeTicks()).InSecondsF(), x, y);
+  SendGestureEvent(long_press);
+}
+
 // static
 void RenderWidgetHostViewBase::GetDefaultScreenInfo(
     blink::WebScreenInfo* results) {
diff --git a/chromium/content/browser/renderer_host/render_widget_host_view_android.h b/chromium/content/browser/renderer_host/render_widget_host_view_android.h
index 4707734a8e8..4d81add3940 100644
--- a/chromium/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/chromium/content/browser/renderer_host/render_widget_host_view_android.h
@@ -20,6 +20,7 @@
 #include "content/browser/renderer_host/delegated_frame_evictor.h"
 #include "content/browser/renderer_host/image_transport_factory_android.h"
 #include "content/browser/renderer_host/ime_adapter_android.h"
+#include "content/browser/renderer_host/input/gesture_text_selector.h"
 #include "content/browser/renderer_host/render_widget_host_view_base.h"
 #include "content/common/content_export.h"
 #include "gpu/command_buffer/common/mailbox.h"
@@ -65,7 +66,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
       public ImageTransportFactoryAndroidObserver,
       public ui::GestureProviderClient,
       public ui::WindowAndroidObserver,
-      public DelegatedFrameEvictorClient {
+      public DelegatedFrameEvictorClient,
+      public GestureTextSelectorClient {
  public:
   RenderWidgetHostViewAndroid(RenderWidgetHostImpl* widget,
                               ContentViewCoreImpl* content_view_core);
@@ -186,6 +188,12 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
 
   virtual SkBitmap::Config PreferredReadbackFormat() OVERRIDE;
 
+  // GestureTextSelectorClient implementation.
+  virtual void ShowSelectionHandlesAutomatically() OVERRIDE;
+  virtual void SelectRange(float x1, float y1, float x2, float y2) OVERRIDE;
+  virtual void Unselect() OVERRIDE;
+  virtual void LongPress(base::TimeTicks time, float x, float y) OVERRIDE;
+
   // Non-virtual methods
   void SetContentViewCore(ContentViewCoreImpl* content_view_core);
   SkColor GetCachedBackgroundColor() const;
@@ -198,7 +206,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
   void OnDidChangeBodyBackgroundColor(SkColor color);
   void OnStartContentIntent(const GURL& content_url);
   void OnSetNeedsBeginFrame(bool enabled);
-  void OnSmartClipDataExtracted(const base::string16& result);
+  void OnSmartClipDataExtracted(const base::string16& text,
+                                const base::string16& html,
+                                const gfx::Rect rect);
 
   bool OnTouchEvent(const ui::MotionEvent& event);
   void ResetGestureDetection();
@@ -334,6 +344,9 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
   // Android MotionEvent's) and touch event acks.
   ui::FilteredGestureProvider gesture_provider_;
 
+  // Handles gesture based text selection
+  GestureTextSelector gesture_text_selector_;
+
   bool flush_input_requested_;
 
   int accelerated_surface_route_id_;
diff --git a/chromium/content/browser/resources/service_worker/serviceworker_internals.html b/chromium/content/browser/resources/service_worker/serviceworker_internals.html
index 89af55b0f77..85e70454664 100644
--- a/chromium/content/browser/resources/service_worker/serviceworker_internals.html
+++ b/chromium/content/browser/resources/service_worker/serviceworker_internals.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 <html i18n-values="dir:textdirection;">
 <head>
   <meta charset="utf-8">
diff --git a/chromium/content/browser/web_contents/touch_editable_impl_aura.cc b/chromium/content/browser/web_contents/touch_editable_impl_aura.cc
index d28fa92deac..efcd1fccbb9 100644
--- a/chromium/content/browser/web_contents/touch_editable_impl_aura.cc
+++ b/chromium/content/browser/web_contents/touch_editable_impl_aura.cc
@@ -280,7 +280,8 @@ void TouchEditableImplAura::OpenContextMenu(const gfx::Point& anchor) {
   gfx::Point point = anchor;
   ConvertPointFromScreen(&point);
   RenderWidgetHost* host = rwhva_->GetRenderWidgetHost();
-  host->Send(new ViewMsg_ShowContextMenu(host->GetRoutingID(), point));
+  host->Send(new ViewMsg_ShowContextMenu(
+      host->GetRoutingID(), ui::MENU_SOURCE_TOUCH_EDIT_MENU, point));
   EndTouchEditing(false);
 }
 
diff --git a/chromium/content/browser/web_contents/web_contents_android.cc b/chromium/content/browser/web_contents/web_contents_android.cc
index fb8c0db8aa5..fbb5071ac1d 100644
--- a/chromium/content/browser/web_contents/web_contents_android.cc
+++ b/chromium/content/browser/web_contents/web_contents_android.cc
@@ -62,6 +62,12 @@ ScopedJavaLocalRef<jstring> WebContentsAndroid::GetTitle(
                                                  web_contents_->GetTitle());
 }
 
+ScopedJavaLocalRef<jstring> WebContentsAndroid::GetVisibleURL(
+    JNIEnv* env, jobject obj) const {
+  return base::android::ConvertUTF8ToJavaString(
+      env, web_contents_->GetVisibleURL().spec());
+}
+
 void WebContentsAndroid::Stop(JNIEnv* env, jobject obj) {
   web_contents_->Stop();
 }
diff --git a/chromium/content/browser/web_contents/web_contents_android.h b/chromium/content/browser/web_contents/web_contents_android.h
index eec6127220a..eda0235d467 100644
--- a/chromium/content/browser/web_contents/web_contents_android.h
+++ b/chromium/content/browser/web_contents/web_contents_android.h
@@ -36,6 +36,8 @@ class CONTENT_EXPORT WebContentsAndroid
   // Methods called from Java
   base::android::ScopedJavaLocalRef<jstring> GetTitle(JNIEnv* env,
                                                       jobject obj) const;
+  base::android::ScopedJavaLocalRef<jstring> GetVisibleURL(JNIEnv* env,
+                                                           jobject obj) const;
   void Stop(JNIEnv* env, jobject obj);
 
  private:
diff --git a/chromium/content/common/media/media_player_messages_android.h b/chromium/content/common/media/media_player_messages_android.h
index 4548f0b849b..2908a2f84ae 100644
--- a/chromium/content/common/media/media_player_messages_android.h
+++ b/chromium/content/common/media/media_player_messages_android.h
@@ -71,6 +71,7 @@ IPC_STRUCT_BEGIN(MediaPlayerHostMsg_Initialize_Params)
   IPC_STRUCT_MEMBER(GURL, url)
   IPC_STRUCT_MEMBER(GURL, first_party_for_cookies)
   IPC_STRUCT_MEMBER(GURL, frame_url)
+  IPC_STRUCT_MEMBER(bool, allow_credentials)
 IPC_STRUCT_END()
 
 // Chrome for Android seek message sequence is:
diff --git a/chromium/content/common/view_messages.h b/chromium/content/common/view_messages.h
index 3815910e727..2a95e3f6376 100644
--- a/chromium/content/common/view_messages.h
+++ b/chromium/content/common/view_messages.h
@@ -617,7 +617,8 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetInitialFocus,
 
 // Sent to inform the renderer to invoke a context menu.
 // The parameter specifies the location in the render view's coordinates.
-IPC_MESSAGE_ROUTED1(ViewMsg_ShowContextMenu,
+IPC_MESSAGE_ROUTED2(ViewMsg_ShowContextMenu,
+                    ui::MenuSourceType,
                     gfx::Point /* location where menu should be shown */)
 
 IPC_MESSAGE_ROUTED0(ViewMsg_Stop)
@@ -1660,11 +1661,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_SetNeedsBeginFrame,
                     bool /* enabled */)
 
 // Reply to the ViewMsg_ExtractSmartClipData message.
-// TODO(juhui24.lee@samsung.com): this should be changed to a vector of structs
-// instead of encoding the data as a string which is not allowed normally. Since
-// ths is only used in Android WebView, it's allowed temporarily.
-// http://crbug.com/330872
-IPC_MESSAGE_ROUTED1(ViewHostMsg_SmartClipDataExtracted, base::string16)
+IPC_MESSAGE_ROUTED3(ViewHostMsg_SmartClipDataExtracted,
+                    base::string16 /* text */,
+                    base::string16 /* html */,
+                    gfx::Rect /* rect */)
 
 #elif defined(OS_MACOSX)
 // Request that the browser load a font into shared memory for us.
diff --git a/chromium/content/content_browser.gypi b/chromium/content/content_browser.gypi
index 37aa4673cab..4f13c10ef93 100644
--- a/chromium/content/content_browser.gypi
+++ b/chromium/content/content_browser.gypi
@@ -871,6 +871,8 @@
       'browser/renderer_host/ime_adapter_android.h',
       'browser/renderer_host/input/gesture_event_queue.cc',
       'browser/renderer_host/input/gesture_event_queue.h',
+      'browser/renderer_host/input/gesture_text_selector.cc',
+      'browser/renderer_host/input/gesture_text_selector.h',
       'browser/renderer_host/input/input_ack_handler.h',
       'browser/renderer_host/input/input_router.h',
       'browser/renderer_host/input/input_router_client.h',
diff --git a/chromium/content/content_renderer.gypi b/chromium/content/content_renderer.gypi
index 444a6650113..1feeb81c384 100644
--- a/chromium/content/content_renderer.gypi
+++ b/chromium/content/content_renderer.gypi
@@ -58,7 +58,6 @@
       'public/renderer/render_frame_observer.cc',
       'public/renderer/render_frame_observer.h',
       'public/renderer/render_frame_observer_tracker.h',
-      'public/renderer/render_font_warmup_win.cc',
       'public/renderer/render_font_warmup_win.h',
       'public/renderer/render_process_observer.cc',
       'public/renderer/render_process_observer.h',
@@ -373,6 +372,7 @@
       'renderer/notification_provider.h',
       'renderer/push_messaging_dispatcher.cc',
       'renderer/push_messaging_dispatcher.h',
+      'renderer/render_font_warmup_win.cc',
       'renderer/render_frame_impl.cc',
       'renderer/render_frame_impl.h',
       'renderer/render_frame_proxy.cc',
@@ -398,6 +398,8 @@
       'renderer/renderer_clipboard_client.h',
       'renderer/renderer_date_time_picker.cc',
       'renderer/renderer_date_time_picker.h',
+      'renderer/renderer_font_platform_win.cc',
+      'renderer/renderer_font_platform_win.h',
       'renderer/renderer_main.cc',
       'renderer/renderer_main_platform_delegate.h',
       'renderer/renderer_main_platform_delegate_android.cc',
@@ -683,8 +685,6 @@
       'renderer/media/rtc_video_encoder_factory.h',
       'renderer/media/rtc_video_renderer.cc',
       'renderer/media/rtc_video_renderer.h',
-      'renderer/media/video_frame_deliverer.cc',
-      'renderer/media/video_frame_deliverer.h',
       'renderer/media/video_source_handler.cc',
       'renderer/media/video_source_handler.h',
       'renderer/media/video_track_adapter.cc',
diff --git a/chromium/content/content_tests.gypi b/chromium/content/content_tests.gypi
index d17648d9b60..bb754ae2361 100644
--- a/chromium/content/content_tests.gypi
+++ b/chromium/content/content_tests.gypi
@@ -532,6 +532,7 @@
         'browser/quota/usage_tracker_unittest.cc',
         'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc',
         'browser/renderer_host/input/gesture_event_queue_unittest.cc',
+        'browser/renderer_host/input/gesture_text_selector_unittest.cc',
         'browser/renderer_host/input/input_router_impl_unittest.cc',
         'browser/renderer_host/input/mock_input_ack_handler.cc',
         'browser/renderer_host/input/mock_input_ack_handler.h',
diff --git a/chromium/content/public/OWNERS b/chromium/content/public/OWNERS
new file mode 100644
index 00000000000..cac71c15af4
--- /dev/null
+++ b/chromium/content/public/OWNERS
@@ -0,0 +1,2 @@
+# DWrite specific changes
+per-file render_font_warmup_win.h=scottmg@chromium.org
diff --git a/chromium/content/public/common/common_param_traits_macros.h b/chromium/content/public/common/common_param_traits_macros.h
index 61d8b851434..3de44ee43b1 100644
--- a/chromium/content/public/common/common_param_traits_macros.h
+++ b/chromium/content/public/common/common_param_traits_macros.h
@@ -191,6 +191,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
   IPC_STRUCT_TRAITS_MEMBER(use_legacy_background_size_shorthand_behavior)
   IPC_STRUCT_TRAITS_MEMBER(wide_viewport_quirk)
   IPC_STRUCT_TRAITS_MEMBER(use_wide_viewport)
+  IPC_STRUCT_TRAITS_MEMBER(force_zero_layout_height)
   IPC_STRUCT_TRAITS_MEMBER(viewport_meta_layout_size_quirk)
   IPC_STRUCT_TRAITS_MEMBER(viewport_meta_merge_content_quirk)
   IPC_STRUCT_TRAITS_MEMBER(viewport_meta_non_user_scalable_quirk)
diff --git a/chromium/content/renderer/OWNERS b/chromium/content/renderer/OWNERS
index b3105d08b3c..b9a7ad47651 100644
--- a/chromium/content/renderer/OWNERS
+++ b/chromium/content/renderer/OWNERS
@@ -3,3 +3,9 @@ jamesr@chromium.org
 # Mac Sandbox profiles.
 per-file *.sb=set noparent
 per-file *.sb=jeremy@chromium.org
+
+# DirectWrite specific changes
+per-file render_font_warmup_win.cc=scottmg@chromium.org
+per-file renderer_font_platform_win.*=shrikant@chromium.org
+per-file renderer_font_platform_win.*=scottmg@chromium.org
+per-file renderer_font_platform_win.*=cpu@chromium.org
diff --git a/chromium/content/renderer/accessibility/renderer_accessibility_complete.cc b/chromium/content/renderer/accessibility/renderer_accessibility_complete.cc
index 2e72dde7fb9..e7765d4673e 100644
--- a/chromium/content/renderer/accessibility/renderer_accessibility_complete.cc
+++ b/chromium/content/renderer/accessibility/renderer_accessibility_complete.cc
@@ -177,16 +177,21 @@ void RendererAccessibilityComplete::SendPendingAccessibilityEvents() {
   // Generate an event message from each Blink event.
   std::vector<AccessibilityHostMsg_EventParams> event_msgs;
 
+  // If there's a layout complete message, we need to send location changes.
+  bool had_layout_complete_messages = false;
+
   // Loop over each event and generate an updated event message.
   for (size_t i = 0; i < src_events.size(); ++i) {
-    AccessibilityHostMsg_EventParams& event =
-        src_events[i];
+    AccessibilityHostMsg_EventParams& event = src_events[i];
+    if (event.event_type == ui::AX_EVENT_LAYOUT_COMPLETE)
+      had_layout_complete_messages = true;
+
+    WebAXObject obj = document.accessibilityObjectFromID(event.id);
 
-    WebAXObject obj = document.accessibilityObjectFromID(
-        event.id);
     // Make sure the object still exists.
     if (!obj.updateBackingStoreAndCheckValidity())
       continue;
+
     // Make sure it's a descendant of our root node - exceptions include the
     // scroll area that's the parent of the main document (we ignore it), and
     // possibly nodes attached to a different document.
@@ -207,6 +212,13 @@ void RendererAccessibilityComplete::SendPendingAccessibilityEvents() {
     serializer_.SerializeChanges(obj, &event_msg.update);
     event_msgs.push_back(event_msg);
 
+    // For each node in the update, set the location in our map from
+    // ids to locations.
+    for (size_t i = 0; i < event_msg.update.nodes.size(); ++i) {
+      locations_[event_msg.update.nodes[i].id] =
+          event_msg.update.nodes[i].location;
+    }
+
     VLOG(0) << "Accessibility event: " << ui::ToString(event.event_type)
             << " on node id " << event_msg.id
             << "\n" << event_msg.update.ToString();
@@ -214,7 +226,8 @@ void RendererAccessibilityComplete::SendPendingAccessibilityEvents() {
 
   Send(new AccessibilityHostMsg_Events(routing_id(), event_msgs));
 
-  SendLocationChanges();
+  if (had_layout_complete_messages)
+    SendLocationChanges();
 }
 
 void RendererAccessibilityComplete::SendLocationChanges() {
@@ -246,6 +259,12 @@ void RendererAccessibilityComplete::SendLocationChanges() {
 
     // Save the new location.
     new_locations[id] = new_location;
+
+    // Explore children of this object.
+    std::vector<blink::WebAXObject> children;
+    tree_source_.GetChildren(obj, &children);
+    for (size_t i = 0; i < children.size(); ++i)
+      objs_to_explore.push(children[i]);
   }
   locations_.swap(new_locations);
 
diff --git a/chromium/content/renderer/media/android/media_info_loader.cc b/chromium/content/renderer/media/android/media_info_loader.cc
index 8a49e04087f..caa66af7431 100644
--- a/chromium/content/renderer/media/android/media_info_loader.cc
+++ b/chromium/content/renderer/media/android/media_info_loader.cc
@@ -29,6 +29,7 @@ MediaInfoLoader::MediaInfoLoader(
     const ReadyCB& ready_cb)
     : loader_failed_(false),
       url_(url),
+      allow_stored_credentials_(false),
       cors_mode_(cors_mode),
       single_origin_(true),
       ready_cb_(ready_cb) {}
@@ -41,6 +42,7 @@ void MediaInfoLoader::Start(blink::WebFrame* frame) {
   CHECK(frame);
 
   start_time_ = base::TimeTicks::Now();
+  first_party_url_ = frame->document().firstPartyForCookies();
 
   // Prepare the request.
   WebURLRequest request(url_);
@@ -56,14 +58,17 @@ void MediaInfoLoader::Start(blink::WebFrame* frame) {
       options.allowCredentials = true;
       options.crossOriginRequestPolicy =
           WebURLLoaderOptions::CrossOriginRequestPolicyAllow;
+      allow_stored_credentials_ = true;
     } else {
       options.exposeAllResponseHeaders = true;
       // The author header set is empty, no preflight should go ahead.
       options.preflightPolicy = WebURLLoaderOptions::PreventPreflight;
       options.crossOriginRequestPolicy =
           WebURLLoaderOptions::CrossOriginRequestPolicyUseAccessControl;
-      if (cors_mode_ == blink::WebMediaPlayer::CORSModeUseCredentials)
+      if (cors_mode_ == blink::WebMediaPlayer::CORSModeUseCredentials) {
         options.allowCredentials = true;
+        allow_stored_credentials_ = true;
+      }
     }
     loader.reset(frame->createAssociatedURLLoader(options));
   }
@@ -92,6 +97,8 @@ void MediaInfoLoader::willSendRequest(
     single_origin_ = url_.GetOrigin() == GURL(newRequest.url()).GetOrigin();
 
   url_ = newRequest.url();
+  first_party_url_ = newRequest.firstPartyForCookies();
+  allow_stored_credentials_ = newRequest.allowStoredCredentials();
 }
 
 void MediaInfoLoader::didSendData(
@@ -187,7 +194,8 @@ void MediaInfoLoader::DidBecomeReady(Status status) {
                       base::TimeTicks::Now() - start_time_);
   active_loader_.reset();
   if (!ready_cb_.is_null())
-    base::ResetAndReturn(&ready_cb_).Run(status);
+    base::ResetAndReturn(&ready_cb_).Run(status, url_, first_party_url_,
+                                         allow_stored_credentials_);
 }
 
 }  // namespace content
diff --git a/chromium/content/renderer/media/android/media_info_loader.h b/chromium/content/renderer/media/android/media_info_loader.h
index d87b67c30ed..caefc9d1672 100644
--- a/chromium/content/renderer/media/android/media_info_loader.h
+++ b/chromium/content/renderer/media/android/media_info_loader.h
@@ -14,6 +14,7 @@
 #include "content/renderer/media/active_loader.h"
 #include "third_party/WebKit/public/platform/WebMediaPlayer.h"
 #include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
+#include "third_party/WebKit/public/web/WebDocument.h"
 #include "url/gurl.h"
 
 namespace blink {
@@ -44,11 +45,16 @@ class CONTENT_EXPORT MediaInfoLoader : private blink::WebURLLoaderClient {
     kOk,
   };
 
+  // Callback when MediaInfoLoader finishes loading the url. Args: whether URL
+  // is successfully loaded, the final URL destination following all the
+  // redirect, the first party URL for the final destination, and whether
+  // credentials needs to be sent to the final destination.
+  typedef base::Callback<void(Status, const GURL&, const GURL&, bool)> ReadyCB;
+
   // Start loading information about the given media URL.
   // |url| - URL for the media resource to be loaded.
   // |cors_mode| - HTML media element's crossorigin attribute.
   // |ready_cb| - Called when media info has finished or failed loading.
-  typedef base::Callback<void(Status)> ReadyCB;
   MediaInfoLoader(
       const GURL& url,
       blink::WebMediaPlayer::CORSMode cors_mode,
@@ -66,10 +72,6 @@ class CONTENT_EXPORT MediaInfoLoader : private blink::WebURLLoaderClient {
   // Only valid to call after the loader becomes ready.
   bool DidPassCORSAccessCheck() const;
 
-  void set_single_origin(bool single_origin) {
-    single_origin_ = single_origin;
-  }
-
  private:
   friend class MediaInfoLoaderTest;
 
@@ -115,6 +117,8 @@ class CONTENT_EXPORT MediaInfoLoader : private blink::WebURLLoaderClient {
 
   bool loader_failed_;
   GURL url_;
+  GURL first_party_url_;
+  bool allow_stored_credentials_;
   blink::WebMediaPlayer::CORSMode cors_mode_;
   bool single_origin_;
 
diff --git a/chromium/content/renderer/media/android/media_info_loader_unittest.cc b/chromium/content/renderer/media/android/media_info_loader_unittest.cc
index ffde7927e1d..41a7b894b77 100644
--- a/chromium/content/renderer/media/android/media_info_loader_unittest.cc
+++ b/chromium/content/renderer/media/android/media_info_loader_unittest.cc
@@ -86,7 +86,7 @@ class MediaInfoLoaderTest : public testing::Test {
 
   void SendResponse(
       int http_status, MediaInfoLoader::Status expected_status) {
-    EXPECT_CALL(*this, ReadyCallback(expected_status));
+    EXPECT_CALL(*this, ReadyCallback(expected_status, _, _, _));
     EXPECT_CALL(*url_loader_, cancel());
 
     WebURLResponse response(gurl_);
@@ -98,11 +98,13 @@ class MediaInfoLoaderTest : public testing::Test {
   }
 
   void FailLoad() {
-    EXPECT_CALL(*this, ReadyCallback(MediaInfoLoader::kFailed));
+    EXPECT_CALL(*this, ReadyCallback(
+        MediaInfoLoader::kFailed, _, _, _));
     loader_->didFail(url_loader_, WebURLError());
   }
 
-  MOCK_METHOD1(ReadyCallback, void(MediaInfoLoader::Status));
+  MOCK_METHOD4(ReadyCallback,
+               void(MediaInfoLoader::Status, const GURL&, const GURL&, bool));
 
  protected:
   GURL gurl_;
diff --git a/chromium/content/renderer/media/android/renderer_media_player_manager.cc b/chromium/content/renderer/media/android/renderer_media_player_manager.cc
index f3e0bc01cfc..88af4740d0b 100644
--- a/chromium/content/renderer/media/android/renderer_media_player_manager.cc
+++ b/chromium/content/renderer/media/android/renderer_media_player_manager.cc
@@ -67,8 +67,8 @@ void RendererMediaPlayerManager::Initialize(
     const GURL& url,
     const GURL& first_party_for_cookies,
     int demuxer_client_id,
-    const GURL& frame_url) {
-
+    const GURL& frame_url,
+    bool allow_credentials) {
   MediaPlayerHostMsg_Initialize_Params media_player_params;
   media_player_params.type = type;
   media_player_params.player_id = player_id;
@@ -76,6 +76,7 @@ void RendererMediaPlayerManager::Initialize(
   media_player_params.url = url;
   media_player_params.first_party_for_cookies = first_party_for_cookies;
   media_player_params.frame_url = frame_url;
+  media_player_params.allow_credentials = allow_credentials;
 
   Send(new MediaPlayerHostMsg_Initialize(routing_id(), media_player_params));
 }
diff --git a/chromium/content/renderer/media/android/renderer_media_player_manager.h b/chromium/content/renderer/media/android/renderer_media_player_manager.h
index 4bcb2888378..e8698c9506a 100644
--- a/chromium/content/renderer/media/android/renderer_media_player_manager.h
+++ b/chromium/content/renderer/media/android/renderer_media_player_manager.h
@@ -45,7 +45,8 @@ class RendererMediaPlayerManager : public RenderFrameObserver {
                   const GURL& url,
                   const GURL& first_party_for_cookies,
                   int demuxer_client_id,
-                  const GURL& frame_url);
+                  const GURL& frame_url,
+                  bool allow_credentials);
 
   // Starts the player.
   void Start(int player_id);
diff --git a/chromium/content/renderer/media/android/webmediaplayer_android.cc b/chromium/content/renderer/media/android/webmediaplayer_android.cc
index 98335469166..049a5576c2a 100644
--- a/chromium/content/renderer/media/android/webmediaplayer_android.cc
+++ b/chromium/content/renderer/media/android/webmediaplayer_android.cc
@@ -6,6 +6,7 @@
 
 #include <limits>
 
+#include "base/android/build_info.h"
 #include "base/bind.h"
 #include "base/callback_helpers.h"
 #include "base/command_line.h"
@@ -54,6 +55,7 @@
 #include "ui/gfx/image/image.h"
 
 static const uint32 kGLTextureExternalOES = 0x8D65;
+static const int kSDKVersionToSupportSecurityOriginCheck = 20;
 
 using blink::WebMediaPlayer;
 using blink::WebSize;
@@ -108,12 +110,9 @@ WebMediaPlayerAndroid::WebMediaPlayerAndroid(
       texture_id_(0),
       stream_id_(0),
       is_playing_(false),
-      playing_started_(false),
       needs_establish_peer_(true),
       stream_texture_proxy_initialized_(false),
       has_size_info_(false),
-      has_media_metadata_(false),
-      has_media_info_(false),
       stream_texture_factory_(factory),
       needs_external_surface_(false),
       video_frame_provider_client_(NULL),
@@ -123,6 +122,7 @@ WebMediaPlayerAndroid::WebMediaPlayerAndroid(
       is_remote_(false),
       media_log_(media_log),
       web_cdm_(NULL),
+      allow_stored_credentials_(false),
       weak_factory_(this) {
   DCHECK(player_manager_);
   DCHECK(cdm_manager_);
@@ -190,13 +190,9 @@ void WebMediaPlayerAndroid::load(LoadType load_type,
       return;
   }
 
-  has_media_metadata_ = false;
-  has_media_info_ = false;
-
+  url_ = url;
   int demuxer_client_id = 0;
   if (player_type_ != MEDIA_PLAYER_TYPE_URL) {
-    has_media_info_ = true;
-
     RendererDemuxerAndroid* demuxer =
         RenderThreadImpl::current()->renderer_demuxer();
     demuxer_client_id = demuxer->GetNextDemuxerClientID();
@@ -220,6 +216,8 @@ void WebMediaPlayerAndroid::load(LoadType load_type,
                      weak_factory_.GetWeakPtr()),
           base::Bind(&WebMediaPlayerAndroid::OnDurationChanged,
                      weak_factory_.GetWeakPtr()));
+      InitializePlayer(url_, frame_->document().firstPartyForCookies(),
+                       true, demuxer_client_id);
     }
   } else {
     info_loader_.reset(
@@ -228,28 +226,18 @@ void WebMediaPlayerAndroid::load(LoadType load_type,
             cors_mode,
             base::Bind(&WebMediaPlayerAndroid::DidLoadMediaInfo,
                        weak_factory_.GetWeakPtr())));
-    // TODO(qinmin): The url might be redirected when android media player
-    // requests the stream. As a result, we cannot guarantee there is only
-    // a single origin. Remove the following line when b/12573548 is fixed.
-    // Check http://crbug.com/334204.
-    info_loader_->set_single_origin(false);
     info_loader_->Start(frame_);
   }
-
-  url_ = url;
-  GURL first_party_url = frame_->document().firstPartyForCookies();
-  player_manager_->Initialize(
-      player_type_, player_id_, url, first_party_url, demuxer_client_id,
-      frame_->document().url());
-
-  if (player_manager_->ShouldEnterFullscreen(frame_))
-    player_manager_->EnterFullscreen(player_id_, frame_);
-
+  
   UpdateNetworkState(WebMediaPlayer::NetworkStateLoading);
   UpdateReadyState(WebMediaPlayer::ReadyStateHaveNothing);
 }
 
-void WebMediaPlayerAndroid::DidLoadMediaInfo(MediaInfoLoader::Status status) {
+void WebMediaPlayerAndroid::DidLoadMediaInfo(
+    MediaInfoLoader::Status status,
+    const GURL& redirected_url,
+    const GURL& first_party_for_cookies,
+    bool allow_stored_credentials) {
   DCHECK(!media_source_delegate_);
   if (status == MediaInfoLoader::kFailed) {
     info_loader_.reset();
@@ -257,17 +245,10 @@ void WebMediaPlayerAndroid::DidLoadMediaInfo(MediaInfoLoader::Status status) {
     return;
   }
 
-  has_media_info_ = true;
-  if (has_media_metadata_ &&
-      ready_state_ != WebMediaPlayer::ReadyStateHaveEnoughData) {
-    UpdateReadyState(WebMediaPlayer::ReadyStateHaveMetadata);
-    UpdateReadyState(WebMediaPlayer::ReadyStateHaveEnoughData);
-  }
-  // Android doesn't start fetching resources until an implementation-defined
-  // event (e.g. playback request) occurs. Sets the network state to IDLE
-  // if play is not requested yet.
-  if (!playing_started_)
-    UpdateNetworkState(WebMediaPlayer::NetworkStateIdle);
+  InitializePlayer(
+      redirected_url, first_party_for_cookies, allow_stored_credentials, 0);
+
+  UpdateNetworkState(WebMediaPlayer::NetworkStateIdle);
 }
 
 void WebMediaPlayerAndroid::play() {
@@ -291,7 +272,6 @@ void WebMediaPlayerAndroid::play() {
     player_manager_->Start(player_id_);
   UpdatePlayingState(true);
   UpdateNetworkState(WebMediaPlayer::NetworkStateLoading);
-  playing_started_ = true;
 }
 
 void WebMediaPlayerAndroid::pause() {
@@ -544,12 +524,23 @@ bool WebMediaPlayerAndroid::copyVideoTextureToPlatformTexture(
 }
 
 bool WebMediaPlayerAndroid::hasSingleSecurityOrigin() const {
-  if (info_loader_)
-    return info_loader_->HasSingleOrigin();
-  // The info loader may have failed.
-  if (player_type_ == MEDIA_PLAYER_TYPE_URL)
+  if (player_type_ != MEDIA_PLAYER_TYPE_URL)
+    return true;
+
+  if (!info_loader_ || !info_loader_->HasSingleOrigin())
     return false;
-  return true;
+
+  // TODO(qinmin): The url might be redirected when android media player
+  // requests the stream. As a result, we cannot guarantee there is only
+  // a single origin. Only if the HTTP request was made without credentials,
+  // we will honor the return value from  HasSingleSecurityOriginInternal()
+  // in pre-L android versions.
+  // Check http://crbug.com/334204.
+  if (!allow_stored_credentials_)
+    return true;
+
+  return base::android::BuildInfo::GetInstance()->sdk_int() >=
+      kSDKVersionToSupportSecurityOriginCheck;
 }
 
 bool WebMediaPlayerAndroid::didPassCORSAccessCheck() const {
@@ -613,9 +604,7 @@ void WebMediaPlayerAndroid::OnMediaMetadataChanged(
     }
   }
 
-  has_media_metadata_ = true;
-  if (has_media_info_ &&
-      ready_state_ != WebMediaPlayer::ReadyStateHaveEnoughData) {
+  if (ready_state_ != WebMediaPlayer::ReadyStateHaveEnoughData) {
     UpdateReadyState(WebMediaPlayer::ReadyStateHaveMetadata);
     UpdateReadyState(WebMediaPlayer::ReadyStateHaveEnoughData);
   }
@@ -884,6 +873,19 @@ void WebMediaPlayerAndroid::OnDestruct() {
                   "the RenderFrame goes away.";
 }
 
+void WebMediaPlayerAndroid::InitializePlayer(
+    const GURL& url,
+    const GURL& first_party_for_cookies,
+    bool allow_stored_credentials,
+    int demuxer_client_id) {
+  allow_stored_credentials_ = allow_stored_credentials;
+  player_manager_->Initialize(
+      player_type_, player_id_, url, first_party_for_cookies, demuxer_client_id,
+      frame_->document().url(), allow_stored_credentials);
+  if (player_manager_->ShouldEnterFullscreen(frame_))
+    player_manager_->EnterFullscreen(player_id_, frame_);
+}
+
 void WebMediaPlayerAndroid::Pause(bool is_media_related_action) {
   player_manager_->Pause(player_id_, is_media_related_action);
   UpdatePlayingState(false);
diff --git a/chromium/content/renderer/media/android/webmediaplayer_android.h b/chromium/content/renderer/media/android/webmediaplayer_android.h
index 67d09e06708..f20d0ae5c6a 100644
--- a/chromium/content/renderer/media/android/webmediaplayer_android.h
+++ b/chromium/content/renderer/media/android/webmediaplayer_android.h
@@ -250,11 +250,18 @@ class WebMediaPlayerAndroid : public blink::WebMediaPlayer,
   void SetNeedsEstablishPeer(bool needs_establish_peer);
 
  private:
+  void InitializePlayer(const GURL& url,
+                        const GURL& first_party_for_cookies,
+                        bool allowed_stored_credentials,
+                        int demuxer_client_id);
   void Pause(bool is_media_related_action);
   void DrawRemotePlaybackText(const std::string& remote_playback_message);
   void ReallocateVideoFrame();
   void SetCurrentFrameInternal(scoped_refptr<media::VideoFrame>& frame);
-  void DidLoadMediaInfo(MediaInfoLoader::Status status);
+  void DidLoadMediaInfo(MediaInfoLoader::Status status,
+                        const GURL& redirected_url,
+                        const GURL& first_party_for_cookies,
+                        bool allow_stored_credentials);
   bool IsKeySystemSupported(const std::string& key_system);
 
   // Actually do the work for generateKeyRequest/addKey so they can easily
@@ -358,9 +365,6 @@ class WebMediaPlayerAndroid : public blink::WebMediaPlayer,
   // Whether the mediaplayer is playing.
   bool is_playing_;
 
-  // Whether the mediaplayer has already started playing.
-  bool playing_started_;
-
   // Whether media player needs to re-establish the surface texture peer.
   bool needs_establish_peer_;
 
@@ -370,10 +374,6 @@ class WebMediaPlayerAndroid : public blink::WebMediaPlayer,
   // Whether the video size info is available.
   bool has_size_info_;
 
-  // Whether the video metadata and info are available.
-  bool has_media_metadata_;
-  bool has_media_info_;
-
   // Object for allocating stream textures.
   scoped_refptr<StreamTextureFactory> stream_texture_factory_;
 
@@ -443,6 +443,9 @@ class WebMediaPlayerAndroid : public blink::WebMediaPlayer,
   // player_manager_->SetCdm() directly.
   media::DecryptorReadyCB decryptor_ready_cb_;
 
+  // Whether stored credentials are allowed to be passed to the server.
+  bool allow_stored_credentials_;
+
   // NOTE: Weak pointers must be invalidated before all other member variables.
   base::WeakPtrFactory<WebMediaPlayerAndroid> weak_factory_;
 
diff --git a/chromium/content/renderer/media/crypto/key_systems.cc b/chromium/content/renderer/media/crypto/key_systems.cc
index dace75167b1..1684c271ea2 100644
--- a/chromium/content/renderer/media/crypto/key_systems.cc
+++ b/chromium/content/renderer/media/crypto/key_systems.cc
@@ -209,14 +209,14 @@ KeySystems::KeySystems() : needs_update_(true) {
 }
 
 void KeySystems::UpdateIfNeeded() {
-#if defined(WIDEVINE_CDM_AVAILABLE) && defined(WIDEVINE_CDM_IS_COMPONENT)
+#if defined(WIDEVINE_CDM_AVAILABLE)
   DCHECK(thread_checker_.CalledOnValidThread());
   if (!needs_update_)
     return;
 
   // The update could involve a sync IPC to the browser process. Use a minimum
   // update interval to avoid unnecessary frequent IPC to the browser.
-  static const int kMinUpdateIntervalInSeconds = 5;
+  static const int kMinUpdateIntervalInSeconds = 1;
   base::Time now = base::Time::Now();
   if (now - last_update_time_ <
       base::TimeDelta::FromSeconds(kMinUpdateIntervalInSeconds)) {
diff --git a/chromium/content/renderer/media/media_stream_video_track.cc b/chromium/content/renderer/media/media_stream_video_track.cc
index 0ad7159255d..da26aac6f79 100644
--- a/chromium/content/renderer/media/media_stream_video_track.cc
+++ b/chromium/content/renderer/media/media_stream_video_track.cc
@@ -4,86 +4,172 @@
 
 #include "content/renderer/media/media_stream_video_track.h"
 
+#include <utility>
+
 #include "base/bind.h"
-#include "content/renderer/media/video_frame_deliverer.h"
 #include "media/base/bind_to_current_loop.h"
 
 namespace content {
 
-// Helper class used for delivering video frames to MediaStreamSinks on the
-// IO-thread.
-// Frames are delivered to an instance of this class from a
-// MediaStreamVideoSource on the IO-thread to the method DeliverFrameOnIO.
-// Frames are only delivered to the sinks if the track is enabled.
-class MediaStreamVideoTrack::FrameDeliverer : public VideoFrameDeliverer {
+namespace {
+void ResetCallback(scoped_ptr<VideoCaptureDeliverFrameCB> callback) {
+  // |callback| will be deleted when this exits.
+}
+}  // namespace
+
+// MediaStreamVideoTrack::FrameDeliverer is a helper class used for registering
+// VideoCaptureDeliverFrameCB on the main render thread to receive video frames
+// on the IO-thread.
+// Frames are only delivered to the sinks if the track is enabled. If the track
+// is disabled, a black frame is instead forwarded to the sinks at the same
+// frame rate.
+class MediaStreamVideoTrack::FrameDeliverer
+    : public base::RefCountedThreadSafe<FrameDeliverer> {
  public:
   FrameDeliverer(
-      const scoped_refptr<base::MessageLoopProxy>& io_message_loop_proxy,
-      bool enabled)
-      : VideoFrameDeliverer(io_message_loop_proxy),
-        enabled_(enabled) {
-  }
+      const scoped_refptr<base::MessageLoopProxy>& io_message_loop,
+      bool enabled);
 
-  // Add |sink| to receive state changes on the main render thread.
-  // Video frames will be delivered to |callback| on the IO thread.
-  void AddSink(MediaStreamVideoSink* sink,
-               const VideoCaptureDeliverFrameCB& callback) {
-    DCHECK(thread_checker().CalledOnValidThread());
-    DCHECK(std::find(sinks_.begin(), sinks_.end(), sink) == sinks_.end());
-    sinks_.push_back(sink);
-    AddCallback(sink, callback);
-  }
+  void SetEnabled(bool enabled);
 
-  void RemoveSink(MediaStreamVideoSink* sink) {
-    DCHECK(thread_checker().CalledOnValidThread());
-    std::vector<MediaStreamVideoSink*>::iterator it =
-        std::find(sinks_.begin(), sinks_.end(), sink);
-    DCHECK(it != sinks_.end());
-    sinks_.erase(it);
-    RemoveCallback(sink);
-  }
+  // Add |callback| to receive video frames on the IO-thread.
+  // Must be called on the main render thread.
+  void AddCallback(void* id, const VideoCaptureDeliverFrameCB& callback);
 
-  void SetEnabled(bool enabled) {
-    DCHECK(thread_checker().CalledOnValidThread());
-    io_message_loop()->PostTask(
-        FROM_HERE,
-        base::Bind(&MediaStreamVideoTrack::FrameDeliverer::SetEnabledOnIO,
-                   this, enabled));
-  }
+  // Removes |callback| associated with |id| from receiving video frames if |id|
+  // has been added. It is ok to call RemoveCallback even if the |id| has not
+  // been added. Note that the added callback will be reset on the main thread.
+  // Must be called on the main render thread.
+  void RemoveCallback(void* id);
 
-  virtual void DeliverFrameOnIO(
-      const scoped_refptr<media::VideoFrame>& frame,
-      const media::VideoCaptureFormat& format,
-      const base::TimeTicks& estimated_capture_time) OVERRIDE {
-    DCHECK(io_message_loop()->BelongsToCurrentThread());
-    if (!enabled_)
-      return;
-    VideoFrameDeliverer::DeliverFrameOnIO(frame, format,
-                                          estimated_capture_time);
-  }
+  // Triggers all registered callbacks with |frame|, |format| and
+  // |estimated_capture_time| as parameters. Must be called on the IO-thread.
+  void DeliverFrameOnIO(const scoped_refptr<media::VideoFrame>& frame,
+                        const media::VideoCaptureFormat& format,
+                        const base::TimeTicks& estimated_capture_time);
 
-  const std::vector<MediaStreamVideoSink*>& sinks() const { return sinks_; }
-
- protected:
-  virtual ~FrameDeliverer() {
-    DCHECK(sinks_.empty());
-  }
+ private:
+  friend class base::RefCountedThreadSafe<FrameDeliverer>;
+  virtual ~FrameDeliverer();
+  void AddCallbackOnIO(void* id, const VideoCaptureDeliverFrameCB& callback);
+  void RemoveCallbackOnIO(
+      void* id, const scoped_refptr<base::MessageLoopProxy>& message_loop);
 
-  void SetEnabledOnIO(bool enabled) {
-    DCHECK(io_message_loop()->BelongsToCurrentThread());
-    enabled_ = enabled;
-  }
+  void SetEnabledOnIO(bool enabled);
+  // Returns |black_frame_| where the size and time stamp is set to the same as
+  // as in |reference_frame|.
+  const scoped_refptr<media::VideoFrame>& GetBlackFrame(
+      const scoped_refptr<media::VideoFrame>& reference_frame);
 
- private:
-  // The below members are used on the main render thread.
-  std::vector<MediaStreamVideoSink*> sinks_;
+  // Used to DCHECK that AddCallback and RemoveCallback are called on the main
+  // render thread.
+  base::ThreadChecker thread_checker_;
+  scoped_refptr<base::MessageLoopProxy> io_message_loop_;
 
-  // The below parameters are used on the IO-thread.
   bool enabled_;
+  scoped_refptr<media::VideoFrame> black_frame_;
+
+  typedef std::pair<void*, VideoCaptureDeliverFrameCB> VideoIdCallbackPair;
+  std::vector<VideoIdCallbackPair> callbacks_;
 
   DISALLOW_COPY_AND_ASSIGN(FrameDeliverer);
 };
 
+MediaStreamVideoTrack::FrameDeliverer::FrameDeliverer(
+    const scoped_refptr<base::MessageLoopProxy>& io_message_loop, bool enabled)
+    : io_message_loop_(io_message_loop),
+      enabled_(enabled) {
+  DCHECK(io_message_loop_);
+}
+
+MediaStreamVideoTrack::FrameDeliverer::~FrameDeliverer() {
+  DCHECK(callbacks_.empty());
+}
+
+void MediaStreamVideoTrack::FrameDeliverer::AddCallback(
+    void* id,
+    const VideoCaptureDeliverFrameCB& callback) {
+  DCHECK(thread_checker_.CalledOnValidThread());
+  io_message_loop_->PostTask(
+      FROM_HERE,
+      base::Bind(&FrameDeliverer::AddCallbackOnIO,
+                 this, id, callback));
+}
+
+void MediaStreamVideoTrack::FrameDeliverer::AddCallbackOnIO(
+    void* id,
+    const VideoCaptureDeliverFrameCB& callback) {
+  DCHECK(io_message_loop_->BelongsToCurrentThread());
+  callbacks_.push_back(std::make_pair(id, callback));
+}
+
+void MediaStreamVideoTrack::FrameDeliverer::RemoveCallback(void* id) {
+  DCHECK(thread_checker_.CalledOnValidThread());
+  io_message_loop_->PostTask(
+      FROM_HERE,
+      base::Bind(&FrameDeliverer::RemoveCallbackOnIO,
+                 this, id, base::MessageLoopProxy::current()));
+}
+
+void MediaStreamVideoTrack::FrameDeliverer::RemoveCallbackOnIO(
+    void* id, const scoped_refptr<base::MessageLoopProxy>& message_loop) {
+  DCHECK(io_message_loop_->BelongsToCurrentThread());
+  std::vector<VideoIdCallbackPair>::iterator it = callbacks_.begin();
+  for (; it != callbacks_.end(); ++it) {
+    if (it->first == id) {
+      // Callback is copied to heap and then deleted on the target thread.
+      scoped_ptr<VideoCaptureDeliverFrameCB> callback;
+      callback.reset(new VideoCaptureDeliverFrameCB(it->second));
+      callbacks_.erase(it);
+      message_loop->PostTask(
+          FROM_HERE, base::Bind(&ResetCallback, base::Passed(&callback)));
+      return;
+    }
+  }
+}
+
+void MediaStreamVideoTrack::FrameDeliverer::SetEnabled(bool enabled) {
+  DCHECK(thread_checker_.CalledOnValidThread());
+  io_message_loop_->PostTask(
+      FROM_HERE,
+      base::Bind(&FrameDeliverer::SetEnabledOnIO,
+                 this, enabled));
+}
+
+void MediaStreamVideoTrack::FrameDeliverer::SetEnabledOnIO(bool enabled) {
+  DCHECK(io_message_loop_->BelongsToCurrentThread());
+  enabled_ = enabled;
+  if (enabled_)
+    black_frame_ = NULL;
+}
+
+void MediaStreamVideoTrack::FrameDeliverer::DeliverFrameOnIO(
+    const scoped_refptr<media::VideoFrame>& frame,
+    const media::VideoCaptureFormat& format,
+    const base::TimeTicks& estimated_capture_time) {
+  DCHECK(io_message_loop_->BelongsToCurrentThread());
+  const scoped_refptr<media::VideoFrame>& video_frame =
+      enabled_ ? frame : GetBlackFrame(frame);
+
+  for (std::vector<VideoIdCallbackPair>::iterator it = callbacks_.begin();
+       it != callbacks_.end(); ++it) {
+    it->second.Run(video_frame, format, estimated_capture_time);
+  }
+}
+
+const scoped_refptr<media::VideoFrame>&
+MediaStreamVideoTrack::FrameDeliverer::GetBlackFrame(
+    const scoped_refptr<media::VideoFrame>& reference_frame) {
+  DCHECK(io_message_loop_->BelongsToCurrentThread());
+  if (!black_frame_ ||
+      black_frame_->natural_size() != reference_frame->natural_size())
+    black_frame_ =
+        media::VideoFrame::CreateBlackFrame(reference_frame->natural_size());
+
+  black_frame_->set_timestamp(reference_frame->timestamp());
+  return black_frame_;
+}
+
 // static
 blink::WebMediaStreamTrack MediaStreamVideoTrack::CreateVideoTrack(
     MediaStreamVideoSource* source,
@@ -126,6 +212,7 @@ MediaStreamVideoTrack::MediaStreamVideoTrack(
 
 MediaStreamVideoTrack::~MediaStreamVideoTrack() {
   DCHECK(thread_checker_.CalledOnValidThread());
+  DCHECK(sinks_.empty());
   Stop();
   DVLOG(3) << "~MediaStreamVideoTrack()";
 }
@@ -133,12 +220,18 @@ MediaStreamVideoTrack::~MediaStreamVideoTrack() {
 void MediaStreamVideoTrack::AddSink(
     MediaStreamVideoSink* sink, const VideoCaptureDeliverFrameCB& callback) {
   DCHECK(thread_checker_.CalledOnValidThread());
-  frame_deliverer_->AddSink(sink, callback);
+  DCHECK(std::find(sinks_.begin(), sinks_.end(), sink) == sinks_.end());
+  sinks_.push_back(sink);
+  frame_deliverer_->AddCallback(sink, callback);
 }
 
 void MediaStreamVideoTrack::RemoveSink(MediaStreamVideoSink* sink) {
   DCHECK(thread_checker_.CalledOnValidThread());
-  frame_deliverer_->RemoveSink(sink);
+  std::vector<MediaStreamVideoSink*>::iterator it =
+      std::find(sinks_.begin(), sinks_.end(), sink);
+  DCHECK(it != sinks_.end());
+  sinks_.erase(it);
+  frame_deliverer_->RemoveCallback(sink);
 }
 
 void MediaStreamVideoTrack::SetEnabled(bool enabled) {
@@ -146,9 +239,8 @@ void MediaStreamVideoTrack::SetEnabled(bool enabled) {
   MediaStreamTrack::SetEnabled(enabled);
 
   frame_deliverer_->SetEnabled(enabled);
-  const std::vector<MediaStreamVideoSink*>& sinks = frame_deliverer_->sinks();
-  for (std::vector<MediaStreamVideoSink*>::const_iterator it = sinks.begin();
-       it != sinks.end(); ++it) {
+  for (std::vector<MediaStreamVideoSink*>::const_iterator it = sinks_.begin();
+       it != sinks_.end(); ++it) {
     (*it)->OnEnabledChanged(enabled);
   }
 }
@@ -165,9 +257,8 @@ void MediaStreamVideoTrack::Stop() {
 void MediaStreamVideoTrack::OnReadyStateChanged(
     blink::WebMediaStreamSource::ReadyState state) {
   DCHECK(thread_checker_.CalledOnValidThread());
-  const std::vector<MediaStreamVideoSink*>& sinks = frame_deliverer_->sinks();
-  for (std::vector<MediaStreamVideoSink*>::const_iterator it = sinks.begin();
-       it != sinks.end(); ++it) {
+  for (std::vector<MediaStreamVideoSink*>::const_iterator it = sinks_.begin();
+       it != sinks_.end(); ++it) {
     (*it)->OnReadyStateChanged(state);
   }
 }
diff --git a/chromium/content/renderer/media/media_stream_video_track.h b/chromium/content/renderer/media/media_stream_video_track.h
index 040686c5828..6fecbe1758e 100644
--- a/chromium/content/renderer/media/media_stream_video_track.h
+++ b/chromium/content/renderer/media/media_stream_video_track.h
@@ -41,12 +41,12 @@ class CONTENT_EXPORT MediaStreamVideoTrack : public MediaStreamTrack {
   static MediaStreamVideoTrack* GetVideoTrack(
       const blink::WebMediaStreamTrack& track);
 
-  // Constructor for local video tracks.
-   MediaStreamVideoTrack(
-       MediaStreamVideoSource* source,
-       const blink::WebMediaConstraints& constraints,
-       const MediaStreamVideoSource::ConstraintsCallback& callback,
-       bool enabled);
+  // Constructor for video tracks.
+  MediaStreamVideoTrack(
+      MediaStreamVideoSource* source,
+      const blink::WebMediaConstraints& constraints,
+      const MediaStreamVideoSource::ConstraintsCallback& callback,
+      bool enabled);
   virtual ~MediaStreamVideoTrack();
 
   virtual void SetEnabled(bool enabled) OVERRIDE;
@@ -80,6 +80,8 @@ class CONTENT_EXPORT MediaStreamVideoTrack : public MediaStreamTrack {
                const VideoCaptureDeliverFrameCB& callback);
   void RemoveSink(MediaStreamVideoSink* sink);
 
+  std::vector<MediaStreamVideoSink*> sinks_;
+
   // |FrameDeliverer| is an internal helper object used for delivering video
   // frames on the IO-thread using callbacks to all registered tracks.
   class FrameDeliverer;
diff --git a/chromium/content/renderer/media/media_stream_video_track_unittest.cc b/chromium/content/renderer/media/media_stream_video_track_unittest.cc
index 9b281a67d15..2571ee4add2 100644
--- a/chromium/content/renderer/media/media_stream_video_track_unittest.cc
+++ b/chromium/content/renderer/media/media_stream_video_track_unittest.cc
@@ -18,6 +18,9 @@
 
 namespace content {
 
+const uint8 kBlackValue = 0x00;
+const uint8 kColorValue = 0xAB;
+
 ACTION_P(RunClosure, closure) {
   closure.Run();
 }
@@ -43,9 +46,10 @@ class MediaStreamVideoTrackTest : public ::testing::Test {
     EXPECT_CALL(*sink, OnVideoFrame()).WillOnce(
         RunClosure(quit_closure));
     scoped_refptr<media::VideoFrame> frame =
-        media::VideoFrame::CreateBlackFrame(
+        media::VideoFrame::CreateColorFrame(
             gfx::Size(MediaStreamVideoSource::kDefaultWidth,
-                      MediaStreamVideoSource::kDefaultHeight));
+                      MediaStreamVideoSource::kDefaultHeight),
+            kColorValue, kColorValue, kColorValue, base::TimeDelta());
     mock_source()->DeliverVideoFrame(frame);
     run_loop.Run();
   }
@@ -163,24 +167,20 @@ TEST_F(MediaStreamVideoTrackTest, SetEnabled) {
 
   DeliverVideoFrameAndWaitForRenderer(&sink);
   EXPECT_EQ(1, sink.number_of_frames());
+  EXPECT_EQ(kColorValue, *sink.last_frame()->data(media::VideoFrame::kYPlane));
 
   video_track->SetEnabled(false);
   EXPECT_FALSE(sink.enabled());
 
-  scoped_refptr<media::VideoFrame> frame =
-      media::VideoFrame::CreateBlackFrame(
-          gfx::Size(MediaStreamVideoSource::kDefaultWidth,
-                    MediaStreamVideoSource::kDefaultHeight));
-  mock_source()->DeliverVideoFrame(frame);
-  // Wait for the IO thread to complete delivering frames.
-  io_message_loop()->RunUntilIdle();
-  EXPECT_EQ(1, sink.number_of_frames());
+  DeliverVideoFrameAndWaitForRenderer(&sink);
+  EXPECT_EQ(2, sink.number_of_frames());
+  EXPECT_EQ(kBlackValue, *sink.last_frame()->data(media::VideoFrame::kYPlane));
 
   video_track->SetEnabled(true);
   EXPECT_TRUE(sink.enabled());
-  mock_source()->DeliverVideoFrame(frame);
   DeliverVideoFrameAndWaitForRenderer(&sink);
-  EXPECT_EQ(2, sink.number_of_frames());
+  EXPECT_EQ(3, sink.number_of_frames());
+  EXPECT_EQ(kColorValue, *sink.last_frame()->data(media::VideoFrame::kYPlane));
   MediaStreamVideoSink::RemoveFromVideoTrack(&sink, track);
 }
 
diff --git a/chromium/content/renderer/media/mock_media_stream_video_sink.cc b/chromium/content/renderer/media/mock_media_stream_video_sink.cc
index 347ca62e728..7a054ab3f71 100644
--- a/chromium/content/renderer/media/mock_media_stream_video_sink.cc
+++ b/chromium/content/renderer/media/mock_media_stream_video_sink.cc
@@ -31,6 +31,7 @@ void MockMediaStreamVideoSink::DeliverVideoFrame(
     const scoped_refptr<media::VideoFrame>& frame,
     const media::VideoCaptureFormat& format,
     const base::TimeTicks& estimated_capture_time) {
+  last_frame_ = frame;
   ++number_of_frames_;
   format_ = frame->format();
   frame_size_ = frame->natural_size();
diff --git a/chromium/content/renderer/media/mock_media_stream_video_sink.h b/chromium/content/renderer/media/mock_media_stream_video_sink.h
index 682a617f167..2f7376173a1 100644
--- a/chromium/content/renderer/media/mock_media_stream_video_sink.h
+++ b/chromium/content/renderer/media/mock_media_stream_video_sink.h
@@ -32,6 +32,7 @@ class MockMediaStreamVideoSink : public MediaStreamVideoSink {
   int number_of_frames() const { return number_of_frames_; }
   media::VideoFrame::Format format() const { return format_; }
   gfx::Size frame_size() const { return frame_size_; }
+  scoped_refptr<media::VideoFrame> last_frame() const { return last_frame_; };
 
   bool enabled() const { return enabled_; }
   blink::WebMediaStreamSource::ReadyState state() const { return state_; }
@@ -47,6 +48,7 @@ class MockMediaStreamVideoSink : public MediaStreamVideoSink {
   media::VideoFrame::Format format_;
   blink::WebMediaStreamSource::ReadyState state_;
   gfx::Size frame_size_;
+  scoped_refptr<media::VideoFrame> last_frame_;
   base::WeakPtrFactory<MockMediaStreamVideoSink> weak_factory_;
 };
 
diff --git a/chromium/content/renderer/media/rtc_video_renderer.cc b/chromium/content/renderer/media/rtc_video_renderer.cc
index c45a24a2f68..323f0a3d795 100644
--- a/chromium/content/renderer/media/rtc_video_renderer.cc
+++ b/chromium/content/renderer/media/rtc_video_renderer.cc
@@ -81,12 +81,6 @@ void RTCVideoRenderer::OnReadyStateChanged(
     RenderSignalingFrame();
 }
 
-void RTCVideoRenderer::OnEnabledChanged(bool enabled) {
-  DCHECK(message_loop_proxy_->BelongsToCurrentThread());
-  if (!enabled)
-    RenderSignalingFrame();
-}
-
 void RTCVideoRenderer::OnVideoFrame(
     const scoped_refptr<media::VideoFrame>& frame,
     const media::VideoCaptureFormat& format,
@@ -108,7 +102,7 @@ void RTCVideoRenderer::OnVideoFrame(
 
 void RTCVideoRenderer::RenderSignalingFrame() {
   // This is necessary to make sure audio can play if the video tag src is
-  // a MediaStream video track that has been rejected, ended or disabled.
+  // a MediaStream video track that has been rejected or ended.
   // It also ensure that the renderer don't hold a reference to a real video
   // frame if no more frames are provided. This is since there might be a
   // finite number of available buffers. E.g, video that
diff --git a/chromium/content/renderer/media/rtc_video_renderer.h b/chromium/content/renderer/media/rtc_video_renderer.h
index e205b6b5f8d..6add0df44e8 100644
--- a/chromium/content/renderer/media/rtc_video_renderer.h
+++ b/chromium/content/renderer/media/rtc_video_renderer.h
@@ -61,7 +61,6 @@ class CONTENT_EXPORT RTCVideoRenderer
   // VideoTrackSink implementation. Called on the main thread.
   virtual void OnReadyStateChanged(
       blink::WebMediaStreamSource::ReadyState state) OVERRIDE;
-  virtual void OnEnabledChanged(bool enabled) OVERRIDE;
 
   void RenderSignalingFrame();
 
diff --git a/chromium/content/renderer/media/video_frame_deliverer.cc b/chromium/content/renderer/media/video_frame_deliverer.cc
deleted file mode 100644
index 05c77496790..00000000000
--- a/chromium/content/renderer/media/video_frame_deliverer.cc
+++ /dev/null
@@ -1,84 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/renderer/media/video_frame_deliverer.h"
-
-#include "base/bind.h"
-#include "base/location.h"
-
-namespace content {
-namespace {
-void ResetCallback(scoped_ptr<VideoCaptureDeliverFrameCB> callback) {
-  // |callback| will be deleted when this exits.
-}
-}  // namespace
-
-VideoFrameDeliverer::VideoFrameDeliverer(
-    const scoped_refptr<base::MessageLoopProxy>& io_message_loop)
-    : io_message_loop_(io_message_loop) {
-  DCHECK(io_message_loop_);
-}
-
-VideoFrameDeliverer::~VideoFrameDeliverer() {
-  DCHECK(callbacks_.empty());
-}
-
-void VideoFrameDeliverer::AddCallback(
-    void* id,
-    const VideoCaptureDeliverFrameCB& callback) {
-  DCHECK(thread_checker_.CalledOnValidThread());
-  io_message_loop_->PostTask(
-      FROM_HERE,
-      base::Bind(&VideoFrameDeliverer::AddCallbackOnIO,
-                 this, id, callback));
-}
-
-void VideoFrameDeliverer::AddCallbackOnIO(
-    void* id,
-    const VideoCaptureDeliverFrameCB& callback) {
-  DCHECK(io_message_loop_->BelongsToCurrentThread());
-  callbacks_.push_back(std::make_pair(id, callback));
-}
-
-void VideoFrameDeliverer::RemoveCallback(void* id) {
-  DCHECK(thread_checker_.CalledOnValidThread());
-  io_message_loop_->PostTask(
-      FROM_HERE,
-      base::Bind(&VideoFrameDeliverer::RemoveCallbackOnIO,
-                 this, id, base::MessageLoopProxy::current()));
-}
-
-void VideoFrameDeliverer::RemoveCallbackOnIO(
-    void* id, const scoped_refptr<base::MessageLoopProxy>& message_loop) {
-  DCHECK(io_message_loop_->BelongsToCurrentThread());
-  std::vector<VideoIdCallbackPair>::iterator it = callbacks_.begin();
-  for (; it != callbacks_.end(); ++it) {
-    if (it->first == id) {
-      // Callback is copied to heap and then deleted on the target thread.
-      // The following code ensures that the callback is not referenced on
-      // the stack.
-      scoped_ptr<VideoCaptureDeliverFrameCB> callback;
-      {
-        callback.reset(new VideoCaptureDeliverFrameCB(it->second));
-        callbacks_.erase(it);
-      }
-      message_loop->PostTask(
-          FROM_HERE, base::Bind(&ResetCallback, base::Passed(&callback)));
-      return;
-    }
-  }
-}
-
-void VideoFrameDeliverer::DeliverFrameOnIO(
-    const scoped_refptr<media::VideoFrame>& frame,
-    const media::VideoCaptureFormat& format,
-    const base::TimeTicks& estimated_capture_time) {
-  DCHECK(io_message_loop_->BelongsToCurrentThread());
-  for (std::vector<VideoIdCallbackPair>::iterator it = callbacks_.begin();
-       it != callbacks_.end(); ++it) {
-    it->second.Run(frame, format, estimated_capture_time);
-  }
-}
-
-}  // namespace content
diff --git a/chromium/content/renderer/media/video_frame_deliverer.h b/chromium/content/renderer/media/video_frame_deliverer.h
deleted file mode 100644
index a1f4b9d4f6a..00000000000
--- a/chromium/content/renderer/media/video_frame_deliverer.h
+++ /dev/null
@@ -1,82 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_RENDERER_MEDIA_VIDEO_FRAME_DELIVERER_H_
-#define CONTENT_RENDERER_MEDIA_VIDEO_FRAME_DELIVERER_H_
-
-#include <utility>
-#include <vector>
-
-#include "base/macros.h"
-#include "base/memory/ref_counted.h"
-#include "base/message_loop/message_loop_proxy.h"
-#include "base/threading/thread_checker.h"
-#include "content/common/media/video_capture.h"
-#include "content/public/renderer/media_stream_video_sink.h"
-#include "media/base/video_frame.h"
-
-namespace content {
-
-// VideoFrameDeliverer is a helper class used for registering
-// VideoCaptureDeliverFrameCB on the main render thread to receive video frames
-// on the IO-thread.
-// Its used by MediaStreamVideoTrack.
-class VideoFrameDeliverer
-    : public base::RefCountedThreadSafe<VideoFrameDeliverer> {
- public:
-  explicit VideoFrameDeliverer(
-      const scoped_refptr<base::MessageLoopProxy>& io_message_loop);
-
-  // Add |callback| to receive video frames on the IO-thread.
-  // Must be called on the main render thread.
-  void AddCallback(void* id, const VideoCaptureDeliverFrameCB& callback);
-
-  // Removes |callback| associated with |id| from receiving video frames if |id|
-  // has been added. It is ok to call RemoveCallback even if the |id| has not
-  // been added. Note that the added callback will be reset on the main thread.
-  // Must be called on the main render thread.
-  void RemoveCallback(void* id);
-
-  // Triggers all registered callbacks with |frame|, |format| and
-  // |estimated_capture_time| as parameters. Must be called on the IO-thread.
-  virtual void DeliverFrameOnIO(
-      const scoped_refptr<media::VideoFrame>& frame,
-      const media::VideoCaptureFormat& format,
-      const base::TimeTicks& estimated_capture_time);
-
-  const scoped_refptr<base::MessageLoopProxy>& io_message_loop() const {
-    return io_message_loop_;
-  }
-
- protected:
-  void AddCallbackOnIO(void* id, const VideoCaptureDeliverFrameCB& callback);
-
-  // Callback will be removed and then reset on the designated message loop.
-  // It is ok to call RemoveCallback even if |id| has not been added.
-  void RemoveCallbackOnIO(
-      void* id, const scoped_refptr<base::MessageLoopProxy>& message_loop);
-
- protected:
-  virtual ~VideoFrameDeliverer();
-  const base::ThreadChecker& thread_checker() const {
-    return thread_checker_;
-  }
-
- private:
-  friend class base::RefCountedThreadSafe<VideoFrameDeliverer>;
-
-  // Used to DCHECK that AddCallback and RemoveCallback are called on the main
-  // render thread.
-  base::ThreadChecker thread_checker_;
-  scoped_refptr<base::MessageLoopProxy> io_message_loop_;
-
-  typedef std::pair<void*, VideoCaptureDeliverFrameCB> VideoIdCallbackPair;
-  std::vector<VideoIdCallbackPair> callbacks_;
-
-  DISALLOW_COPY_AND_ASSIGN(VideoFrameDeliverer);
-};
-
-}  // namespace content
-
-#endif  // CONTENT_RENDERER_MEDIA_VIDEO_FRAME_DELIVERER_H_
diff --git a/chromium/content/renderer/render_font_warmup_win.cc b/chromium/content/renderer/render_font_warmup_win.cc
new file mode 100644
index 00000000000..90bbab220bb
--- /dev/null
+++ b/chromium/content/renderer/render_font_warmup_win.cc
@@ -0,0 +1,204 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/public/renderer/render_font_warmup_win.h"
+
+#include <dwrite.h>
+
+#include "base/debug/alias.h"
+#include "base/logging.h"
+#include "base/win/iat_patch_function.h"
+#include "base/win/windows_version.h"
+#include "content/renderer/renderer_font_platform_win.h"
+#include "third_party/WebKit/public/web/win/WebFontRendering.h"
+#include "third_party/skia/include/core/SkPaint.h"
+#include "third_party/skia/include/ports/SkFontMgr.h"
+#include "third_party/skia/include/ports/SkTypeface_win.h"
+
+namespace content {
+
+namespace {
+
+SkFontMgr* g_warmup_fontmgr = NULL;
+
+base::win::IATPatchFunction g_iat_patch_open_sc_manager;
+base::win::IATPatchFunction g_iat_patch_close_service_handle;
+base::win::IATPatchFunction g_iat_patch_open_service;
+base::win::IATPatchFunction g_iat_patch_start_service;
+base::win::IATPatchFunction g_iat_patch_nt_connect_port;
+
+// These are from ntddk.h
+#if !defined(STATUS_ACCESS_DENIED)
+#define STATUS_ACCESS_DENIED   ((NTSTATUS)0xC0000022L)
+#endif
+
+typedef LONG NTSTATUS;
+
+SC_HANDLE WINAPI OpenSCManagerWPatch(const wchar_t* machine_name,
+                                     const wchar_t* database_name,
+                                     DWORD access_mask) {
+  ::SetLastError(0);
+  return reinterpret_cast<SC_HANDLE>(0xdeadbeef);
+}
+
+SC_HANDLE WINAPI OpenServiceWPatch(SC_HANDLE sc_manager,
+                                   const wchar_t* service_name,
+                                   DWORD access_mask) {
+  ::SetLastError(0);
+  return reinterpret_cast<SC_HANDLE>(0xdeadbabe);
+}
+
+BOOL WINAPI CloseServiceHandlePatch(SC_HANDLE service_handle) {
+  if (service_handle != reinterpret_cast<SC_HANDLE>(0xdeadbabe) &&
+      service_handle != reinterpret_cast<SC_HANDLE>(0xdeadbeef))
+    CHECK(false);
+  ::SetLastError(0);
+  return TRUE;
+}
+
+BOOL WINAPI StartServiceWPatch(SC_HANDLE service,
+                               DWORD args,
+                               const wchar_t** arg_vectors) {
+  if (service != reinterpret_cast<SC_HANDLE>(0xdeadbabe))
+    CHECK(false);
+  ::SetLastError(ERROR_ACCESS_DENIED);
+  return FALSE;
+}
+
+NTSTATUS WINAPI NtALpcConnectPortPatch(HANDLE* port_handle,
+                                       void* port_name,
+                                       void* object_attribs,
+                                       void* port_attribs,
+                                       DWORD flags,
+                                       void* server_sid,
+                                       void* message,
+                                       DWORD* buffer_length,
+                                       void* out_message_attributes,
+                                       void* in_message_attributes,
+                                       void* time_out) {
+  return STATUS_ACCESS_DENIED;
+}
+
+// Directwrite connects to the font cache service to retrieve information about
+// fonts installed on the system etc. This works well outside the sandbox and
+// within the sandbox as long as the lpc connection maintained by the current
+// process with the font cache service remains valid. It appears that there
+// are cases when this connection is dropped after which directwrite is unable
+// to connect to the font cache service which causes problems with characters
+// disappearing.
+// Directwrite has fallback code to enumerate fonts if it is unable to connect
+// to the font cache service. We need to intercept the following APIs to
+// ensure that it does not connect to the font cache service.
+// NtALpcConnectPort
+// OpenSCManagerW
+// OpenServiceW
+// StartServiceW
+// CloseServiceHandle.
+// These are all IAT patched.
+void PatchServiceManagerCalls() {
+  static bool is_patched = false;
+  if (is_patched)
+    return;
+  const char* service_provider_dll =
+      (base::win::GetVersion() >= base::win::VERSION_WIN8 ?
+          "api-ms-win-service-management-l1-1-0.dll" : "advapi32.dll");
+
+  is_patched = true;
+
+  DWORD patched = g_iat_patch_open_sc_manager.Patch(L"dwrite.dll",
+      service_provider_dll, "OpenSCManagerW", OpenSCManagerWPatch);
+  DCHECK(patched == 0);
+
+  patched = g_iat_patch_close_service_handle.Patch(L"dwrite.dll",
+      service_provider_dll, "CloseServiceHandle", CloseServiceHandlePatch);
+  DCHECK(patched == 0);
+
+  patched = g_iat_patch_open_service.Patch(L"dwrite.dll",
+      service_provider_dll, "OpenServiceW", OpenServiceWPatch);
+  DCHECK(patched == 0);
+
+  patched = g_iat_patch_start_service.Patch(L"dwrite.dll",
+      service_provider_dll, "StartServiceW", StartServiceWPatch);
+  DCHECK(patched == 0);
+
+  patched = g_iat_patch_nt_connect_port.Patch(L"dwrite.dll",
+      "ntdll.dll", "NtAlpcConnectPort", NtALpcConnectPortPatch);
+  DCHECK(patched == 0);
+}
+
+// Windows-only DirectWrite support. These warm up the DirectWrite paths
+// before sandbox lock down to allow Skia access to the Font Manager service.
+void CreateDirectWriteFactory(IDWriteFactory** factory) {
+  typedef decltype(DWriteCreateFactory)* DWriteCreateFactoryProc;
+  HMODULE dwrite_dll = LoadLibraryW(L"dwrite.dll");
+  // TODO(scottmg): Temporary code to track crash in http://crbug.com/387867.
+  if (!dwrite_dll) {
+    DWORD load_library_get_last_error = GetLastError();
+    base::debug::Alias(&dwrite_dll);
+    base::debug::Alias(&load_library_get_last_error);
+    CHECK(false);
+  }
+
+  PatchServiceManagerCalls();
+
+  DWriteCreateFactoryProc dwrite_create_factory_proc =
+      reinterpret_cast<DWriteCreateFactoryProc>(
+          GetProcAddress(dwrite_dll, "DWriteCreateFactory"));
+  // TODO(scottmg): Temporary code to track crash in http://crbug.com/387867.
+  if (!dwrite_create_factory_proc) {
+    DWORD get_proc_address_get_last_error = GetLastError();
+    base::debug::Alias(&dwrite_create_factory_proc);
+    base::debug::Alias(&get_proc_address_get_last_error);
+    CHECK(false);
+  }
+  CHECK(SUCCEEDED(
+      dwrite_create_factory_proc(DWRITE_FACTORY_TYPE_ISOLATED,
+                                 __uuidof(IDWriteFactory),
+                                 reinterpret_cast<IUnknown**>(factory))));
+}
+
+HRESULT STDMETHODCALLTYPE StubFontCollection(IDWriteFactory* factory,
+                                             IDWriteFontCollection** col,
+                                             BOOL checkUpdates) {
+  // We always return pre-created font collection from here.
+  IDWriteFontCollection* custom_collection = GetCustomFontCollection(factory);
+  DCHECK(custom_collection != NULL);
+  *col = custom_collection;
+  return S_OK;
+}
+
+void PatchDWriteFactory(IDWriteFactory* factory) {
+  const unsigned int kGetSystemFontCollectionVTableIndex = 3;
+
+  PROC* vtable = *reinterpret_cast<PROC**>(factory);
+  PROC* function_ptr = &vtable[kGetSystemFontCollectionVTableIndex];
+  void* stub_function = &StubFontCollection;
+  base::win::ModifyCode(function_ptr, &stub_function, sizeof(PROC));
+}
+
+}  // namespace
+
+void DoPreSandboxWarmupForTypeface(SkTypeface* typeface) {
+  SkPaint paint_warmup;
+  paint_warmup.setTypeface(typeface);
+  wchar_t glyph = L'S';
+  paint_warmup.measureText(&glyph, 2);
+}
+
+SkFontMgr* GetPreSandboxWarmupFontMgr() {
+  if (!g_warmup_fontmgr) {
+    IDWriteFactory* factory;
+    CreateDirectWriteFactory(&factory);
+
+    IDWriteFontCollection* collection = GetCustomFontCollection(factory);
+
+    PatchDWriteFactory(factory);
+
+    blink::WebFontRendering::setDirectWriteFactory(factory);
+    g_warmup_fontmgr = SkFontMgr_New_DirectWrite(factory);
+  }
+  return g_warmup_fontmgr;
+}
+
+}  // namespace content
diff --git a/chromium/content/renderer/render_frame_impl.cc b/chromium/content/renderer/render_frame_impl.cc
index ebb32650721..cd15a637ff2 100644
--- a/chromium/content/renderer/render_frame_impl.cc
+++ b/chromium/content/renderer/render_frame_impl.cc
@@ -2269,11 +2269,11 @@ bool RenderFrameImpl::runModalBeforeUnloadDialog(
 void RenderFrameImpl::showContextMenu(const blink::WebContextMenuData& data) {
   ContextMenuParams params = ContextMenuParamsBuilder::Build(data);
   params.source_type = GetRenderWidget()->context_menu_source_type();
-  if (params.source_type == ui::MENU_SOURCE_TOUCH_EDIT_MENU) {
-    params.x = GetRenderWidget()->touch_editing_context_menu_location().x();
-    params.y = GetRenderWidget()->touch_editing_context_menu_location().y();
-  }
   GetRenderWidget()->OnShowHostContextMenu(&params);
+  if (GetRenderWidget()->has_host_context_menu_location()) {
+    params.x = GetRenderWidget()->host_context_menu_location().x();
+    params.y = GetRenderWidget()->host_context_menu_location().y();
+  }
 
   // Plugins, e.g. PDF, don't currently update the render view when their
   // selected text changes, but the context menu params do contain the updated
diff --git a/chromium/content/renderer/render_thread_impl.cc b/chromium/content/renderer/render_thread_impl.cc
index 42e31303627..121828a24cc 100644
--- a/chromium/content/renderer/render_thread_impl.cc
+++ b/chromium/content/renderer/render_thread_impl.cc
@@ -172,6 +172,12 @@ const int kIdleCPUUsageThresholdInPercents = 3;
 const int kMinRasterThreads = 1;
 const int kMaxRasterThreads = 64;
 
+// Maximum allocation size allowed for image scaling filters that
+// require pre-scaling. Skia will fallback to a filter that doesn't
+// require pre-scaling if the default filter would require an
+// allocation that exceeds this limit.
+const size_t kImageCacheSingleAllocationByteLimit = 64 * 1024 * 1024;
+
 // Keep the global RenderThreadImpl in a TLS slot so it is impossible to access
 // incorrectly from the wrong thread.
 base::LazyInstance<base::ThreadLocalPointer<RenderThreadImpl> >
@@ -827,6 +833,9 @@ void RenderThreadImpl::EnsureWebKitInitialized() {
   if (!command_line.HasSwitch(switches::kEnableDeferredImageDecoding) &&
       !is_impl_side_painting_enabled_)
     SkGraphics::SetImageCacheByteLimit(0u);
+
+  SkGraphics::SetImageCacheSingleAllocationByteLimit(
+      kImageCacheSingleAllocationByteLimit);
 }
 
 void RenderThreadImpl::RegisterSchemes() {
diff --git a/chromium/content/renderer/render_view_impl.cc b/chromium/content/renderer/render_view_impl.cc
index f5bd5eb75d9..3a68a86a6b1 100644
--- a/chromium/content/renderer/render_view_impl.cc
+++ b/chromium/content/renderer/render_view_impl.cc
@@ -3779,11 +3779,14 @@ void RenderViewImpl::DidHideExternalPopupMenu() {
 }
 #endif
 
-void RenderViewImpl::OnShowContextMenu(const gfx::Point& location) {
-  context_menu_source_type_ = ui::MENU_SOURCE_TOUCH_EDIT_MENU;
-  touch_editing_context_menu_location_ = location;
+void RenderViewImpl::OnShowContextMenu(
+    ui::MenuSourceType source_type, const gfx::Point& location) {
+  context_menu_source_type_ = source_type;
+  has_host_context_menu_location_ = true;
+  host_context_menu_location_ = location;
   if (webview())
     webview()->showContextMenu();
+  has_host_context_menu_location_ = false;
 }
 
 void RenderViewImpl::OnEnableViewSourceMode() {
diff --git a/chromium/content/renderer/render_view_impl.h b/chromium/content/renderer/render_view_impl.h
index 324c4c77eeb..4827abb555d 100644
--- a/chromium/content/renderer/render_view_impl.h
+++ b/chromium/content/renderer/render_view_impl.h
@@ -685,7 +685,8 @@ class CONTENT_EXPORT RenderViewImpl
   void OnCancelDownload(int32 download_id);
   void OnClearFocusedElement();
   void OnClosePage();
-  void OnShowContextMenu(const gfx::Point& location);
+  void OnShowContextMenu(ui::MenuSourceType source_type,
+                         const gfx::Point& location);
   void OnCopyImageAt(int x, int y);
   void OnSaveImageAt(int x, int y);
   void OnDeterminePageLanguage();
diff --git a/chromium/content/renderer/render_view_impl_android.cc b/chromium/content/renderer/render_view_impl_android.cc
index 679da548f91..57d1920f5bd 100644
--- a/chromium/content/renderer/render_view_impl_android.cc
+++ b/chromium/content/renderer/render_view_impl_android.cc
@@ -65,8 +65,12 @@ void RenderViewImpl::didScrollWithKeyboard(const blink::WebSize& delta) {
 }
 
 void RenderViewImpl::OnExtractSmartClipData(const gfx::Rect& rect) {
+  blink::WebString clip_text;
+  blink::WebString clip_html;
+  blink::WebRect clip_rect;
+  webview()->extractSmartClipData(rect, clip_text, clip_html, clip_rect);
   Send(new ViewHostMsg_SmartClipDataExtracted(
-      routing_id_, webview()->getSmartClipData(rect)));
+      routing_id_, clip_text, clip_html, clip_rect));
 }
 
 }  // namespace content
diff --git a/chromium/content/renderer/render_widget.cc b/chromium/content/renderer/render_widget.cc
index d91647ea5ab..8dfd4aa74cc 100644
--- a/chromium/content/renderer/render_widget.cc
+++ b/chromium/content/renderer/render_widget.cc
@@ -397,7 +397,8 @@ RenderWidget::RenderWidget(blink::WebPopupType popup_type,
 #endif
       popup_origin_scale_for_emulation_(0.f),
       resizing_mode_selector_(new ResizingModeSelector()),
-      context_menu_source_type_(ui::MENU_SOURCE_MOUSE) {
+      context_menu_source_type_(ui::MENU_SOURCE_MOUSE),
+      has_host_context_menu_location_(false) {
   if (!swapped_out)
     RenderProcess::current()->AddRefProcess();
   DCHECK(RenderThread::Get());
diff --git a/chromium/content/renderer/render_widget.h b/chromium/content/renderer/render_widget.h
index cfba42a5d59..7dd43c98db3 100644
--- a/chromium/content/renderer/render_widget.h
+++ b/chromium/content/renderer/render_widget.h
@@ -105,9 +105,13 @@ class CONTENT_EXPORT RenderWidget
   bool closing() const { return closing_; }
   bool is_swapped_out() { return is_swapped_out_; }
   ui::MenuSourceType context_menu_source_type() {
-    return context_menu_source_type_; }
-  gfx::Point touch_editing_context_menu_location() {
-    return touch_editing_context_menu_location_;
+    return context_menu_source_type_;
+  }
+  bool has_host_context_menu_location() {
+    return has_host_context_menu_location_;
+  }
+  gfx::Point host_context_menu_location() {
+    return host_context_menu_location_;
   }
 
   // Functions to track out-of-process frames for special notifications.
@@ -704,7 +708,8 @@ class CONTENT_EXPORT RenderWidget
   ObserverList<RenderFrameImpl> render_frames_;
 
   ui::MenuSourceType context_menu_source_type_;
-  gfx::Point touch_editing_context_menu_location_;
+  bool has_host_context_menu_location_;
+  gfx::Point host_context_menu_location_;
 
   DISALLOW_COPY_AND_ASSIGN(RenderWidget);
 };
diff --git a/chromium/content/renderer/renderer_font_platform_win.cc b/chromium/content/renderer/renderer_font_platform_win.cc
new file mode 100644
index 00000000000..2087046ce07
--- /dev/null
+++ b/chromium/content/renderer/renderer_font_platform_win.cc
@@ -0,0 +1,305 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/renderer/renderer_font_platform_win.h"
+
+#include <dwrite.h>
+#include <string>
+#include <vector>
+#include <wrl/implements.h>
+#include <wrl/wrappers/corewrappers.h>
+
+#include "base/debug/alias.h"
+#include "base/files/file_enumerator.h"
+#include "base/files/file_path.h"
+#include "base/files/memory_mapped_file.h"
+#include "base/memory/scoped_ptr.h"
+#include "base/memory/scoped_vector.h"
+#include "base/path_service.h"
+#include "base/time/time.h"
+#include "base/win/iat_patch_function.h"
+#include "base/win/registry.h"
+#include "base/win/scoped_comptr.h"
+
+namespace {
+
+namespace mswr = Microsoft::WRL;
+namespace mswrw = Microsoft::WRL::Wrappers;
+
+class FontCollectionLoader
+    : public mswr::RuntimeClass<mswr::RuntimeClassFlags<mswr::ClassicCom>,
+                                IDWriteFontCollectionLoader> {
+ public:
+  // IDWriteFontCollectionLoader methods.
+  virtual HRESULT STDMETHODCALLTYPE
+      CreateEnumeratorFromKey(IDWriteFactory* factory,
+                              void const* key,
+                              UINT32 key_size,
+                              IDWriteFontFileEnumerator** file_enumerator);
+
+  static HRESULT Initialize(IDWriteFactory* factory);
+
+  UINT32 GetFontMapSize();
+
+  std::wstring GetFontNameFromKey(UINT32 idx);
+
+  bool LoadFontListFromRegistry();
+
+  FontCollectionLoader() {};
+  virtual ~FontCollectionLoader() {};
+
+ private:
+  mswr::ComPtr<IDWriteFontFileLoader> file_loader_;
+
+  std::vector<std::wstring> reg_fonts_;
+};
+
+mswr::ComPtr<FontCollectionLoader> g_font_loader;
+
+class FontFileStream
+    : public mswr::RuntimeClass<mswr::RuntimeClassFlags<mswr::ClassicCom>,
+                                IDWriteFontFileStream> {
+ public:
+  // IDWriteFontFileStream methods.
+  virtual HRESULT STDMETHODCALLTYPE
+  ReadFileFragment(void const** fragment_start,
+                   UINT64 file_offset,
+                   UINT64 fragment_size,
+                   void** context) {
+    if (!memory_.get() || !memory_->IsValid())
+      return E_FAIL;
+
+    *fragment_start = static_cast<BYTE const*>(memory_->data()) +
+                      static_cast<size_t>(file_offset);
+    *context = NULL;
+    return S_OK;
+  }
+
+  virtual void STDMETHODCALLTYPE ReleaseFileFragment(void* context) {}
+
+  virtual HRESULT STDMETHODCALLTYPE GetFileSize(UINT64* file_size) {
+    if (!memory_.get() || !memory_->IsValid())
+      return E_FAIL;
+
+    *file_size = memory_->length();
+    return S_OK;
+  }
+
+  virtual HRESULT STDMETHODCALLTYPE GetLastWriteTime(UINT64* last_write_time) {
+    if (!memory_.get() || !memory_->IsValid())
+      return E_FAIL;
+
+    // According to MSDN article http://goo.gl/rrSYzi the "last modified time"
+    // is used by DirectWrite font selection algorithms to determine whether
+    // one font resource is more up to date than another one.
+    // So by returning 0 we are assuming that it will treat all fonts to be
+    // equally up to date.
+    // TODO(shrikant): We should further investigate this.
+    *last_write_time = 0;
+    return S_OK;
+  }
+
+  FontFileStream::FontFileStream() : font_key_(0) {
+  };
+
+  HRESULT RuntimeClassInitialize(UINT32 font_key) {
+    base::FilePath path;
+    PathService::Get(base::DIR_WINDOWS_FONTS, &path);
+    path = path.Append(g_font_loader->GetFontNameFromKey(font_key).c_str());
+    memory_.reset(new base::MemoryMappedFile());
+
+    // Put some debug information on stack.
+    WCHAR font_name[256];
+    path.value().copy(font_name, arraysize(font_name));
+    base::debug::Alias(font_name);
+
+    if (!memory_->Initialize(path)) {
+      memory_.reset();
+      return E_FAIL;
+    }
+
+    font_key_ = font_key;
+    return S_OK;
+  }
+
+  virtual ~FontFileStream() {}
+
+  UINT32 font_key_;
+  scoped_ptr<base::MemoryMappedFile> memory_;
+};
+
+class FontFileLoader
+    : public mswr::RuntimeClass<mswr::RuntimeClassFlags<mswr::ClassicCom>,
+                                IDWriteFontFileLoader> {
+ public:
+  // IDWriteFontFileLoader methods.
+  virtual HRESULT STDMETHODCALLTYPE
+  CreateStreamFromKey(void const* ref_key,
+                      UINT32 ref_key_size,
+                      IDWriteFontFileStream** stream) {
+    if (ref_key_size != sizeof(UINT32))
+      return E_FAIL;
+
+    UINT32 font_key = *static_cast<const UINT32*>(ref_key);
+    mswr::ComPtr<FontFileStream> font_stream;
+    HRESULT hr = mswr::MakeAndInitialize<FontFileStream>(&font_stream,
+                                                         font_key);
+    if (SUCCEEDED(hr)) {
+      *stream = font_stream.Detach();
+      return S_OK;
+    }
+    return E_FAIL;
+  }
+
+  FontFileLoader() {}
+  virtual ~FontFileLoader() {}
+};
+
+class FontFileEnumerator
+    : public mswr::RuntimeClass<mswr::RuntimeClassFlags<mswr::ClassicCom>,
+                                IDWriteFontFileEnumerator> {
+ public:
+  // IDWriteFontFileEnumerator methods.
+  virtual HRESULT STDMETHODCALLTYPE MoveNext(BOOL* has_current_file) {
+    *has_current_file = FALSE;
+
+    if (current_file_)
+      current_file_.ReleaseAndGetAddressOf();
+
+    if (font_idx_ < g_font_loader->GetFontMapSize()) {
+      HRESULT hr =
+          factory_->CreateCustomFontFileReference(&font_idx_,
+                                                  sizeof(UINT32),
+                                                  file_loader_.Get(),
+                                                  current_file_.GetAddressOf());
+      DCHECK(SUCCEEDED(hr));
+      *has_current_file = TRUE;
+      font_idx_++;
+    }
+    return S_OK;
+  }
+
+  virtual HRESULT STDMETHODCALLTYPE
+  GetCurrentFontFile(IDWriteFontFile** font_file) {
+    if (!current_file_) {
+      *font_file = NULL;
+      return E_FAIL;
+    }
+
+    *font_file = current_file_.Detach();
+    return S_OK;
+  }
+
+  FontFileEnumerator(const void* keys,
+                     UINT32 buffer_size,
+                     IDWriteFactory* factory,
+                     IDWriteFontFileLoader* file_loader)
+      : factory_(factory), file_loader_(file_loader), font_idx_(0) {}
+
+  virtual ~FontFileEnumerator() {}
+
+  mswr::ComPtr<IDWriteFactory> factory_;
+  mswr::ComPtr<IDWriteFontFile> current_file_;
+  mswr::ComPtr<IDWriteFontFileLoader> file_loader_;
+  UINT32 font_idx_;
+};
+
+// IDWriteFontCollectionLoader methods.
+HRESULT STDMETHODCALLTYPE FontCollectionLoader::CreateEnumeratorFromKey(
+    IDWriteFactory* factory,
+    void const* key,
+    UINT32 key_size,
+    IDWriteFontFileEnumerator** file_enumerator) {
+  *file_enumerator = mswr::Make<FontFileEnumerator>(
+                         key, key_size, factory, file_loader_.Get()).Detach();
+  return S_OK;
+}
+
+// static
+HRESULT FontCollectionLoader::Initialize(IDWriteFactory* factory) {
+  DCHECK(g_font_loader == NULL);
+
+  g_font_loader = mswr::Make<FontCollectionLoader>();
+  if (!g_font_loader) {
+    DCHECK(FALSE);
+    return E_FAIL;
+  }
+
+  CHECK(g_font_loader->LoadFontListFromRegistry());
+
+  g_font_loader->file_loader_ = mswr::Make<FontFileLoader>().Detach();
+
+  factory->RegisterFontFileLoader(g_font_loader->file_loader_.Get());
+  factory->RegisterFontCollectionLoader(g_font_loader.Get());
+
+  return S_OK;
+}
+
+UINT32 FontCollectionLoader::GetFontMapSize() {
+  return reg_fonts_.size();
+}
+
+std::wstring FontCollectionLoader::GetFontNameFromKey(UINT32 idx) {
+  DCHECK(idx < reg_fonts_.size());
+  return reg_fonts_[idx];
+}
+
+bool FontCollectionLoader::LoadFontListFromRegistry() {
+  const wchar_t kFontsRegistry[] =
+      L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts";
+  CHECK(reg_fonts_.empty());
+  base::win::RegKey regkey;
+  if (regkey.Open(HKEY_LOCAL_MACHINE, kFontsRegistry, KEY_READ) !=
+      ERROR_SUCCESS) {
+    return false;
+  }
+
+  std::wstring name;
+  std::wstring value;
+  for (DWORD idx = 0; idx < regkey.GetValueCount(); idx++) {
+    if (regkey.GetValueNameAt(idx, &name) == ERROR_SUCCESS &&
+        regkey.ReadValue(name.c_str(), &value) == ERROR_SUCCESS) {
+      base::FilePath path(value.c_str());
+      // We need to check if file name is the only component that exists,
+      // we will ignore all other registry entries.
+      std::vector<base::FilePath::StringType> components;
+      path.GetComponents(&components);
+      if (components.size() == 1) {
+        reg_fonts_.push_back(value.c_str());
+      }
+    }
+  }
+  return true;
+}
+
+}  // namespace
+
+namespace content {
+
+mswr::ComPtr<IDWriteFontCollection> g_font_collection;
+
+IDWriteFontCollection* GetCustomFontCollection(IDWriteFactory* factory) {
+  if (g_font_collection.Get() != NULL)
+    return g_font_collection.Get();
+
+  base::TimeTicks start_tick = base::TimeTicks::Now();
+
+  FontCollectionLoader::Initialize(factory);
+
+  HRESULT hr = factory->CreateCustomFontCollection(
+      g_font_loader.Get(), NULL, 0, g_font_collection.GetAddressOf());
+
+  base::TimeDelta time_delta = base::TimeTicks::Now() - start_tick;
+  int64 delta = time_delta.ToInternalValue();
+  base::debug::Alias(&delta);
+  UINT32 size = g_font_loader->GetFontMapSize();
+  base::debug::Alias(&size);
+
+  CHECK(SUCCEEDED(hr));
+  CHECK(g_font_collection.Get() != NULL);
+
+  return g_font_collection.Get();
+}
+
+}  // namespace content
diff --git a/chromium/content/renderer/renderer_font_platform_win.h b/chromium/content/renderer/renderer_font_platform_win.h
new file mode 100644
index 00000000000..a04901b73d2
--- /dev/null
+++ b/chromium/content/renderer/renderer_font_platform_win.h
@@ -0,0 +1,17 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_RENDERER_RENDERER_FONT_PLATFORM_WIN_H_
+#define CHROME_RENDERER_RENDERER_FONT_PLATFORM_WIN_H_
+
+struct IDWriteFactory;
+struct IDWriteFontCollection;
+
+namespace content {
+
+IDWriteFontCollection* GetCustomFontCollection(IDWriteFactory* factory);
+
+}  // namespace content
+
+#endif  // CHROME_RENDERER_RENDERER_FONT_PLATFORM_WIN_H_
diff --git a/chromium/google_apis/gcm/engine/gcm_store_impl.cc b/chromium/google_apis/gcm/engine/gcm_store_impl.cc
index e27e82e6ce2..6f128f5f6ad 100644
--- a/chromium/google_apis/gcm/engine/gcm_store_impl.cc
+++ b/chromium/google_apis/gcm/engine/gcm_store_impl.cc
@@ -339,7 +339,8 @@ void GCMStoreImpl::Backend::RemoveRegistration(const std::string& app_id,
   leveldb::WriteOptions write_options;
   write_options.sync = true;
 
-  leveldb::Status status = db_->Delete(write_options, MakeSlice(app_id));
+  leveldb::Status status =
+      db_->Delete(write_options, MakeSlice(MakeRegistrationKey(app_id)));
   if (status.ok()) {
     foreground_task_runner_->PostTask(FROM_HERE, base::Bind(callback, true));
     return;
diff --git a/chromium/google_apis/gcm/engine/gcm_store_impl_unittest.cc b/chromium/google_apis/gcm/engine/gcm_store_impl_unittest.cc
index 7b9c8936529..8db28cc8861 100644
--- a/chromium/google_apis/gcm/engine/gcm_store_impl_unittest.cc
+++ b/chromium/google_apis/gcm/engine/gcm_store_impl_unittest.cc
@@ -261,6 +261,25 @@ TEST_F(GCMStoreImplTest, Registrations) {
             load_result->registrations["app2"]->sender_ids[0]);
   EXPECT_EQ(registration2->sender_ids[1],
             load_result->registrations["app2"]->sender_ids[1]);
+
+  gcm_store->RemoveRegistration(
+      "app2",
+      base::Bind(&GCMStoreImplTest::UpdateCallback, base::Unretained(this)));
+  PumpLoop();
+
+  gcm_store = BuildGCMStore().Pass();
+  gcm_store->Load(base::Bind(
+      &GCMStoreImplTest::LoadCallback, base::Unretained(this), &load_result));
+  PumpLoop();
+
+  ASSERT_EQ(1u, load_result->registrations.size());
+  ASSERT_TRUE(load_result->registrations.find("app1") !=
+              load_result->registrations.end());
+  EXPECT_EQ(registration1->registration_id,
+            load_result->registrations["app1"]->registration_id);
+  ASSERT_EQ(1u, load_result->registrations["app1"]->sender_ids.size());
+  EXPECT_EQ(registration1->sender_ids[0],
+            load_result->registrations["app1"]->sender_ids[0]);
 }
 
 // Verify saving some incoming messages, reopening the directory, and then
diff --git a/chromium/gpu/command_buffer/service/gles2_cmd_decoder.cc b/chromium/gpu/command_buffer/service/gles2_cmd_decoder.cc
index 02ac2f68eff..5a829e959ef 100644
--- a/chromium/gpu/command_buffer/service/gles2_cmd_decoder.cc
+++ b/chromium/gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -5020,7 +5020,8 @@ void GLES2DecoderImpl::ClearUnclearedAttachments(
                                                                        1.0f);
     state_.SetDeviceColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
     clear_bits |= GL_COLOR_BUFFER_BIT;
-    framebuffer->PrepareDrawBuffersForClear();
+    if (feature_info_->feature_flags().ext_draw_buffers)
+      framebuffer->PrepareDrawBuffersForClear();
   }
 
   if (framebuffer->HasUnclearedAttachment(GL_STENCIL_ATTACHMENT) ||
@@ -5041,7 +5042,8 @@ void GLES2DecoderImpl::ClearUnclearedAttachments(
   state_.SetDeviceCapabilityState(GL_SCISSOR_TEST, false);
   glClear(clear_bits);
 
-  if ((clear_bits | GL_COLOR_BUFFER_BIT) != 0)
+  if ((clear_bits | GL_COLOR_BUFFER_BIT) != 0 &&
+      feature_info_->feature_flags().ext_draw_buffers)
     framebuffer->RestoreDrawBuffersAfterClear();
 
   framebuffer_manager()->MarkAttachmentsAsCleared(
diff --git a/chromium/gpu/config/gpu_driver_bug_list_json.cc b/chromium/gpu/config/gpu_driver_bug_list_json.cc
index bcd2dd4d77e..991f2b5e2b2 100644
--- a/chromium/gpu/config/gpu_driver_bug_list_json.cc
+++ b/chromium/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
 {
   "name": "gpu driver bug list",
   // Please update the version number whenever you change this file.
-  "version": "6.7",
+  "version": "6.10",
   "entries": [
     {
       "id": 1,
@@ -1094,6 +1094,22 @@ LONG_STRING_CONST(
       "features": [
         "disable_d3d11"
       ]
+    },
+    {
+      "id": 87,
+      "description": "Disable use of Direct3D 11 on older AMD drivers",
+      "cr_bugs": [402134],
+      "os": {
+        "type": "win"
+      },
+      "vendor_id": "0x1002",
+      "driver_date": {
+        "op": "<",
+        "value": "2011.1"
+      },
+      "features": [
+        "disable_d3d11"
+      ]
     }
   ]
 }
diff --git a/chromium/media/audio/pulse/pulse_output.cc b/chromium/media/audio/pulse/pulse_output.cc
index 19fc47b8be5..e0a0b42c61d 100644
--- a/chromium/media/audio/pulse/pulse_output.cc
+++ b/chromium/media/audio/pulse/pulse_output.cc
@@ -124,26 +124,31 @@ void PulseAudioOutputStream::FulfillWriteRequest(size_t requested_bytes) {
     CHECK_GE(pa_stream_begin_write(pa_stream_, &buffer, &bytes_to_fill), 0);
     CHECK_EQ(bytes_to_fill, static_cast<size_t>(params_.GetBytesPerBuffer()));
 
+    // NOTE: |bytes_to_fill| may be larger than |requested_bytes| now, this is
+    // okay since pa_stream_begin_write() is the authoritative source on how
+    // much can be written.
+
     int frames_filled = 0;
     if (source_callback_) {
-      uint32 hardware_delay = pulse::GetHardwareLatencyInBytes(
-          pa_stream_, params_.sample_rate(),
-          params_.GetBytesPerFrame());
+      const uint32 hardware_delay = pulse::GetHardwareLatencyInBytes(
+          pa_stream_, params_.sample_rate(), params_.GetBytesPerFrame());
       frames_filled = source_callback_->OnMoreData(
           audio_bus_.get(), AudioBuffersState(0, hardware_delay));
-    }
 
-    // Zero any unfilled data so it plays back as silence.
-    if (frames_filled < audio_bus_->frames()) {
-      audio_bus_->ZeroFramesPartial(
-          frames_filled, audio_bus_->frames() - frames_filled);
-    }
+      // Zero any unfilled data so it plays back as silence.
+      if (frames_filled < audio_bus_->frames()) {
+        audio_bus_->ZeroFramesPartial(
+            frames_filled, audio_bus_->frames() - frames_filled);
+      }
 
-    // Note: If this ever changes to output raw float the data must be clipped
-    // and sanitized since it may come from an untrusted source such as NaCl.
-    audio_bus_->Scale(volume_);
-    audio_bus_->ToInterleaved(
-        audio_bus_->frames(), params_.bits_per_sample() / 8, buffer);
+      // Note: If this ever changes to output raw float the data must be clipped
+      // and sanitized since it may come from an untrusted source such as NaCl.
+      audio_bus_->Scale(volume_);
+      audio_bus_->ToInterleaved(
+          audio_bus_->frames(), params_.bits_per_sample() / 8, buffer);
+    } else {
+      memset(buffer, 0, bytes_to_fill);
+    }
 
     if (pa_stream_write(pa_stream_, buffer, bytes_to_fill, NULL, 0LL,
                         PA_SEEK_RELATIVE) < 0) {
@@ -152,7 +157,23 @@ void PulseAudioOutputStream::FulfillWriteRequest(size_t requested_bytes) {
       }
     }
 
+    // NOTE: As mentioned above, |bytes_remaining| may be negative after this.
     bytes_remaining -= bytes_to_fill;
+
+    // Despite telling Pulse to only request certain buffer sizes, it will not
+    // always obey.  In these cases we need to avoid back to back reads from
+    // the renderer as it won't have time to complete the request.
+    //
+    // We can't defer the callback as Pulse will never call us again until we've
+    // satisfied writing the requested number of bytes.
+    //
+    // TODO(dalecurtis): It might be worth choosing the sleep duration based on
+    // the hardware latency return above.  Watch http://crbug.com/366433 to see
+    // if a more complicated wait process is necessary.  We may also need to see
+    // if a PostDelayedTask should be used here to avoid blocking the PulseAudio
+    // command thread.
+    if (source_callback_ && bytes_remaining > 0)
+      base::PlatformThread::Sleep(params_.GetBufferDuration() / 4);
   }
 }
 
diff --git a/chromium/media/audio/pulse/pulse_util.cc b/chromium/media/audio/pulse/pulse_util.cc
index 66f52c2c700..c06195eb198 100644
--- a/chromium/media/audio/pulse/pulse_util.cc
+++ b/chromium/media/audio/pulse/pulse_util.cc
@@ -274,9 +274,13 @@ bool CreateOutputStream(pa_threaded_mainloop** mainloop,
   // |minreq| bytes.  |tlength| should be a multiple of |minreq|; too low and
   // Pulse will issue callbacks way too fast, too high and we don't get
   // callbacks frequently enough.
+  //
+  // Setting |minreq| to the exact buffer size leads to more callbacks than
+  // necessary, so we've clipped it to half the buffer size.  Regardless of the
+  // requested amount, we'll always fill |params.GetBytesPerBuffer()| though.
   pa_buffer_attr pa_buffer_attributes;
   pa_buffer_attributes.maxlength = static_cast<uint32_t>(-1);
-  pa_buffer_attributes.minreq = params.GetBytesPerBuffer();
+  pa_buffer_attributes.minreq = params.GetBytesPerBuffer() / 2;
   pa_buffer_attributes.prebuf = static_cast<uint32_t>(-1);
   pa_buffer_attributes.tlength = params.GetBytesPerBuffer() * 3;
   pa_buffer_attributes.fragsize = static_cast<uint32_t>(-1);
diff --git a/chromium/media/audio/win/audio_device_listener_win.cc b/chromium/media/audio/win/audio_device_listener_win.cc
index ecf83874867..81d67982997 100644
--- a/chromium/media/audio/win/audio_device_listener_win.cc
+++ b/chromium/media/audio/win/audio_device_listener_win.cc
@@ -125,9 +125,6 @@ STDMETHODIMP AudioDeviceListenerWin::OnDeviceRemoved(LPCWSTR device_id) {
 
 STDMETHODIMP AudioDeviceListenerWin::OnDeviceStateChanged(LPCWSTR device_id,
                                                           DWORD new_state) {
-  if (new_state != DEVICE_STATE_ACTIVE && new_state != DEVICE_STATE_NOTPRESENT)
-    return S_OK;
-
   base::SystemMonitor* monitor = base::SystemMonitor::Get();
   if (monitor)
     monitor->ProcessDevicesChanged(base::SystemMonitor::DEVTYPE_AUDIO_CAPTURE);
diff --git a/chromium/media/base/android/media_player_bridge.cc b/chromium/media/base/android/media_player_bridge.cc
index 214b52b486d..a9b7d275003 100644
--- a/chromium/media/base/android/media_player_bridge.cc
+++ b/chromium/media/base/android/media_player_bridge.cc
@@ -13,6 +13,7 @@
 #include "jni/MediaPlayerBridge_jni.h"
 #include "media/base/android/media_player_manager.h"
 #include "media/base/android/media_resource_getter.h"
+#include "media/base/android/media_url_interceptor.h"
 
 using base::android::ConvertUTF8ToJavaString;
 using base::android::ScopedJavaLocalRef;
@@ -34,7 +35,8 @@ MediaPlayerBridge::MediaPlayerBridge(
     MediaPlayerManager* manager,
     const RequestMediaResourcesCB& request_media_resources_cb,
     const ReleaseMediaResourcesCB& release_media_resources_cb,
-    const GURL& frame_url)
+    const GURL& frame_url,
+    bool allow_credentials)
     : MediaPlayerAndroid(player_id,
                          manager,
                          request_media_resources_cb,
@@ -53,6 +55,7 @@ MediaPlayerBridge::MediaPlayerBridge(
       can_seek_backward_(true),
       is_surface_in_use_(false),
       volume_(-1.0),
+      allow_credentials_(allow_credentials),
       weak_factory_(this) {
   listener_.reset(new MediaPlayerListener(base::MessageLoopProxy::current(),
                                           weak_factory_.GetWeakPtr()));
@@ -84,6 +87,13 @@ void MediaPlayerBridge::Initialize() {
     return;
   }
 
+  // Start extracting the metadata immediately if the request is anonymous.
+  // Otherwise, wait for user credentials to be retrieved first.
+  if (!allow_credentials_) {
+    ExtractMediaMetadata(url_.spec());
+    return;
+  }
+
   resource_getter->GetCookies(url_,
                               first_party_for_cookies_,
                               base::Bind(&MediaPlayerBridge::OnCookiesRetrieved,
@@ -164,30 +174,43 @@ void MediaPlayerBridge::SetDataSource(const std::string& url) {
   JNIEnv* env = base::android::AttachCurrentThread();
   CHECK(env);
 
-  // Create a Java String for the URL.
-  ScopedJavaLocalRef<jstring> j_url_string = ConvertUTF8ToJavaString(env, url);
-  ScopedJavaLocalRef<jstring> j_cookies = ConvertUTF8ToJavaString(
-      env, cookies_);
-  ScopedJavaLocalRef<jstring> j_user_agent = ConvertUTF8ToJavaString(
-      env, user_agent_);
+  int fd;
+  int64 offset;
+  int64 size;
+  if (InterceptMediaUrl(url, &fd, &offset, &size)) {
+    if (!Java_MediaPlayerBridge_setDataSourceFromFd(
+        env, j_media_player_bridge_.obj(), fd, offset, size)) {
+      OnMediaError(MEDIA_ERROR_FORMAT);
+      return;
+    }
+  } else {
+    // Create a Java String for the URL.
+    ScopedJavaLocalRef<jstring> j_url_string =
+        ConvertUTF8ToJavaString(env, url);
+
+    jobject j_context = base::android::GetApplicationContext();
+    DCHECK(j_context);
+
+    const std::string data_uri_prefix("data:");
+    if (StartsWithASCII(url, data_uri_prefix, true)) {
+      if (!Java_MediaPlayerBridge_setDataUriDataSource(
+          env, j_media_player_bridge_.obj(), j_context, j_url_string.obj())) {
+        OnMediaError(MEDIA_ERROR_FORMAT);
+      }
+      return;
+    }
 
-  jobject j_context = base::android::GetApplicationContext();
-  DCHECK(j_context);
+    ScopedJavaLocalRef<jstring> j_cookies = ConvertUTF8ToJavaString(
+        env, cookies_);
+    ScopedJavaLocalRef<jstring> j_user_agent = ConvertUTF8ToJavaString(
+        env, user_agent_);
 
-  const std::string data_uri_prefix("data:");
-  if (StartsWithASCII(url, data_uri_prefix, true)) {
-    if (!Java_MediaPlayerBridge_setDataUriDataSource(
-        env, j_media_player_bridge_.obj(), j_context, j_url_string.obj())) {
+    if (!Java_MediaPlayerBridge_setDataSource(
+        env, j_media_player_bridge_.obj(), j_context, j_url_string.obj(),
+        j_cookies.obj(), j_user_agent.obj(), hide_url_log_)) {
       OnMediaError(MEDIA_ERROR_FORMAT);
+      return;
     }
-    return;
-  }
-
-  if (!Java_MediaPlayerBridge_setDataSource(
-      env, j_media_player_bridge_.obj(), j_context, j_url_string.obj(),
-      j_cookies.obj(), j_user_agent.obj(), hide_url_log_)) {
-    OnMediaError(MEDIA_ERROR_FORMAT);
-    return;
   }
 
   request_media_resources_cb_.Run(player_id());
@@ -195,6 +218,25 @@ void MediaPlayerBridge::SetDataSource(const std::string& url) {
     OnMediaError(MEDIA_ERROR_FORMAT);
 }
 
+bool MediaPlayerBridge::InterceptMediaUrl(
+    const std::string& url, int* fd, int64* offset, int64* size) {
+  // Sentinel value to check whether the output arguments have been set.
+  const int kUnsetValue = -1;
+
+  *fd = kUnsetValue;
+  *offset = kUnsetValue;
+  *size = kUnsetValue;
+  media::MediaUrlInterceptor* url_interceptor =
+      manager()->GetMediaUrlInterceptor();
+  if (url_interceptor && url_interceptor->Intercept(url, fd, offset, size)) {
+    DCHECK_NE(kUnsetValue, *fd);
+    DCHECK_NE(kUnsetValue, *offset);
+    DCHECK_NE(kUnsetValue, *size);
+    return true;
+  }
+  return false;
+}
+
 void MediaPlayerBridge::OnDidSetDataUriDataSource(JNIEnv* env, jobject obj,
     jboolean success) {
   if (!success) {
@@ -213,12 +255,20 @@ void MediaPlayerBridge::OnCookiesRetrieved(const std::string& cookies) {
 }
 
 void MediaPlayerBridge::ExtractMediaMetadata(const std::string& url) {
-  manager()->GetMediaResourceGetter()->ExtractMediaMetadata(
-      url,
-      cookies_,
-      user_agent_,
-      base::Bind(&MediaPlayerBridge::OnMediaMetadataExtracted,
-                 weak_factory_.GetWeakPtr()));
+  int fd;
+  int64 offset;
+  int64 size;
+  if (InterceptMediaUrl(url, &fd, &offset, &size)) {
+    manager()->GetMediaResourceGetter()->ExtractMediaMetadata(
+        fd, offset, size,
+        base::Bind(&MediaPlayerBridge::OnMediaMetadataExtracted,
+                   weak_factory_.GetWeakPtr()));
+  } else {
+    manager()->GetMediaResourceGetter()->ExtractMediaMetadata(
+        url, cookies_, user_agent_,
+        base::Bind(&MediaPlayerBridge::OnMediaMetadataExtracted,
+                   weak_factory_.GetWeakPtr()));
+  }
 }
 
 void MediaPlayerBridge::OnMediaMetadataExtracted(
diff --git a/chromium/media/base/android/media_player_bridge.h b/chromium/media/base/android/media_player_bridge.h
index f63d6268851..792ebc12e39 100644
--- a/chromium/media/base/android/media_player_bridge.h
+++ b/chromium/media/base/android/media_player_bridge.h
@@ -50,7 +50,8 @@ class MEDIA_EXPORT MediaPlayerBridge : public MediaPlayerAndroid {
                     MediaPlayerManager* manager,
                     const RequestMediaResourcesCB& request_media_resources_cb,
                     const ReleaseMediaResourcesCB& release_media_resources_cb,
-                    const GURL& frame_url);
+                    const GURL& frame_url,
+                    bool allow_credentials);
   virtual ~MediaPlayerBridge();
 
   // Initialize this object and extract the metadata from the media.
@@ -132,6 +133,11 @@ class MEDIA_EXPORT MediaPlayerBridge : public MediaPlayerAndroid {
   void OnMediaMetadataExtracted(base::TimeDelta duration, int width, int height,
                                 bool success);
 
+  // Returns true if a MediaUrlInterceptor registered by the embedder has
+  // intercepted the url.
+  bool InterceptMediaUrl(
+      const std::string& url, int* fd, int64* offset, int64* size);
+
   // Whether the player is prepared for playback.
   bool prepared_;
 
@@ -180,6 +186,9 @@ class MEDIA_EXPORT MediaPlayerBridge : public MediaPlayerAndroid {
   // Volume of playback.
   double volume_;
 
+  // Whether user credentials are allowed to be passed.
+  bool allow_credentials_;
+
   // Weak pointer passed to |listener_| for callbacks.
   // NOTE: Weak pointers must be invalidated before all other member variables.
   base::WeakPtrFactory<MediaPlayerBridge> weak_factory_;
diff --git a/chromium/media/base/android/media_player_manager.h b/chromium/media/base/android/media_player_manager.h
index 0b79f187d65..be84b086fca 100644
--- a/chromium/media/base/android/media_player_manager.h
+++ b/chromium/media/base/android/media_player_manager.h
@@ -14,15 +14,19 @@ namespace media {
 
 class MediaPlayerAndroid;
 class MediaResourceGetter;
+class MediaUrlInterceptor;
 
 // This class is responsible for managing active MediaPlayerAndroid objects.
 class MEDIA_EXPORT MediaPlayerManager {
  public:
   virtual ~MediaPlayerManager() {}
 
-  // Return a pointer to the MediaResourceGetter object.
+  // Returns a pointer to the MediaResourceGetter object.
   virtual MediaResourceGetter* GetMediaResourceGetter() = 0;
 
+  // Returns a pointer to the MediaUrlInterceptor object or null.
+  virtual MediaUrlInterceptor* GetMediaUrlInterceptor() = 0;
+
   // Called when time update messages need to be sent. Args: player ID,
   // current time.
   virtual void OnTimeUpdate(int player_id, base::TimeDelta current_time) = 0;
diff --git a/chromium/media/base/android/media_resource_getter.h b/chromium/media/base/android/media_resource_getter.h
index 075f9d01fec..72f204f581c 100644
--- a/chromium/media/base/android/media_resource_getter.h
+++ b/chromium/media/base/android/media_resource_getter.h
@@ -35,13 +35,21 @@ class MEDIA_EXPORT MediaResourceGetter {
       const GURL& url,
       const GetPlatformPathCB& callback) = 0;
 
-  // Extract the metadata from a media URL. Once completed, the provided
+  // Extracts the metadata from a media URL. Once completed, the provided
   // callback function will be run.
   virtual void ExtractMediaMetadata(
       const std::string& url,
       const std::string& cookies,
       const std::string& user_agent,
       const ExtractMediaMetadataCB& callback) = 0;
+
+  // Extracts the metadata from a file descriptor. Once completed, the
+  // provided callback function will be run.
+  virtual void ExtractMediaMetadata(
+      const int fd,
+      const int64 offset,
+      const int64 size,
+      const ExtractMediaMetadataCB& callback) = 0;
 };
 
 }  // namespace media
diff --git a/chromium/media/base/android/media_source_player_unittest.cc b/chromium/media/base/android/media_source_player_unittest.cc
index 604c195da34..09b031c2699 100644
--- a/chromium/media/base/android/media_source_player_unittest.cc
+++ b/chromium/media/base/android/media_source_player_unittest.cc
@@ -13,6 +13,7 @@
 #include "media/base/android/media_drm_bridge.h"
 #include "media/base/android/media_player_manager.h"
 #include "media/base/android/media_source_player.h"
+#include "media/base/android/media_url_interceptor.h"
 #include "media/base/android/video_decoder_job.h"
 #include "media/base/bind_to_current_loop.h"
 #include "media/base/decoder_buffer.h"
@@ -52,6 +53,9 @@ class MockMediaPlayerManager : public MediaPlayerManager {
   virtual MediaResourceGetter* GetMediaResourceGetter() OVERRIDE {
     return NULL;
   }
+  virtual MediaUrlInterceptor* GetMediaUrlInterceptor() OVERRIDE {
+    return NULL;
+  }
   virtual void OnTimeUpdate(int player_id,
                             base::TimeDelta current_time) OVERRIDE {
     timestamp_updated_ = true;
diff --git a/chromium/media/base/android/media_url_interceptor.h b/chromium/media/base/android/media_url_interceptor.h
new file mode 100644
index 00000000000..e1db62392aa
--- /dev/null
+++ b/chromium/media/base/android/media_url_interceptor.h
@@ -0,0 +1,36 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef MEDIA_BASE_ANDROID_MEDIA_URL_INTERCEPTOR_H_
+#define MEDIA_BASE_ANDROID_MEDIA_URL_INTERCEPTOR_H_
+
+#include <string>
+
+#include "base/android/jni_android.h"
+#include "media/base/media_export.h"
+
+namespace media {
+
+// Interceptor for content embedders to handle custom media urls
+// and translate them into files containing media.
+class MEDIA_EXPORT MediaUrlInterceptor {
+ public:
+  virtual ~MediaUrlInterceptor() {};
+
+  // Returns true if the embedder has intercepted the url and
+  // false otherwise.
+  // Output arguments (only when the url has been intercepted):
+  // - |fd|: file descriptor to the file containing the media element.
+  // - |offset|: offset in bytes from the start of the file to the
+  //             media element.
+  // - |size|: size in bytes of the media element.
+  virtual bool Intercept(const std::string& url,
+                         int* fd,
+                         int64* offset,
+                         int64* size) const = 0;
+};
+
+}  // namespace media
+
+#endif  // MEDIA_BASE_ANDROID_MEDIA_URL_INTERCEPTOR_H_
diff --git a/chromium/media/cast/cast_defines.h b/chromium/media/cast/cast_defines.h
index 64b20c96da6..6e587ae8d56 100644
--- a/chromium/media/cast/cast_defines.h
+++ b/chromium/media/cast/cast_defines.h
@@ -27,7 +27,7 @@ const uint32 kStartFrameId = UINT32_C(0xffffffff);
 // This is an important system-wide constant.  This limits how much history the
 // implementation must retain in order to process the acknowledgements of past
 // frames.
-const int kMaxUnackedFrames = 255;
+const int kMaxUnackedFrames = 60;
 
 const size_t kMaxIpPacketSize = 1500;
 const int kStartRttMs = 20;
diff --git a/chromium/media/media.gyp b/chromium/media/media.gyp
index 71099e93475..25497d1fd6f 100644
--- a/chromium/media/media.gyp
+++ b/chromium/media/media.gyp
@@ -1643,6 +1643,7 @@
             'base/android/media_player_listener.h',
             'base/android/media_source_player.cc',
             'base/android/media_source_player.h',
+            'base/android/media_url_interceptor.h',
             'base/android/video_decoder_job.cc',
             'base/android/video_decoder_job.h',
             'base/android/webaudio_media_codec_bridge.cc',
diff --git a/chromium/net/base/registry_controlled_domains/OWNERS b/chromium/net/base/registry_controlled_domains/OWNERS
index 9f8b1799602..2ba05a6168c 100644
--- a/chromium/net/base/registry_controlled_domains/OWNERS
+++ b/chromium/net/base/registry_controlled_domains/OWNERS
@@ -1,2 +1,3 @@
 pam@chromium.org
 pkasting@chromium.org
+rsleevi@chromium.org
diff --git a/chromium/net/base/registry_controlled_domains/effective_tld_names.dat b/chromium/net/base/registry_controlled_domains/effective_tld_names.dat
index 4a8664322b8..19881bf0009 100644
--- a/chromium/net/base/registry_controlled_domains/effective_tld_names.dat
+++ b/chromium/net/base/registry_controlled_domains/effective_tld_names.dat
@@ -7992,6 +7992,171 @@ click
 // cern : 2014-06-05 European Organization for Nuclear Research ("CERN") 
 cern
 
+// healthcare : 2014-06-13 Silver Glen, LLC
+healthcare
+
+// xn--30rr7y : 2014-06-13 Excellent First Limited
+xn--30rr7y
+
+// band : 2014-06-13 Auburn Hollow, LLC
+band
+
+// xn--9et52u : 2014-06-13 RISE VICTORY LIMITED
+xn--9et52u
+
+// world : 2014-06-13 Bitter Fields, LLC
+world
+
+// latrobe : 2014-06-16 La Trobe University
+latrobe
+
+// bible : 2014-06-19 American Bible Society
+bible
+
+// java : 2014-06-19 Oracle Corporation
+java
+
+// sky : 2014-06-19 Sky IP International Ltd, a company incorporated in England and Wales, operating via its registered Swiss branch
+sky
+
+// oracle : 2014-06-19 Oracle Corporation
+oracle
+
+// pharmacy : 2014-06-19 National Association of Boards of Pharmacy
+pharmacy
+
+// dvag : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
+dvag
+
+// xn--vermgensberater-ctb : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
+xn--vermgensberater-ctb
+
+// xn--vermgensberatung-pwb : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
+xn--vermgensberatung-pwb
+
+// montblanc : 2014-06-23 Richemont DNS Inc.
+montblanc
+
+// iwc : 2014-06-23 Richemont DNS Inc.
+iwc
+
+// cartier : 2014-06-23 Richemont DNS Inc.
+cartier
+
+// pohl : 2014-06-23 Deutsche Vermögensberatung Aktiengesellschaft DVAG
+pohl
+
+// diet : 2014-06-26 Uniregistry, Corp.
+diet
+
+// cba : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
+cba
+
+// netbank : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
+netbank
+
+// pictet : 2014-06-26 Pictet Europe S.A.
+pictet
+
+// help : 2014-06-26 Uniregistry, Corp.
+help
+
+// pizza : 2014-06-26 Foggy Moon, LLC
+pizza
+
+// garden : 2014-06-26 Top Level Domain Holdings Limited
+garden
+
+// commbank : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
+commbank
+
+// gifts : 2014-07-03 Goose Sky, LLC
+gifts
+
+// fashion : 2014-07-03 Top Level Domain Holdings Limited
+fashion
+
+// tui : 2014-07-03 TUI AG
+tui
+
+// iinet : 2014-07-03 Connect West Pty. Ltd.
+iinet
+
+// restaurant : 2014-07-03 Snow Avenue, LLC
+restaurant
+
+// alsace : 2014-07-02 REGION D ALSACE
+alsace
+
+// poker : 2014-07-03 Afilias Domains No. 5 Limited
+poker
+
+// allfinanz : 2014-07-03 Allfinanz Deutsche Vermögensberatung Aktiengesellschaft
+allfinanz
+
+// sarl : 2014-07-03 Delta Orchard, LLC
+sarl
+
+// taipei : 2014-07-10 Taipei City Government
+taipei
+
+// immo : 2014-07-10 Auburn Bloom, LLC
+immo
+
+// hermes : 2014-07-10 HERMES INTERNATIONAL
+hermes
+
+// rip : 2014-07-10 United TLD Holdco Ltd.
+rip
+
+// gbiz : 2014-07-17 Charleston Road Registry Inc.
+gbiz
+
+// bloomberg : 2014-07-17 Bloomberg IP Holdings LLC
+bloomberg
+
+// sew : 2014-07-17 SEW-EURODRIVE GmbH & Co KG
+sew
+
+// prof : 2014-07-24 Charleston Road Registry Inc.
+prof
+
+// gle : 2014-07-24 Charleston Road Registry Inc.
+gle
+
+// amsterdam : 2014-07-24 Gemeente Amsterdam
+amsterdam
+
+// aquarelle : 2014-07-24 Aquarelle.com
+aquarelle
+
+// nexus : 2014-07-24 Charleston Road Registry Inc.
+nexus
+
+// flsmidth : 2014-07-24 FLSmidth A/S
+flsmidth
+
+// bnl : 2014-07-24 Banca Nazionale del Lavoro
+bnl
+
+// bcn : 2014-07-24 Municipi de Barcelona
+bcn
+
+// chrome : 2014-07-24 Charleston Road Registry Inc.
+chrome
+
+// google : 2014-07-24 Charleston Road Registry Inc.
+google
+
+// barcelona : 2014-07-24 Municipi de Barcelona
+barcelona
+
+// cal : 2014-07-24 Charleston Road Registry Inc.
+cal
+
+// abbott : 2014-07-24 Abbott Laboratories, Inc.
+abbott
+
 // ===END ICANN DOMAINS===
 // ===BEGIN PRIVATE DOMAINS===
 
diff --git a/chromium/net/base/registry_controlled_domains/effective_tld_names.gperf b/chromium/net/base/registry_controlled_domains/effective_tld_names.gperf
index 6bee195507e..f131a98733d 100644
--- a/chromium/net/base/registry_controlled_domains/effective_tld_names.gperf
+++ b/chromium/net/base/registry_controlled_domains/effective_tld_names.gperf
@@ -31,6 +31,7 @@ aa.no, 0
 aarborte.no, 0
 ab.ca, 0
 abashiri.hokkaido.jp, 0
+abbott, 0
 abeno.osaka.jp, 0
 abiko.chiba.jp, 0
 abira.hokkaido.jp, 0
@@ -169,6 +170,8 @@ alaska.museum, 0
 alessandria.it, 0
 alesund.no, 0
 algard.no, 0
+allfinanz, 0
+alsace, 0
 alstahaug.no, 0
 alta.no, 0
 altai.ru, 0
@@ -192,6 +195,7 @@ americanart.museum, 0
 ami.ibaraki.jp, 0
 amli.no, 0
 amot.no, 0
+amsterdam, 0
 amsterdam.museum, 0
 amur.ru, 0
 amursk.ru, 0
@@ -236,6 +240,7 @@ ap.it, 0
 appspot.com, 4
 aq, 0
 aq.it, 0
+aquarelle, 0
 aquarium.museum, 0
 aquila.it, 0
 ar, 0
@@ -410,10 +415,12 @@ balsan.it, 0
 balsfjord.no, 0
 baltimore.museum, 0
 bamble.no, 0
+band, 0
 bandai.fukushima.jp, 0
 bando.ibaraki.jp, 0
 bar, 0
 bar.pro, 0
+barcelona, 0
 barcelona.museum, 0
 bardu.no, 0
 bargains, 0
@@ -437,6 +444,7 @@ bauhaus, 0
 bayern, 0
 bb, 0
 bc.ca, 0
+bcn, 0
 bd, 2
 bd.se, 0
 be, 0
@@ -475,6 +483,7 @@ bi.it, 0
 bialowieza.pl, 0
 bialystok.pl, 0
 bibai.hokkaido.jp, 0
+bible, 0
 bible.museum, 0
 bid, 0
 biei.hokkaido.jp, 0
@@ -564,11 +573,13 @@ blogspot.sg, 4
 blogspot.sk, 4
 blogspot.td, 4
 blogspot.tw, 4
+bloomberg, 0
 blue, 0
 bm, 0
 bmd.br, 0
 bn, 2
 bn.it, 0
+bnl, 0
 bnpparibas, 0
 bo, 0
 bo.it, 0
@@ -662,6 +673,7 @@ cab, 0
 cadaques.museum, 0
 cagliari.it, 0
 cahcesuolo.no, 0
+cal, 0
 cal.it, 0
 calabria.it, 0
 california.museum, 0
@@ -690,6 +702,7 @@ cargo.aero, 0
 carrara-massa.it, 0
 carraramassa.it, 0
 carrier.museum, 0
+cartier, 0
 cartoonart.museum, 0
 casa, 0
 casadelamoneda.museum, 0
@@ -704,6 +717,7 @@ catanzaro.it, 0
 catering, 0
 catering.aero, 0
 cb.it, 0
+cba, 0
 cbg.ru, 0
 cc, 0
 cc.ak.us, 0
@@ -831,6 +845,7 @@ choshi.chiba.jp, 0
 choyo.kumamoto.jp, 0
 christiansburg.museum, 0
 christmas, 0
+chrome, 0
 chtr.k12.ma.us, 0
 chukotka.ru, 0
 chungbuk.kr, 0
@@ -1086,6 +1101,7 @@ com.vi, 0
 com.vn, 0
 com.vu, 0
 com.ws, 0
+commbank, 0
 communication.museum, 0
 communications.museum, 0
 community, 0
@@ -1221,6 +1237,7 @@ detroit.museum, 0
 dgca.aero, 0
 diamonds, 0
 dielddanuorri.no, 0
+diet, 0
 digital, 0
 dinosaur.museum, 0
 direct, 0
@@ -1271,6 +1288,7 @@ drobak.no, 0
 dudinka.ru, 0
 durban, 0
 durham.museum, 0
+dvag, 0
 dvrdns.org, 4
 dyn-o-saur.com, 4
 dynalias.com, 4
@@ -1552,6 +1570,7 @@ farmequipment.museum, 0
 farmers.museum, 0
 farmstead.museum, 0
 farsund.no, 0
+fashion, 0
 fauske.no, 0
 fc.it, 0
 fe.it, 0
@@ -1618,6 +1637,7 @@ florence.it, 0
 florida.museum, 0
 florist, 0
 floro.no, 0
+flsmidth, 0
 fly, 0
 fm, 0
 fm.br, 0
@@ -1816,6 +1836,7 @@ gamo.shiga.jp, 0
 gamvik.no, 0
 gangaviika.no, 0
 gangwon.kr, 0
+garden, 0
 garden.museum, 0
 gateway.museum, 0
 gaular.no, 0
@@ -1823,6 +1844,7 @@ gausdal.no, 0
 gb, 0
 gb.com, 4
 gb.net, 4
+gbiz, 0
 gc.ca, 0
 gd, 0
 gd.cn, 0
@@ -1855,6 +1877,7 @@ gi, 0
 giehtavuoatna.no, 0
 giessen.museum, 0
 gift, 0
+gifts, 0
 gifu.gifu.jp, 0
 gifu.jp, 0
 gildeskal.no, 0
@@ -1874,6 +1897,7 @@ gl, 0
 glas.museum, 0
 glass, 0
 glass.museum, 0
+gle, 0
 gliding.aero, 0
 gliwice.pl, 0
 global, 0
@@ -1922,6 +1946,7 @@ gokase.miyazaki.jp, 0
 gol.no, 0
 gon.pk, 0
 gonohe.aomori.jp, 0
+google, 0
 googleapis.com, 4
 googlecode.com, 4
 gop, 0
@@ -2215,10 +2240,12 @@ he.cn, 0
 health.museum, 0
 health.nz, 0
 health.vn, 0
+healthcare, 0
 heguri.nara.jp, 0
 heimatunduhren.museum, 0
 hekinan.aichi.jp, 0
 hellas.museum, 0
+help, 0
 helsinki.museum, 0
 hembygdsforbund.museum, 0
 hemne.no, 0
@@ -2228,6 +2255,7 @@ herad.no, 0
 here, 0
 here-for-more.info, 4
 heritage.museum, 0
+hermes, 0
 herokuapp.com, 4
 herokussl.com, 4
 heroy.more-og-romsdal.no, 0
@@ -2430,6 +2458,7 @@ iheya.okinawa.jp, 0
 iida.nagano.jp, 0
 iide.yamagata.jp, 0
 iijima.nagano.jp, 0
+iinet, 0
 iitate.fukushima.jp, 0
 iiyama.nagano.jp, 0
 iizuka.fukuoka.jp, 0
@@ -2458,6 +2487,7 @@ imakane.hokkaido.jp, 0
 imari.saga.jp, 0
 imb.br, 0
 imizu.toyama.jp, 0
+immo, 0
 immobilien, 0
 imperia.it, 0
 in, 0
@@ -2697,6 +2727,7 @@ iwata.shizuoka.jp, 0
 iwate.iwate.jp, 0
 iwate.jp, 0
 iwatsuki.saitama.jp, 0
+iwc, 0
 iwi.nz, 0
 iyo.ehime.jp, 0
 iz.hr, 0
@@ -2716,6 +2747,7 @@ jamal.ru, 0
 jamison.museum, 0
 jan-mayen.no, 0
 jar.ru, 0
+java, 0
 jaworzno.pl, 0
 je, 0
 jefferson.museum, 0
@@ -3249,6 +3281,7 @@ larsson.museum, 0
 larvik.no, 0
 laspezia.it, 0
 latina.it, 0
+latrobe, 0
 lavagis.no, 0
 lavangen.no, 0
 law.pro, 0
@@ -3772,6 +3805,7 @@ mombetsu.hokkaido.jp, 0
 monash, 0
 money.museum, 0
 monmouth.museum, 0
+montblanc, 0
 monticello.museum, 0
 montreal.museum, 0
 monza-brianza.it, 0
@@ -4132,6 +4166,7 @@ net.vi, 0
 net.vn, 0
 net.vu, 0
 net.ws, 0
+netbank, 0
 network, 0
 neues.museum, 0
 neustar, 0
@@ -4143,6 +4178,7 @@ newport.museum, 0
 news.hu, 0
 newspaper.museum, 0
 newyork.museum, 0
+nexus, 0
 neyagawa.osaka.jp, 0
 nf, 0
 nf.ca, 0
@@ -4446,6 +4482,7 @@ or.tz, 0
 or.ug, 0
 or.us, 0
 ora.gunma.jp, 0
+oracle, 0
 oregon.museum, 0
 oregontrail.museum, 0
 orenburg.ru, 0
@@ -4709,6 +4746,7 @@ pg.it, 0
 ph, 0
 pharmacien.fr, 0
 pharmaciens.km, 0
+pharmacy, 0
 pharmacy.museum, 0
 philadelphia.museum, 0
 philadelphiaarea.museum, 0
@@ -4722,6 +4760,7 @@ physio, 0
 pi.it, 0
 piacenza.it, 0
 pics, 0
+pictet, 0
 pictures, 0
 piedmont.it, 0
 piemonte.it, 0
@@ -4734,6 +4773,7 @@ pisa.it, 0
 pistoia.it, 0
 pisz.pl, 0
 pittsburgh.museum, 0
+pizza, 0
 pk, 0
 pl, 0
 pl.ua, 0
@@ -4757,6 +4797,8 @@ podhale.pl, 0
 podlasie.pl, 0
 podzone.net, 4
 podzone.org, 4
+pohl, 0
+poker, 0
 pol.dz, 0
 pol.ht, 0
 police.uk, 0
@@ -4823,6 +4865,7 @@ prochowice.pl, 0
 prod, 0
 production.aero, 0
 productions, 0
+prof, 0
 prof.pr, 0
 project.museum, 0
 properties, 0
@@ -4928,6 +4971,7 @@ research.aero, 0
 research.museum, 0
 resistance.museum, 0
 rest, 0
+restaurant, 0
 reviews, 0
 rg.it, 0
 rhcloud.com, 4
@@ -4946,6 +4990,7 @@ ringerike.no, 0
 ringsaker.no, 0
 rio, 0
 riodejaneiro.museum, 0
+rip, 0
 rishiri.hokkaido.jp, 0
 rishirifuji.hokkaido.jp, 0
 risor.no, 0
@@ -5107,6 +5152,7 @@ sar.it, 0
 saratov.ru, 0
 sardegna.it, 0
 sardinia.it, 0
+sarl, 0
 saroma.hokkaido.jp, 0
 sarpsborg.no, 0
 sarufutsu.hokkaido.jp, 0
@@ -5226,6 +5272,7 @@ settlement.museum, 0
 settlers.museum, 0
 settsu.osaka.jp, 0
 sevastopol.ua, 0
+sew, 0
 sex.hu, 0
 sex.pl, 0
 sexy, 0
@@ -5373,6 +5420,7 @@ sklep.pl, 0
 skoczow.pl, 0
 skodje.no, 0
 skole.museum, 0
+sky, 0
 skydiving.aero, 0
 sl, 0
 slask.pl, 0
@@ -5577,6 +5625,7 @@ taiji.wakayama.jp, 0
 taiki.hokkaido.jp, 0
 taiki.mie.jp, 0
 tainai.niigata.jp, 0
+taipei, 0
 taira.toyama.jp, 0
 taishi.hyogo.jp, 0
 taishi.osaka.jp, 0
@@ -5915,6 +5964,7 @@ tsuwano.shimane.jp, 0
 tsuyama.okayama.jp, 0
 tt, 0
 tt.im, 0
+tui, 0
 tula.ru, 0
 tur.ar, 0
 tur.br, 0
@@ -6257,6 +6307,7 @@ workinggroup.aero, 0
 works, 0
 works.aero, 0
 workshop.museum, 0
+world, 0
 worse-than.tv, 4
 writesthisblog.com, 4
 wroc.pl, 0
@@ -6273,6 +6324,7 @@ x.bg, 0
 x.se, 0
 xj.cn, 0
 xn--1qqw23a, 0
+xn--30rr7y, 0
 xn--3bst00m, 0
 xn--3ds443g, 0
 xn--3e0b707e, 0
@@ -6294,6 +6346,7 @@ xn--80au.xn--90a3ac, 0
 xn--90a3ac, 0
 xn--90azh.xn--90a3ac, 0
 xn--9dbhblg6di.museum, 0
+xn--9et52u, 0
 xn--andy-ira.no, 0
 xn--aroport-bya.ci, 0
 xn--asky-ira.no, 0
@@ -6539,6 +6592,8 @@ xn--unup4y, 0
 xn--vads-jra.no, 0
 xn--vard-jra.no, 0
 xn--vegrshei-c0a.no, 0
+xn--vermgensberater-ctb, 0
+xn--vermgensberatung-pwb, 0
 xn--vestvgy-ixa6o.no, 0
 xn--vg-yiab.no, 0
 xn--vgan-qoa.no, 0
diff --git a/chromium/net/http/http_network_session.cc b/chromium/net/http/http_network_session.cc
index b4e373e5de7..75c8ee4cd1b 100644
--- a/chromium/net/http/http_network_session.cc
+++ b/chromium/net/http/http_network_session.cc
@@ -117,6 +117,7 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
                                net::ClientSocketFactory::GetDefaultFactory(),
                            params.http_server_properties,
                            params.cert_verifier,
+                           params.transport_security_state,
                            params.quic_crypto_client_stream_factory,
                            params.quic_random ? params.quic_random :
                                QuicRandom::GetInstance(),
diff --git a/chromium/net/http/http_stream_factory_impl_job.cc b/chromium/net/http/http_stream_factory_impl_job.cc
index 79a95361d43..1d8237cf1da 100644
--- a/chromium/net/http/http_stream_factory_impl_job.cc
+++ b/chromium/net/http/http_stream_factory_impl_job.cc
@@ -1124,13 +1124,14 @@ int HttpStreamFactoryImpl::Job::DoCreateStream() {
   // HttpStreamFactoryImpl will be creating all the SpdyHttpStreams, since it
   // will know when SpdySessions become available.
 
-  if (stream_factory_->for_websockets_) {
-    // TODO(ricea): Restore this code when WebSockets over SPDY is implemented.
-    NOTREACHED();
-  } else {
-    bool use_relative_url = direct || request_info_.url.SchemeIs("https");
-    stream_.reset(new SpdyHttpStream(spdy_session, use_relative_url));
-  }
+  // TODO(ricea): Restore the code for WebSockets over SPDY once it's
+  // implemented.
+  if (stream_factory_->for_websockets_)
+    return ERR_NOT_IMPLEMENTED;
+
+  bool use_relative_url = direct || request_info_.url.SchemeIs("https");
+  stream_.reset(new SpdyHttpStream(spdy_session, use_relative_url));
+
   return OK;
 }
 
diff --git a/chromium/net/quic/crypto/proof_verifier_chromium.cc b/chromium/net/quic/crypto/proof_verifier_chromium.cc
index 4b118da198c..a1365c5c4d2 100644
--- a/chromium/net/quic/crypto/proof_verifier_chromium.cc
+++ b/chromium/net/quic/crypto/proof_verifier_chromium.cc
@@ -9,6 +9,7 @@
 #include "base/callback_helpers.h"
 #include "base/compiler_specific.h"
 #include "base/logging.h"
+#include "base/metrics/histogram.h"
 #include "base/stl_util.h"
 #include "base/strings/stringprintf.h"
 #include "crypto/signature_verifier.h"
@@ -21,6 +22,7 @@
 #include "net/cert/single_request_cert_verifier.h"
 #include "net/cert/x509_certificate.h"
 #include "net/cert/x509_util.h"
+#include "net/http/transport_security_state.h"
 #include "net/quic/crypto/crypto_protocol.h"
 #include "net/ssl/ssl_config_service.h"
 
@@ -38,6 +40,7 @@ class ProofVerifierChromium::Job {
  public:
   Job(ProofVerifierChromium* proof_verifier,
       CertVerifier* cert_verifier,
+      TransportSecurityState* transport_security_state,
       const BoundNetLog& net_log);
 
   // Starts the proof verification.  If |QUIC_PENDING| is returned, then
@@ -72,6 +75,8 @@ class ProofVerifierChromium::Job {
   // The underlying verifier used for verifying certificates.
   scoped_ptr<SingleRequestCertVerifier> verifier_;
 
+  TransportSecurityState* transport_security_state_;
+
   // |hostname| specifies the hostname for which |certs| is a valid chain.
   std::string hostname_;
 
@@ -89,11 +94,14 @@ class ProofVerifierChromium::Job {
   DISALLOW_COPY_AND_ASSIGN(Job);
 };
 
-ProofVerifierChromium::Job::Job(ProofVerifierChromium* proof_verifier,
-                                CertVerifier* cert_verifier,
-                                const BoundNetLog& net_log)
+ProofVerifierChromium::Job::Job(
+    ProofVerifierChromium* proof_verifier,
+    CertVerifier* cert_verifier,
+    TransportSecurityState* transport_security_state,
+    const BoundNetLog& net_log)
     : proof_verifier_(proof_verifier),
       verifier_(new SingleRequestCertVerifier(cert_verifier)),
+      transport_security_state_(transport_security_state),
       next_state_(STATE_NONE),
       net_log_(net_log) {
 }
@@ -222,6 +230,59 @@ int ProofVerifierChromium::Job::DoVerifyCert(int result) {
 int ProofVerifierChromium::Job::DoVerifyCertComplete(int result) {
   verifier_.reset();
 
+#if defined(OFFICIAL_BUILD) && !defined(OS_ANDROID) && !defined(OS_IOS)
+  // TODO(wtc): The following code was copied from ssl_client_socket_nss.cc.
+  // Convert it to a new function that can be called by both files. These
+  // variables simulate the arguments to the new function.
+  const CertVerifyResult& cert_verify_result =
+      verify_details_->cert_verify_result;
+  bool sni_available = true;
+  const std::string& host = hostname_;
+  TransportSecurityState* transport_security_state = transport_security_state_;
+  std::string* pinning_failure_log = &verify_details_->pinning_failure_log;
+
+  // Take care of any mandates for public key pinning.
+  //
+  // Pinning is only enabled for official builds to make sure that others don't
+  // end up with pins that cannot be easily updated.
+  //
+  // TODO(agl): We might have an issue here where a request for foo.example.com
+  // merges into a SPDY connection to www.example.com, and gets a different
+  // certificate.
+
+  // Perform pin validation if, and only if, all these conditions obtain:
+  //
+  // * a TransportSecurityState object is available;
+  // * the server's certificate chain is valid (or suffers from only a minor
+  //   error);
+  // * the server's certificate chain chains up to a known root (i.e. not a
+  //   user-installed trust anchor); and
+  // * the build is recent (very old builds should fail open so that users
+  //   have some chance to recover).
+  //
+  const CertStatus cert_status = cert_verify_result.cert_status;
+  if (transport_security_state &&
+      (result == OK ||
+       (IsCertificateError(result) && IsCertStatusMinorError(cert_status))) &&
+      cert_verify_result.is_issued_by_known_root &&
+      TransportSecurityState::IsBuildTimely()) {
+    if (transport_security_state->HasPublicKeyPins(host, sni_available)) {
+      if (!transport_security_state->CheckPublicKeyPins(
+              host,
+              sni_available,
+              cert_verify_result.public_key_hashes,
+              pinning_failure_log)) {
+        LOG(ERROR) << *pinning_failure_log;
+        result = ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN;
+        UMA_HISTOGRAM_BOOLEAN("Net.PublicKeyPinSuccess", false);
+        TransportSecurityState::ReportUMAOnPinFailure(host);
+      } else {
+        UMA_HISTOGRAM_BOOLEAN("Net.PublicKeyPinSuccess", true);
+      }
+    }
+  }
+#endif
+
   if (result <= ERR_FAILED) {
     error_details_ = StringPrintf("Failed to verify certificate chain: %s",
                                   ErrorToString(result));
@@ -310,8 +371,12 @@ bool ProofVerifierChromium::Job::VerifySignature(const string& signed_data,
   return true;
 }
 
-ProofVerifierChromium::ProofVerifierChromium(CertVerifier* cert_verifier)
-    : cert_verifier_(cert_verifier) {}
+ProofVerifierChromium::ProofVerifierChromium(
+    CertVerifier* cert_verifier,
+    TransportSecurityState* transport_security_state)
+    : cert_verifier_(cert_verifier),
+      transport_security_state_(transport_security_state) {
+}
 
 ProofVerifierChromium::~ProofVerifierChromium() {
   STLDeleteElements(&active_jobs_);
@@ -332,7 +397,10 @@ QuicAsyncStatus ProofVerifierChromium::VerifyProof(
   }
   const ProofVerifyContextChromium* chromium_context =
       reinterpret_cast<const ProofVerifyContextChromium*>(verify_context);
-  scoped_ptr<Job> job(new Job(this, cert_verifier_, chromium_context->net_log));
+  scoped_ptr<Job> job(new Job(this,
+                              cert_verifier_,
+                              transport_security_state_,
+                              chromium_context->net_log));
   QuicAsyncStatus status = job->VerifyProof(hostname, server_config, certs,
                                             signature, error_details,
                                             verify_details, callback);
diff --git a/chromium/net/quic/crypto/proof_verifier_chromium.h b/chromium/net/quic/crypto/proof_verifier_chromium.h
index 6f8a23131f3..46632fb7093 100644
--- a/chromium/net/quic/crypto/proof_verifier_chromium.h
+++ b/chromium/net/quic/crypto/proof_verifier_chromium.h
@@ -22,12 +22,18 @@ namespace net {
 
 class CertVerifier;
 class SingleRequestCertVerifier;
+class TransportSecurityState;
 
 // ProofVerifyDetailsChromium is the implementation-specific information that a
 // ProofVerifierChromium returns about a certificate verification.
 struct ProofVerifyDetailsChromium : public ProofVerifyDetails {
  public:
   CertVerifyResult cert_verify_result;
+
+  // pinning_failure_log contains a message produced by
+  // TransportSecurityState::DomainState::CheckPublicKeyPins in the event of a
+  // pinning failure. It is a (somewhat) human-readable string.
+  std::string pinning_failure_log;
 };
 
 // ProofVerifyContextChromium is the implementation-specific information that a
@@ -44,7 +50,8 @@ struct ProofVerifyContextChromium : public ProofVerifyContext {
 // capable of handling multiple simultaneous requests.
 class NET_EXPORT_PRIVATE ProofVerifierChromium : public ProofVerifier {
  public:
-  explicit ProofVerifierChromium(CertVerifier* cert_verifier);
+  ProofVerifierChromium(CertVerifier* cert_verifier,
+                        TransportSecurityState* transport_security_state);
   virtual ~ProofVerifierChromium();
 
   // ProofVerifier interface
@@ -70,6 +77,8 @@ class NET_EXPORT_PRIVATE ProofVerifierChromium : public ProofVerifier {
   // Underlying verifier used to verify certificates.
   CertVerifier* const cert_verifier_;
 
+  TransportSecurityState* transport_security_state_;
+
   DISALLOW_COPY_AND_ASSIGN(ProofVerifierChromium);
 };
 
diff --git a/chromium/net/quic/quic_client_session.cc b/chromium/net/quic/quic_client_session.cc
index 745692c2e12..40b22cdc315 100644
--- a/chromium/net/quic/quic_client_session.cc
+++ b/chromium/net/quic/quic_client_session.cc
@@ -427,6 +427,7 @@ bool QuicClientSession::GetSSLInfo(SSLInfo* ssl_info) const {
   ssl_info->channel_id_sent = false;
   ssl_info->security_bits = security_bits;
   ssl_info->handshake_type = SSLInfo::HANDSHAKE_FULL;
+  ssl_info->pinning_failure_log = pinning_failure_log_;
   return true;
 }
 
@@ -654,12 +655,12 @@ void QuicClientSession::OnProofValid(
 
 void QuicClientSession::OnProofVerifyDetailsAvailable(
     const ProofVerifyDetails& verify_details) {
-  const CertVerifyResult* cert_verify_result_other =
-      &(reinterpret_cast<const ProofVerifyDetailsChromium*>(
-          &verify_details))->cert_verify_result;
+  const ProofVerifyDetailsChromium* verify_details_chromium =
+      reinterpret_cast<const ProofVerifyDetailsChromium*>(&verify_details);
   CertVerifyResult* result_copy = new CertVerifyResult;
-  result_copy->CopyFrom(*cert_verify_result_other);
+  result_copy->CopyFrom(verify_details_chromium->cert_verify_result);
   cert_verify_result_.reset(result_copy);
+  pinning_failure_log_ = verify_details_chromium->pinning_failure_log;
 }
 
 void QuicClientSession::StartReading() {
diff --git a/chromium/net/quic/quic_client_session.h b/chromium/net/quic/quic_client_session.h
index 7fbe3db5cd1..29281b07492 100644
--- a/chromium/net/quic/quic_client_session.h
+++ b/chromium/net/quic/quic_client_session.h
@@ -227,6 +227,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase {
   scoped_refptr<IOBufferWithSize> read_buffer_;
   scoped_ptr<QuicServerInfo> server_info_;
   scoped_ptr<CertVerifyResult> cert_verify_result_;
+  std::string pinning_failure_log_;
   ObserverSet observers_;
   StreamRequestQueue stream_requests_;
   bool read_pending_;
diff --git a/chromium/net/quic/quic_stream_factory.cc b/chromium/net/quic/quic_stream_factory.cc
index 2fc1b9e334c..5462d2a334d 100644
--- a/chromium/net/quic/quic_stream_factory.cc
+++ b/chromium/net/quic/quic_stream_factory.cc
@@ -450,6 +450,7 @@ QuicStreamFactory::QuicStreamFactory(
     ClientSocketFactory* client_socket_factory,
     base::WeakPtr<HttpServerProperties> http_server_properties,
     CertVerifier* cert_verifier,
+    TransportSecurityState* transport_security_state,
     QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory,
     QuicRandom* random_generator,
     QuicClock* clock,
@@ -479,7 +480,8 @@ QuicStreamFactory::QuicStreamFactory(
   crypto_config_.set_user_agent_id(user_agent_id);
   crypto_config_.AddCanonicalSuffix(".c.youtube.com");
   crypto_config_.AddCanonicalSuffix(".googlevideo.com");
-  crypto_config_.SetProofVerifier(new ProofVerifierChromium(cert_verifier));
+  crypto_config_.SetProofVerifier(
+      new ProofVerifierChromium(cert_verifier, transport_security_state));
   base::CPU cpu;
   if (cpu.has_aesni() && cpu.has_avx())
     crypto_config_.PreferAesGcm();
diff --git a/chromium/net/quic/quic_stream_factory.h b/chromium/net/quic/quic_stream_factory.h
index eb82659bbf8..b0280e2ebbc 100644
--- a/chromium/net/quic/quic_stream_factory.h
+++ b/chromium/net/quic/quic_stream_factory.h
@@ -38,6 +38,7 @@ class QuicRandom;
 class QuicServerInfoFactory;
 class QuicServerId;
 class QuicStreamFactory;
+class TransportSecurityState;
 
 namespace test {
 class QuicStreamFactoryPeer;
@@ -91,6 +92,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
       ClientSocketFactory* client_socket_factory,
       base::WeakPtr<HttpServerProperties> http_server_properties,
       CertVerifier* cert_verifier,
+      TransportSecurityState* transport_security_state,
       QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory,
       QuicRandom* random_generator,
       QuicClock* clock,
diff --git a/chromium/net/quic/quic_stream_factory_test.cc b/chromium/net/quic/quic_stream_factory_test.cc
index e88ea4b8052..ff8e4ce6eb4 100644
--- a/chromium/net/quic/quic_stream_factory_test.cc
+++ b/chromium/net/quic/quic_stream_factory_test.cc
@@ -12,6 +12,7 @@
 #include "net/http/http_response_headers.h"
 #include "net/http/http_response_info.h"
 #include "net/http/http_util.h"
+#include "net/http/transport_security_state.h"
 #include "net/quic/crypto/crypto_handshake.h"
 #include "net/quic/crypto/proof_verifier_chromium.h"
 #include "net/quic/crypto/quic_decrypter.h"
@@ -91,6 +92,7 @@ class QuicStreamFactoryTest : public ::testing::TestWithParam<QuicVersion> {
         cert_verifier_(CertVerifier::CreateDefault()),
         factory_(&host_resolver_, &socket_factory_,
                  base::WeakPtr<HttpServerProperties>(), cert_verifier_.get(),
+                 &transport_security_state_,
                  &crypto_client_stream_factory_, &random_generator_, clock_,
                  kDefaultMaxPacketSize, std::string(),
                  SupportedVersions(GetParam()), true, true, true),
@@ -181,6 +183,7 @@ class QuicStreamFactoryTest : public ::testing::TestWithParam<QuicVersion> {
   QuicTestPacketMaker maker_;
   MockClock* clock_;  // Owned by factory_.
   scoped_ptr<CertVerifier> cert_verifier_;
+  TransportSecurityState transport_security_state_;
   QuicStreamFactory factory_;
   HostPortPair host_port_pair_;
   bool is_https_;
diff --git a/chromium/net/quic/test_tools/crypto_test_utils_chromium.cc b/chromium/net/quic/test_tools/crypto_test_utils_chromium.cc
index 9deee8388b7..a3c85fb2990 100644
--- a/chromium/net/quic/test_tools/crypto_test_utils_chromium.cc
+++ b/chromium/net/quic/test_tools/crypto_test_utils_chromium.cc
@@ -10,6 +10,7 @@
 #include "net/cert/cert_verifier.h"
 #include "net/cert/test_root_certs.h"
 #include "net/cert/x509_certificate.h"
+#include "net/http/transport_security_state.h"
 #include "net/quic/crypto/proof_source_chromium.h"
 #include "net/quic/crypto/proof_verifier_chromium.h"
 #include "net/test/cert_test_util.h"
@@ -21,9 +22,11 @@ namespace test {
 class TestProofVerifierChromium : public ProofVerifierChromium {
  public:
   TestProofVerifierChromium(CertVerifier* cert_verifier,
+                            TransportSecurityState* transport_security_state,
                             const std::string& cert_file)
-      : ProofVerifierChromium(cert_verifier),
-        cert_verifier_(cert_verifier) {
+      : ProofVerifierChromium(cert_verifier, transport_security_state),
+        cert_verifier_(cert_verifier),
+        transport_security_state_(transport_security_state) {
     // Load and install the root for the validated chain.
     scoped_refptr<X509Certificate> root_cert =
         ImportCertFromFile(GetTestCertsDirectory(), cert_file);
@@ -34,6 +37,7 @@ class TestProofVerifierChromium : public ProofVerifierChromium {
  private:
   ScopedTestRoot scoped_root_;
   scoped_ptr<CertVerifier> cert_verifier_;
+  scoped_ptr<TransportSecurityState> transport_security_state_;
 };
 
 // static
@@ -43,8 +47,10 @@ ProofSource* CryptoTestUtils::ProofSourceForTesting() {
 
 // static
 ProofVerifier* CryptoTestUtils::ProofVerifierForTesting() {
-  TestProofVerifierChromium* proof_verifier = new TestProofVerifierChromium(
-      CertVerifier::CreateDefault(), "quic_root.crt");
+  TestProofVerifierChromium* proof_verifier =
+      new TestProofVerifierChromium(CertVerifier::CreateDefault(),
+                                    new TransportSecurityState,
+                                    "quic_root.crt");
   return proof_verifier;
 }
 
diff --git a/chromium/sdch/open-vcdiff/vsprojects/open-vcdiff.sln b/chromium/sdch/open-vcdiff/vsprojects/open-vcdiff.sln
index 690072d7244..c8a0374a764 100644
--- a/chromium/sdch/open-vcdiff/vsprojects/open-vcdiff.sln
+++ b/chromium/sdch/open-vcdiff/vsprojects/open-vcdiff.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vcdcom", "vcdcom\vcdcom.vcproj", "{A49D16EE-E69E-4B5D-9CB7-ABEF79BB4246}"
diff --git a/chromium/sdch/open-vcdiff/vsprojects/vcdcom/vcdcom.vcproj b/chromium/sdch/open-vcdiff/vsprojects/vcdcom/vcdcom.vcproj
index 2b1af554751..8c3637bdd88 100644
--- a/chromium/sdch/open-vcdiff/vsprojects/vcdcom/vcdcom.vcproj
+++ b/chromium/sdch/open-vcdiff/vsprojects/vcdcom/vcdcom.vcproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="8.00"
diff --git a/chromium/sdch/open-vcdiff/vsprojects/vcddec/vcddec.vcproj b/chromium/sdch/open-vcdiff/vsprojects/vcddec/vcddec.vcproj
index 4add588ff8e..22b93f51d3e 100644
--- a/chromium/sdch/open-vcdiff/vsprojects/vcddec/vcddec.vcproj
+++ b/chromium/sdch/open-vcdiff/vsprojects/vcddec/vcddec.vcproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="8.00"
diff --git a/chromium/sdch/open-vcdiff/vsprojects/vcdecoder_test_common/vcdecoder_test_common.vcproj b/chromium/sdch/open-vcdiff/vsprojects/vcdecoder_test_common/vcdecoder_test_common.vcproj
index 0fa49faf2ea..55d41bea9ca 100644
--- a/chromium/sdch/open-vcdiff/vsprojects/vcdecoder_test_common/vcdecoder_test_common.vcproj
+++ b/chromium/sdch/open-vcdiff/vsprojects/vcdecoder_test_common/vcdecoder_test_common.vcproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="8.00"
diff --git a/chromium/sdch/open-vcdiff/vsprojects/vcdenc/vcdenc.vcproj b/chromium/sdch/open-vcdiff/vsprojects/vcdenc/vcdenc.vcproj
index 688a55893ff..368200ddcad 100644
--- a/chromium/sdch/open-vcdiff/vsprojects/vcdenc/vcdenc.vcproj
+++ b/chromium/sdch/open-vcdiff/vsprojects/vcdenc/vcdenc.vcproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="8.00"
diff --git a/chromium/testing/gmock/msvc/2005/gmock.sln b/chromium/testing/gmock/msvc/2005/gmock.sln
index d18be9b5471..0cf57a35aa8 100644
--- a/chromium/testing/gmock/msvc/2005/gmock.sln
+++ b/chromium/testing/gmock/msvc/2005/gmock.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock", "gmock.vcproj", "{34681F0D-CE45-415D-B5F2-5C662DFE3BD5}"
diff --git a/chromium/testing/gmock/msvc/2010/gmock.sln b/chromium/testing/gmock/msvc/2010/gmock.sln
index 70be89aaabd..3c356e14529 100644
--- a/chromium/testing/gmock/msvc/2010/gmock.sln
+++ b/chromium/testing/gmock/msvc/2010/gmock.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual C++ Express 2010
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock", "gmock.vcxproj", "{34681F0D-CE45-415D-B5F2-5C662DFE3BD5}"
diff --git a/chromium/testing/gtest/codegear/gtest.cbproj b/chromium/testing/gtest/codegear/gtest.cbproj
index 468ef971859..285bb2a87b4 100644
--- a/chromium/testing/gtest/codegear/gtest.cbproj
+++ b/chromium/testing/gtest/codegear/gtest.cbproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <ProjectGuid>{bca37a72-5b07-46cf-b44e-89f8e06451a2}</ProjectGuid>
diff --git a/chromium/testing/gtest/codegear/gtest.groupproj b/chromium/testing/gtest/codegear/gtest.groupproj
index a1c9eccc1a7..849f4c4b810 100644
--- a/chromium/testing/gtest/codegear/gtest.groupproj
+++ b/chromium/testing/gtest/codegear/gtest.groupproj
@@ -1,4 +1,4 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <ProjectGuid>{c1d923e0-6cba-4332-9b6f-3420acbf5091}</ProjectGuid>
   </PropertyGroup>
diff --git a/chromium/testing/gtest/codegear/gtest_main.cbproj b/chromium/testing/gtest/codegear/gtest_main.cbproj
index d1305631791..fae32cb29b6 100644
--- a/chromium/testing/gtest/codegear/gtest_main.cbproj
+++ b/chromium/testing/gtest/codegear/gtest_main.cbproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <ProjectGuid>{bca37a72-5b07-46cf-b44e-89f8e06451a2}</ProjectGuid>
diff --git a/chromium/testing/gtest/codegear/gtest_unittest.cbproj b/chromium/testing/gtest/codegear/gtest_unittest.cbproj
index 0c8676c1660..33f70563469 100644
--- a/chromium/testing/gtest/codegear/gtest_unittest.cbproj
+++ b/chromium/testing/gtest/codegear/gtest_unittest.cbproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <ProjectGuid>{eea63393-5ac5-4b9c-8909-d75fef2daa41}</ProjectGuid>
diff --git a/chromium/third_party/WebKit/Source/core/css/mediaControls.css b/chromium/third_party/WebKit/Source/core/css/mediaControls.css
index d3b5536e4a4..d95e26e609d 100644
--- a/chromium/third_party/WebKit/Source/core/css/mediaControls.css
+++ b/chromium/third_party/WebKit/Source/core/css/mediaControls.css
@@ -79,6 +79,8 @@ audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
     height: 30px;
     background-color: rgba(20, 20, 20, 0.8);
     border-radius: 5px;
+    /* The duration is also specified in MediaControlElements.cpp and LayoutTests/media/media-controls.js */
+    transition: opacity 0.3s;
 }
 
 video:-webkit-full-page-media {
diff --git a/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
index 5431a1a06c4..00096d73919 100644
--- a/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
+++ b/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
@@ -189,7 +189,7 @@ KURL CSSPropertyParser::completeURL(const String& url) const
 
 bool CSSPropertyParser::validCalculationUnit(CSSParserValue* value, Units unitflags, ReleaseParsedCalcValueCondition releaseCalc)
 {
-    bool mustBeNonNegative = unitflags & FNonNeg;
+    bool mustBeNonNegative = unitflags & (FNonNeg | FPositiveInteger);
 
     if (!parseCalculation(value, mustBeNonNegative ? ValueRangeNonNegative : ValueRangeAll))
         return false;
@@ -199,15 +199,29 @@ bool CSSPropertyParser::validCalculationUnit(CSSParserValue* value, Units unitfl
     case CalcLength:
         b = (unitflags & FLength);
         break;
-    case CalcPercent:
-        b = (unitflags & FPercent);
-        if (b && mustBeNonNegative && m_parsedCalculation->isNegative())
-            b = false;
-        break;
     case CalcNumber:
         b = (unitflags & FNumber);
-        if (!b && (unitflags & FInteger) && m_parsedCalculation->isInt())
+        if (!b && (unitflags & (FInteger | FPositiveInteger)) && m_parsedCalculation->isInt())
             b = true;
+        if (b && mustBeNonNegative && m_parsedCalculation->isNegative())
+            b = false;
+        // Always resolve calc() to a CSS_NUMBER in the CSSParserValue if there are no non-numbers specified in the unitflags.
+        if (b && !(unitflags & ~(FInteger | FNumber | FPositiveInteger | FNonNeg))) {
+            double number = m_parsedCalculation->doubleValue();
+            if ((unitflags & FPositiveInteger) && number <= 0) {
+                b = false;
+            } else {
+                delete value->function;
+                value->unit = CSSPrimitiveValue::CSS_NUMBER;
+                value->fValue = number;
+                value->isInt = m_parsedCalculation->isInt();
+            }
+            m_parsedCalculation.release();
+            return b;
+        }
+        break;
+    case CalcPercent:
+        b = (unitflags & FPercent);
         if (b && mustBeNonNegative && m_parsedCalculation->isNegative())
             b = false;
         break;
@@ -606,7 +620,7 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important)
 
             Vector<int> coords;
             value = m_valueList->next();
-            while (value && value->unit == CSSPrimitiveValue::CSS_NUMBER) {
+            while (value && validUnit(value, FNumber)) {
                 coords.append(int(value->fValue));
                 value = m_valueList->next();
             }
@@ -1282,10 +1296,7 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important)
             validPrimitive = validUnit(value, FLength | FNonNeg);
         break;
     case CSSPropertyWebkitColumnSpan: // none | all | 1 (will be dropped in the unprefixed property)
-        if (id == CSSValueAll || id == CSSValueNone)
-            validPrimitive = true;
-        else
-            validPrimitive = validUnit(value, FNumber | FNonNeg) && value->fValue == 1;
+        validPrimitive = id == CSSValueAll || id == CSSValueNone || (value->unit == CSSPrimitiveValue::CSS_NUMBER && value->fValue == 1);
         break;
     case CSSPropertyWebkitColumnWidth:         // auto | <length>
         parsedValue = parseColumnWidth();
@@ -1957,8 +1968,7 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::parseColumnWidth()
     CSSParserValue* value = m_valueList->current();
     // Always parse lengths in strict mode here, since it would be ambiguous otherwise when used in
     // the 'columns' shorthand property.
-    if (value->id == CSSValueAuto
-        || (validUnit(value, FLength | FNonNeg, HTMLStandardMode) && value->fValue)) {
+    if (value->id == CSSValueAuto || (validUnit(value, FLength | FNonNeg, HTMLStandardMode) && (m_parsedCalculation || value->fValue != 0))) {
         RefPtrWillBeRawPtr<CSSValue> parsedValue = parseValidPrimitive(value->id, value);
         m_valueList->next();
         return parsedValue;
@@ -4721,7 +4731,7 @@ bool CSSPropertyParser::parseFontWeight(bool important)
         addProperty(CSSPropertyFontWeight, cssValuePool().createIdentifierValue(value->id), important);
         return true;
     }
-    if (validUnit(value, FInteger | FNonNeg, HTMLQuirksMode)) {
+    if (value->unit == CSSPrimitiveValue::CSS_NUMBER) {
         int weight = static_cast<int>(value->fValue);
         if (!(weight % 100) && weight >= 100 && weight <= 900) {
             addProperty(CSSPropertyFontWeight, cssValuePool().createIdentifierValue(static_cast<CSSValueID>(CSSValue100 + weight / 100 - 1)), important);
@@ -5216,14 +5226,6 @@ bool CSSPropertyParser::fastParseColor(RGBA32& rgb, const StringType& name, bool
 
 template bool CSSPropertyParser::fastParseColor(RGBA32&, const String&, bool strict);
 
-inline double CSSPropertyParser::parsedDouble(CSSParserValue *v, ReleaseParsedCalcValueCondition releaseCalc)
-{
-    const double result = m_parsedCalculation ? m_parsedCalculation->doubleValue() : v->fValue;
-    if (releaseCalc == ReleaseParsedCalcValue)
-        m_parsedCalculation.release();
-    return result;
-}
-
 bool CSSPropertyParser::isCalculation(CSSParserValue* value)
 {
     return (value->unit == CSSParserValue::Function)
@@ -5236,13 +5238,16 @@ bool CSSPropertyParser::isCalculation(CSSParserValue* value)
 inline int CSSPropertyParser::colorIntFromValue(CSSParserValue* v)
 {
     bool isPercent;
+    double value;
 
-    if (m_parsedCalculation)
+    if (m_parsedCalculation) {
         isPercent = m_parsedCalculation->category() == CalcPercent;
-    else
+        value = m_parsedCalculation->doubleValue();
+        m_parsedCalculation.release();
+    } else {
         isPercent = v->unit == CSSPrimitiveValue::CSS_PERCENTAGE;
-
-    const double value = parsedDouble(v, ReleaseParsedCalcValue);
+        value = v->fValue;
+    }
 
     if (value <= 0.0)
         return 0;
@@ -5289,10 +5294,9 @@ bool CSSPropertyParser::parseColorParameters(CSSParserValue* value, int* colorAr
         v = args->next();
         if (!validUnit(v, FNumber, HTMLStandardMode))
             return false;
-        const double value = parsedDouble(v, ReleaseParsedCalcValue);
         // Convert the floating pointer number of alpha to an integer in the range [0, 256),
         // with an equal distribution across all 256 values.
-        colorArray[3] = static_cast<int>(std::max(0.0, std::min(1.0, value)) * nextafter(256.0, 0.0));
+        colorArray[3] = static_cast<int>(std::max(0.0, std::min(1.0, v->fValue)) * nextafter(256.0, 0.0));
     }
     return true;
 }
@@ -5310,7 +5314,7 @@ bool CSSPropertyParser::parseHSLParameters(CSSParserValue* value, double* colorA
     if (!validUnit(v, FNumber, HTMLStandardMode))
         return false;
     // normalize the Hue value and change it to be between 0 and 1.0
-    colorArray[0] = (((static_cast<int>(parsedDouble(v, ReleaseParsedCalcValue)) % 360) + 360) % 360) / 360.0;
+    colorArray[0] = (((static_cast<int>(v->fValue) % 360) + 360) % 360) / 360.0;
     for (int i = 1; i < 3; i++) {
         v = args->next();
         if (v->unit != CSSParserValue::Operator && v->iValue != ',')
@@ -5318,7 +5322,8 @@ bool CSSPropertyParser::parseHSLParameters(CSSParserValue* value, double* colorA
         v = args->next();
         if (!validUnit(v, FPercent, HTMLStandardMode))
             return false;
-        colorArray[i] = std::max(0.0, std::min(100.0, parsedDouble(v, ReleaseParsedCalcValue))) / 100.0; // needs to be value between 0 and 1.0
+        double percentValue = m_parsedCalculation ? m_parsedCalculation.release()->doubleValue() : v->fValue;
+        colorArray[i] = std::max(0.0, std::min(100.0, percentValue)) / 100.0; // needs to be value between 0 and 1.0
     }
     if (parseAlpha) {
         v = args->next();
@@ -5327,7 +5332,7 @@ bool CSSPropertyParser::parseHSLParameters(CSSParserValue* value, double* colorA
         v = args->next();
         if (!validUnit(v, FNumber, HTMLStandardMode))
             return false;
-        colorArray[3] = std::max(0.0, std::min(1.0, parsedDouble(v, ReleaseParsedCalcValue)));
+        colorArray[3] = std::max(0.0, std::min(1.0, v->fValue));
     }
     return true;
 }
@@ -7261,10 +7266,13 @@ PassRefPtrWillBeRawPtr<CSSFilterValue> CSSPropertyParser::parseBuiltinFilterArgu
 
         if (args->size()) {
             CSSParserValue* value = args->current();
-            if (!validUnit(value, FNumber | FPercent | FNonNeg, HTMLStandardMode))
+            // FIXME (crbug.com/397061): Support calc expressions like calc(10% + 0.5)
+            if (value->unit != CSSPrimitiveValue::CSS_PERCENTAGE && !validUnit(value, FNumber | FNonNeg, HTMLStandardMode))
                 return nullptr;
 
             double amount = value->fValue;
+            if (amount < 0)
+                return nullptr;
 
             // Saturate and Contrast allow values over 100%.
             if (filterType != CSSFilterValue::SaturateFilterOperation
@@ -7285,7 +7293,8 @@ PassRefPtrWillBeRawPtr<CSSFilterValue> CSSPropertyParser::parseBuiltinFilterArgu
 
         if (args->size()) {
             CSSParserValue* value = args->current();
-            if (!validUnit(value, FNumber | FPercent, HTMLStandardMode))
+            // FIXME (crbug.com/397061): Support calc expressions like calc(10% + 0.5)
+            if (value->unit != CSSPrimitiveValue::CSS_PERCENTAGE && !validUnit(value, FNumber, HTMLStandardMode))
                 return nullptr;
 
             filterValue->append(cssValuePool().createValue(value->fValue, static_cast<CSSPrimitiveValue::UnitType>(value->unit)));
diff --git a/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
index 1fc76568cee..482e240dbb4 100644
--- a/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
+++ b/chromium/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h
@@ -366,7 +366,6 @@ private:
 
     bool parseBorderImageQuad(Units, RefPtrWillBeRawPtr<CSSPrimitiveValue>&);
     int colorIntFromValue(CSSParserValue*);
-    double parsedDouble(CSSParserValue*, ReleaseParsedCalcValueCondition releaseCalc = DoNotReleaseParsedCalcValue);
     bool isCalculation(CSSParserValue*);
 
 private:
diff --git a/chromium/third_party/WebKit/Source/core/dom/ContainerNode.cpp b/chromium/third_party/WebKit/Source/core/dom/ContainerNode.cpp
index 18da27a211a..815c3318666 100644
--- a/chromium/third_party/WebKit/Source/core/dom/ContainerNode.cpp
+++ b/chromium/third_party/WebKit/Source/core/dom/ContainerNode.cpp
@@ -294,6 +294,8 @@ void ContainerNode::parserInsertBefore(PassRefPtrWillBeRawPtr<Node> newChild, No
     if (nextChild.previousSibling() == newChild || &nextChild == newChild) // nothing to do
         return;
 
+    RefPtrWillBeRawPtr<Node> protect(this);
+
     if (document() != newChild->document())
         document().adoptNode(newChild.get(), ASSERT_NO_EXCEPTION);
 
@@ -303,9 +305,7 @@ void ContainerNode::parserInsertBefore(PassRefPtrWillBeRawPtr<Node> newChild, No
 
     ChildListMutationScope(*this).childAdded(*newChild);
 
-    childrenChanged(true, newChild->previousSibling(), &nextChild, 1);
-
-    notifyNodeInserted(*newChild);
+    notifyNodeInserted(*newChild, ChildrenChangeSourceParser);
 }
 
 void ContainerNode::replaceChild(PassRefPtrWillBeRawPtr<Node> newChild, Node* oldChild, ExceptionState& exceptionState)
@@ -482,8 +482,8 @@ void ContainerNode::removeChild(Node* oldChild, ExceptionState& exceptionState)
         Node* prev = child->previousSibling();
         Node* next = child->nextSibling();
         removeBetween(prev, next, *child);
-        childrenChanged(false, prev, next, -1);
         notifyNodeRemoved(*child);
+        childrenChanged(false, prev, next, -1);
     }
     dispatchSubtreeModifiedEvent();
 }
@@ -564,23 +564,29 @@ void ContainerNode::removeChildren()
         document().nodeChildrenWillBeRemoved(*this);
     }
 
-
+    // FIXME: Remove this NodeVector. Right now WebPluginContainerImpl::m_element is a
+    // raw ptr which means the code below can drop the last ref to a plugin element and
+    // then the code in UpdateSuspendScope::performDeferredWidgetTreeOperations will
+    // try to destroy the plugin which will be a use-after-free. We should use a RefPtr
+    // in the WebPluginContainerImpl instead.
     NodeVector removedChildren;
     {
         HTMLFrameOwnerElement::UpdateSuspendScope suspendWidgetHierarchyUpdates;
+
         {
             NoEventDispatchAssertion assertNoEventDispatch;
+            ScriptForbiddenScope forbidScript;
+
             removedChildren.reserveInitialCapacity(countChildren());
-            while (m_firstChild) {
-                removedChildren.append(m_firstChild);
-                removeBetween(0, m_firstChild->nextSibling(), *m_firstChild);
+
+            while (RefPtrWillBeRawPtr<Node> child = m_firstChild) {
+                removeBetween(0, child->nextSibling(), *child);
+                removedChildren.append(child.get());
+                notifyNodeRemoved(*child);
             }
         }
 
         childrenChanged(false, 0, 0, -static_cast<int>(removedChildren.size()));
-
-        for (size_t i = 0; i < removedChildren.size(); ++i)
-            notifyNodeRemoved(*removedChildren[i]);
     }
 
     dispatchSubtreeModifiedEvent();
@@ -651,11 +657,11 @@ void ContainerNode::parserAppendChild(PassRefPtrWillBeRawPtr<Node> newChild)
     ASSERT(!newChild->isDocumentFragment());
     ASSERT(!isHTMLTemplateElement(this));
 
+    RefPtrWillBeRawPtr<Node> protect(this);
+
     if (document() != newChild->document())
         document().adoptNode(newChild.get(), ASSERT_NO_EXCEPTION);
 
-    Node* last = m_lastChild;
-
     {
         NoEventDispatchAssertion assertNoEventDispatch;
         ScriptForbiddenScope forbidScript;
@@ -666,11 +672,10 @@ void ContainerNode::parserAppendChild(PassRefPtrWillBeRawPtr<Node> newChild)
         ChildListMutationScope(*this).childAdded(*newChild);
     }
 
-    childrenChanged(true, last, 0, 1);
-    notifyNodeInserted(*newChild);
+    notifyNodeInserted(*newChild, ChildrenChangeSourceParser);
 }
 
-void ContainerNode::notifyNodeInserted(Node& root)
+void ContainerNode::notifyNodeInserted(Node& root, ChildrenChangeSource source)
 {
     ASSERT(!NoEventDispatchAssertion::isEventDispatchForbidden());
 
@@ -682,6 +687,14 @@ void ContainerNode::notifyNodeInserted(Node& root)
     NodeVector postInsertionNotificationTargets;
     notifyNodeInsertedInternal(root, postInsertionNotificationTargets);
 
+    // ShadowRoots are not real children, we don't need to tell host that it's
+    // children changed when one is added.
+    // FIXME: We should have a separate code path for ShadowRoot since it only
+    // needs to call insertedInto and the rest of this logic is not needed.
+    if (!root.isShadowRoot()) {
+        childrenChanged(source == ChildrenChangeSourceParser, root.previousSibling(), root.nextSibling(), 1);
+    }
+
     for (size_t i = 0; i < postInsertionNotificationTargets.size(); ++i) {
         Node* targetNode = postInsertionNotificationTargets[i].get();
         if (targetNode->inDocument())
@@ -1093,8 +1106,6 @@ void ContainerNode::updateTreeAfterInsertion(Node& child)
 
     ChildListMutationScope(*this).childAdded(child);
 
-    childrenChanged(false, child.previousSibling(), child.nextSibling(), 1);
-
     notifyNodeInserted(child);
 
     dispatchChildInsertionEvents(child);
diff --git a/chromium/third_party/WebKit/Source/core/dom/ContainerNode.h b/chromium/third_party/WebKit/Source/core/dom/ContainerNode.h
index 4df98d42119..d625acb5314 100644
--- a/chromium/third_party/WebKit/Source/core/dom/ContainerNode.h
+++ b/chromium/third_party/WebKit/Source/core/dom/ContainerNode.h
@@ -165,7 +165,8 @@ public:
 
     virtual void trace(Visitor*) OVERRIDE;
 
-    void notifyNodeInserted(Node&);
+    enum ChildrenChangeSource { ChildrenChangeSourceAPI, ChildrenChangeSourceParser };
+    void notifyNodeInserted(Node&, ChildrenChangeSource = ChildrenChangeSourceAPI);
     void notifyNodeRemoved(Node&);
 
 protected:
diff --git a/chromium/third_party/WebKit/Source/core/dom/Document.cpp b/chromium/third_party/WebKit/Source/core/dom/Document.cpp
index fe9c3b06248..f69823373fd 100644
--- a/chromium/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/chromium/third_party/WebKit/Source/core/dom/Document.cpp
@@ -576,10 +576,8 @@ Document::~Document()
     if (m_styleSheetList)
         m_styleSheetList->detachFromDocument();
 
-    if (m_importsController) {
-        m_importsController->wasDetachedFrom(*this);
-        m_importsController = nullptr;
-    }
+    if (m_importsController)
+        HTMLImportsController::removeFrom(*this);
 
     m_timeline->detachFromDocument();
 
@@ -633,10 +631,8 @@ void Document::dispose()
 
     m_registrationContext.clear();
 
-    if (m_importsController) {
-        m_importsController->wasDetachedFrom(*this);
-        m_importsController = nullptr;
-    }
+    if (m_importsController)
+        HTMLImportsController::removeFrom(*this);
 
     // removeDetachedChildren() doesn't always unregister IDs,
     // so tear down scope information upfront to avoid having stale references in the map.
@@ -1811,6 +1807,9 @@ void Document::updateRenderTree(StyleRecalcChange change)
 {
     ASSERT(isMainThread());
 
+    if (!view() || !isActive())
+        return;
+
     if (change != Force && !needsRenderTreeUpdate())
         return;
 
@@ -3455,7 +3454,10 @@ void Document::styleResolverChanged(StyleResolverUpdateMode updateMode)
         // We need to manually repaint because we avoid doing all repaints in layout or style
         // recalc while sheets are still loading to avoid FOUC.
         m_pendingSheetLayout = IgnoreLayoutWithPendingSheets;
-        renderView()->repaintViewAndCompositedLayers();
+
+        ASSERT(renderView() || importsController());
+        if (renderView())
+            renderView()->repaintViewAndCompositedLayers();
     }
 }
 
diff --git a/chromium/third_party/WebKit/Source/core/dom/Element.cpp b/chromium/third_party/WebKit/Source/core/dom/Element.cpp
index a75add2f8ed..428a6171eec 100644
--- a/chromium/third_party/WebKit/Source/core/dom/Element.cpp
+++ b/chromium/third_party/WebKit/Source/core/dom/Element.cpp
@@ -2504,12 +2504,15 @@ void Element::normalizeAttributes()
 {
     if (!hasAttributes())
         return;
-    // attributeCount() cannot be cached before the loop because the attributes
-    // list is altered while iterating.
-    for (unsigned i = 0; i < attributeCount(); ++i) {
-        if (RefPtrWillBeRawPtr<Attr> attr = attrIfExists(attributeAt(i).name()))
-            attr->normalize();
-    }
+    WillBeHeapVector<RefPtrWillBeMember<Attr> >* attrNodes = attrNodeList();
+    if (!attrNodes)
+        return;
+    // Copy the Attr Vector because Node::normalize() can fire synchronous JS
+    // events (e.g. DOMSubtreeModified) and a JS listener could add / remove
+    // attributes while we are iterating.
+    WillBeHeapVector<RefPtrWillBeMember<Attr> > attrNodesCopy(*attrNodes);
+    for (size_t i = 0; i < attrNodesCopy.size(); ++i)
+        attrNodesCopy[i]->normalize();
 }
 
 void Element::updatePseudoElement(PseudoId pseudoId, StyleRecalcChange change)
@@ -3203,14 +3206,6 @@ bool Element::setInlineStyleProperty(CSSPropertyID propertyID, CSSValueID identi
     return true;
 }
 
-bool Element::setInlineStyleProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important)
-{
-    ASSERT(isStyledElement());
-    ensureMutableInlineStyle().setProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important);
-    inlineStyleChanged();
-    return true;
-}
-
 bool Element::setInlineStyleProperty(CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitType unit, bool important)
 {
     ASSERT(isStyledElement());
diff --git a/chromium/third_party/WebKit/Source/core/dom/Element.h b/chromium/third_party/WebKit/Source/core/dom/Element.h
index b3972e8a490..ed0c3fa9f14 100644
--- a/chromium/third_party/WebKit/Source/core/dom/Element.h
+++ b/chromium/third_party/WebKit/Source/core/dom/Element.h
@@ -271,7 +271,6 @@ public:
     const StylePropertySet* inlineStyle() const { return elementData() ? elementData()->m_inlineStyle.get() : 0; }
 
     bool setInlineStyleProperty(CSSPropertyID, CSSValueID identifier, bool important = false);
-    bool setInlineStyleProperty(CSSPropertyID, CSSPropertyID identifier, bool important = false);
     bool setInlineStyleProperty(CSSPropertyID, double value, CSSPrimitiveValue::UnitType, bool important = false);
     bool setInlineStyleProperty(CSSPropertyID, const String& value, bool important = false);
     bool removeInlineStyleProperty(CSSPropertyID);
diff --git a/chromium/third_party/WebKit/Source/core/dom/FullscreenElementStack.cpp b/chromium/third_party/WebKit/Source/core/dom/FullscreenElementStack.cpp
index b5363bc682b..b22f3a298ee 100644
--- a/chromium/third_party/WebKit/Source/core/dom/FullscreenElementStack.cpp
+++ b/chromium/third_party/WebKit/Source/core/dom/FullscreenElementStack.cpp
@@ -126,7 +126,7 @@ void FullscreenElementStack::documentWasDetached()
     m_fullScreenErrorEventTargetQueue.clear();
 
     if (m_fullScreenRenderer)
-        setFullScreenRenderer(0);
+        m_fullScreenRenderer->destroy();
 
 #if ENABLE(OILPAN)
     m_fullScreenElement = nullptr;
@@ -475,7 +475,7 @@ void FullscreenElementStack::setFullScreenRenderer(RenderFullScreen* renderer)
     }
 
     if (m_fullScreenRenderer)
-        m_fullScreenRenderer->destroy();
+        m_fullScreenRenderer->unwrapRenderer();
     ASSERT(!m_fullScreenRenderer);
 
     m_fullScreenRenderer = renderer;
diff --git a/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
index bff917dafe5..6390e04aeb6 100644
--- a/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
+++ b/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
@@ -57,7 +57,7 @@ ProcessingInstruction::~ProcessingInstruction()
 {
 #if !ENABLE(OILPAN)
     if (m_sheet)
-        m_sheet->clearOwnerNode();
+        clearSheet();
 
     // FIXME: ProcessingInstruction should not be in document here.
     // However, if we add ASSERT(!inDocument()), fast/xsl/xslt-entity.xml
@@ -90,8 +90,9 @@ PassRefPtrWillBeRawPtr<Node> ProcessingInstruction::cloneNode(bool /*deep*/)
 
 void ProcessingInstruction::didAttributeChanged()
 {
-    ASSERT(!m_sheet);
-    ASSERT(!isLoading());
+    if (m_sheet)
+        clearSheet();
+
     String href;
     String charset;
     if (!checkStyleSheet(href, charset))
@@ -211,6 +212,11 @@ void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& bas
 
 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
 {
+    if (!inDocument()) {
+        ASSERT(!m_sheet);
+        return;
+    }
+
     ASSERT(m_isXSL);
     m_sheet = XSLStyleSheet::create(this, href, baseURL);
     parseStyleSheet(sheet);
@@ -274,8 +280,7 @@ void ProcessingInstruction::removedFrom(ContainerNode* insertionPoint)
 
     if (m_sheet) {
         ASSERT(m_sheet->ownerNode() == this);
-        m_sheet->clearOwnerNode();
-        m_sheet = nullptr;
+        clearSheet();
     }
 
     // If we're in document teardown, then we don't need to do any notification of our sheet's removal.
@@ -283,6 +288,14 @@ void ProcessingInstruction::removedFrom(ContainerNode* insertionPoint)
         document().removedStyleSheet(removedSheet.get());
 }
 
+void ProcessingInstruction::clearSheet()
+{
+    ASSERT(m_sheet);
+    if (m_sheet->isLoading())
+        document().styleEngine()->removePendingSheet(this);
+    m_sheet.release()->clearOwnerNode();
+}
+
 void ProcessingInstruction::trace(Visitor* visitor)
 {
     visitor->trace(m_sheet);
diff --git a/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
index 60528e0e22a..5f50a724c82 100644
--- a/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
+++ b/chromium/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
@@ -71,6 +71,7 @@ private:
     virtual bool sheetLoaded() OVERRIDE;
 
     void parseStyleSheet(const String& sheet);
+    void clearSheet();
 
     String m_target;
     String m_localHref;
diff --git a/chromium/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/chromium/third_party/WebKit/Source/core/editing/FrameSelection.cpp
index e8802b27504..a73775200ed 100644
--- a/chromium/third_party/WebKit/Source/core/editing/FrameSelection.cpp
+++ b/chromium/third_party/WebKit/Source/core/editing/FrameSelection.cpp
@@ -222,7 +222,7 @@ void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelec
     bool shouldClearTypingStyle = options & ClearTypingStyle;
     EUserTriggered userTriggered = selectionOptionsToUserTriggered(options);
 
-    VisibleSelection s = newSelection;
+    VisibleSelection s = validateSelection(newSelection);
     if (shouldAlwaysUseDirectionalSelection(m_frame))
         s.setIsDirectional(true);
 
@@ -1838,6 +1838,28 @@ void FrameSelection::didChangeVisibleSelection()
     m_observingVisibleSelection = false;
 }
 
+VisibleSelection FrameSelection::validateSelection(const VisibleSelection& selection)
+{
+    if (!m_frame || selection.isNone())
+        return selection;
+
+    Position base = selection.base();
+    Position extent = selection.extent();
+    bool isBaseValid = base.document() == m_frame->document();
+    bool isExtentValid = extent.document() == m_frame->document();
+
+    if (isBaseValid && isExtentValid)
+        return selection;
+
+    VisibleSelection newSelection;
+    if (isBaseValid) {
+        newSelection.setWithoutValidation(base, base);
+    } else if (isExtentValid) {
+        newSelection.setWithoutValidation(extent, extent);
+    }
+    return newSelection;
+}
+
 void FrameSelection::startObservingVisibleSelectionChange()
 {
     ASSERT(!m_observingVisibleSelection);
diff --git a/chromium/third_party/WebKit/Source/core/editing/FrameSelection.h b/chromium/third_party/WebKit/Source/core/editing/FrameSelection.h
index c3555ae8cbe..bd4838b5a21 100644
--- a/chromium/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/chromium/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -261,6 +261,8 @@ private:
     void startObservingVisibleSelectionChange();
     void stopObservingVisibleSelectionChangeIfNecessary();
 
+    VisibleSelection validateSelection(const VisibleSelection&);
+
     LocalFrame* m_frame;
 
     LayoutUnit m_xPosForVerticalArrowNavigation;
diff --git a/chromium/third_party/WebKit/Source/core/frame/Settings.in b/chromium/third_party/WebKit/Source/core/frame/Settings.in
index 20b73637afd..90fc417710a 100644
--- a/chromium/third_party/WebKit/Source/core/frame/Settings.in
+++ b/chromium/third_party/WebKit/Source/core/frame/Settings.in
@@ -203,6 +203,10 @@ viewportMetaMergeContentQuirk initial=false
 # See http://crbug.com/288037.
 wideViewportQuirkEnabled initial=false
 
+# Used by the android_webview to support a horizontal height auto-sizing
+# mode.
+forceZeroLayoutHeight initial=false, invalidate=ViewportDescription
+
 # Touch based text selection and editing on desktop.
 # crbug.com/304873 tracks removal once it's been enabled on all platforms.
 touchEditingEnabled initial=false
diff --git a/chromium/third_party/WebKit/Source/core/frame/SmartClip.cpp b/chromium/third_party/WebKit/Source/core/frame/SmartClip.cpp
index 40c773edf13..329412cfadb 100644
--- a/chromium/third_party/WebKit/Source/core/frame/SmartClip.cpp
+++ b/chromium/third_party/WebKit/Source/core/frame/SmartClip.cpp
@@ -61,33 +61,14 @@ static Node* nodeInsideFrame(Node* node)
     return 0;
 }
 
-// FIXME: SmartClipData is eventually returned via
-// SLookSmartClip.DataExtractionListener:
-// http://img-developer.samsung.com/onlinedocs/sms/com/samsung/android/sdk/look/...
-// however the original author of this change chose to use a string-serialization
-// format (presumably to make IPC easy?).
-// If we're going to use this as a Pickle format, we should at least have the
-// read/write code in one place!
-String SmartClipData::toString()
+IntRect SmartClipData::rect() const
 {
-    if (m_isEmpty)
-        return emptyString();
-
-    const UChar fieldSeparator = 0xFFFE;
-    const UChar rowSeparator = 0xFFFF;
+    return m_rect;
+}
 
-    StringBuilder result;
-    result.append(String::number(m_rect.x()));
-    result.append(fieldSeparator);
-    result.append(String::number(m_rect.y()));
-    result.append(fieldSeparator);
-    result.append(String::number(m_rect.width()));
-    result.append(fieldSeparator);
-    result.append(String::number(m_rect.height()));
-    result.append(fieldSeparator);
-    result.append(m_string);
-    result.append(rowSeparator);
-    return result.toString();
+const String& SmartClipData::clipData() const
+{
+    return m_string;
 }
 
 SmartClip::SmartClip(PassRefPtr<LocalFrame> frame)
diff --git a/chromium/third_party/WebKit/Source/core/frame/SmartClip.h b/chromium/third_party/WebKit/Source/core/frame/SmartClip.h
index 21955a2b3ea..76b0c493299 100644
--- a/chromium/third_party/WebKit/Source/core/frame/SmartClip.h
+++ b/chromium/third_party/WebKit/Source/core/frame/SmartClip.h
@@ -50,7 +50,8 @@ public:
     {
     }
 
-    String toString();
+    IntRect rect() const;
+    const String& clipData() const;
 
 private:
     bool m_isEmpty;
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.cpp b/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
index 18ef044388a..b9d57bf33eb 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
@@ -70,6 +70,8 @@ HTMLFormElement::HTMLFormElement(Document& document)
     , m_hasElementsAssociatedByParser(false)
     , m_didFinishParsingChildren(false)
     , m_wasUserSubmitted(false)
+    , m_isSubmittingOrInUserJSSubmitEvent(false)
+    , m_shouldSubmit(false)
     , m_isInResetFunction(false)
     , m_wasDemoted(false)
     , m_pendingAutocompleteEventsQueue(GenericEventQueue::create(this))
@@ -307,16 +309,24 @@ void HTMLFormElement::prepareForSubmission(Event* event)
 {
     RefPtrWillBeRawPtr<HTMLFormElement> protector(this);
     LocalFrame* frame = document().frame();
-    if (!frame)
+    if (!frame || m_isSubmittingOrInUserJSSubmitEvent)
         return;
 
     // Interactive validation must be done before dispatching the submit event.
     if (!validateInteractively(event))
         return;
 
+    m_isSubmittingOrInUserJSSubmitEvent = true;
+    m_shouldSubmit = false;
+
     frame->loader().client()->dispatchWillSendSubmitEvent(this);
 
     if (dispatchEvent(Event::createCancelableBubble(EventTypeNames::submit)))
+        m_shouldSubmit = true;
+
+    m_isSubmittingOrInUserJSSubmitEvent = false;
+
+    if (m_shouldSubmit)
         submit(event, true, true, NotSubmittedByJavaScript);
 }
 
@@ -347,6 +357,12 @@ void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool proce
     if (!view || !frame || !frame->page())
         return;
 
+    if (m_isSubmittingOrInUserJSSubmitEvent) {
+        m_shouldSubmit = true;
+        return;
+    }
+
+    m_isSubmittingOrInUserJSSubmitEvent = true;
     m_wasUserSubmitted = processingUserGesture;
 
     RefPtrWillBeRawPtr<HTMLFormControlElement> firstSuccessfulSubmitButton = nullptr;
@@ -378,6 +394,9 @@ void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool proce
 
     if (needButtonActivation && firstSuccessfulSubmitButton)
         firstSuccessfulSubmitButton->setActivatedSubmit(false);
+
+    m_shouldSubmit = false;
+    m_isSubmittingOrInUserJSSubmitEvent = false;
 }
 
 void HTMLFormElement::scheduleFormSubmission(PassRefPtrWillBeRawPtr<FormSubmission> submission)
@@ -491,7 +510,7 @@ void HTMLFormElement::parseAttribute(const QualifiedName& name, const AtomicStri
         // If the new action attribute is pointing to insecure "action" location from a secure page
         // it is marked as "passive" mixed content.
         KURL actionURL = document().completeURL(m_attributes.action().isEmpty() ? document().url().string() : m_attributes.action());
-        if (MixedContentChecker::isMixedContent(document().securityOrigin(), actionURL))
+        if (document().frame() && MixedContentChecker::isMixedContent(document().securityOrigin(), actionURL))
             document().frame()->loader().mixedContentChecker()->canSubmitToInsecureForm(document().securityOrigin(), actionURL);
     } else if (name == targetAttr)
         m_attributes.setTarget(value);
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.h b/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.h
index b4fb4793566..34537003ccb 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.h
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLFormElement.h
@@ -177,6 +177,8 @@ private:
     bool m_didFinishParsingChildren;
 
     bool m_wasUserSubmitted;
+    bool m_isSubmittingOrInUserJSSubmitEvent;
+    bool m_shouldSubmit;
 
     bool m_isInResetFunction;
 
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp b/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp
index 79239f43d70..c2ae7a73622 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp
@@ -343,6 +343,14 @@ Node::InsertionNotificationRequest HTMLOptionElement::insertedInto(ContainerNode
     return HTMLElement::insertedInto(insertionPoint);
 }
 
+void HTMLOptionElement::removedFrom(ContainerNode* insertionPoint)
+{
+    if (HTMLSelectElement* select = Traversal<HTMLSelectElement>::firstAncestorOrSelf(*insertionPoint)) {
+        select->setRecalcListItems();
+    }
+    HTMLElement::removedFrom(insertionPoint);
+}
+
 String HTMLOptionElement::collectOptionInnerText() const
 {
     StringBuilder text;
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.h b/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.h
index 65e1a2394b8..611aa1903c9 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.h
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLOptionElement.h
@@ -68,6 +68,8 @@ public:
 
     bool isDisplayNone() const;
 
+    virtual void removedFrom(ContainerNode* insertionPoint) OVERRIDE;
+
 private:
     explicit HTMLOptionElement(Document&);
 
diff --git a/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp b/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
index bfe0beded33..3b53834c188 100644
--- a/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
+++ b/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
@@ -22,7 +22,7 @@ HTMLImportTreeRoot::HTMLImportTreeRoot(Document* document)
     , m_document(document)
     , m_recalcTimer(this, &HTMLImportTreeRoot::recalcTimerFired)
 {
-    recalcTreeState(this); // This recomputes initial state.
+    scheduleRecalcState(); // This recomputes initial state.
 }
 
 HTMLImportTreeRoot::~HTMLImportTreeRoot()
diff --git a/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp b/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp
index 8afd0dd7449..c6e165aed05 100644
--- a/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp
+++ b/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp
@@ -42,12 +42,23 @@
 
 namespace WebCore {
 
-void HTMLImportsController::provideTo(Document& master)
+const char* HTMLImportsController::supplementName()
 {
     DEFINE_STATIC_LOCAL(const char*, name, ("HTMLImportsController"));
+    return name;
+}
+
+void HTMLImportsController::provideTo(Document& master)
+{
     OwnPtrWillBeRawPtr<HTMLImportsController> controller = adoptPtrWillBeNoop(new HTMLImportsController(master));
     master.setImportsController(controller.get());
-    DocumentSupplement::provideTo(master, name, controller.release());
+    DocumentSupplement::provideTo(master, supplementName(), controller.release());
+}
+
+void HTMLImportsController::removeFrom(Document& master)
+{
+    static_cast<DocumentSupplementable&>(master).removeSupplement(supplementName());
+    master.setImportsController(nullptr);
 }
 
 HTMLImportsController::HTMLImportsController(Document& master)
@@ -59,24 +70,13 @@ HTMLImportsController::HTMLImportsController(Document& master)
 HTMLImportsController::~HTMLImportsController()
 {
 #if !ENABLE(OILPAN)
-    ASSERT(!m_root);
-#endif
-}
-
-#if !ENABLE(OILPAN)
-void HTMLImportsController::clear()
-{
-    Document* master = root()->document();
     m_root.clear();
 
     for (size_t i = 0; i < m_loaders.size(); ++i)
         m_loaders[i]->importDestroyed();
     m_loaders.clear();
-
-    if (master)
-        master->setImportsController(0);
-}
 #endif
+}
 
 static bool makesCycle(HTMLImport* parent, const KURL& url)
 {
@@ -144,15 +144,6 @@ bool HTMLImportsController::shouldBlockScriptExecution(const Document& document)
     return root()->state().shouldBlockScriptExecution();
 }
 
-#if !ENABLE(OILPAN)
-void HTMLImportsController::wasDetachedFrom(const Document& document)
-{
-    ASSERT(document.importsController() == this);
-    if (master() == &document)
-        clear();
-}
-#endif
-
 HTMLImportLoader* HTMLImportsController::createLoader()
 {
     m_loaders.append(HTMLImportLoader::create(this));
diff --git a/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h b/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
index 414fe464396..4cbc5d7fda1 100644
--- a/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
+++ b/chromium/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
@@ -55,7 +55,9 @@ class HTMLImportsController FINAL : public NoBaseWillBeGarbageCollectedFinalized
     WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLImportsController);
     WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
 public:
+    static const char* supplementName();
     static void provideTo(Document&);
+    static void removeFrom(Document&);
 
     explicit HTMLImportsController(Document&);
     virtual ~HTMLImportsController();
@@ -63,9 +65,6 @@ public:
     HTMLImportTreeRoot* root() const { return m_root.get(); }
 
     bool shouldBlockScriptExecution(const Document&) const;
-#if !ENABLE(OILPAN)
-    void wasDetachedFrom(const Document&);
-#endif
     HTMLImportChild* load(HTMLImport* parent, HTMLImportChildClient*, FetchRequest);
 
     Document* master() const;
@@ -81,9 +80,6 @@ public:
 
 private:
     HTMLImportChild* createChild(const KURL&, HTMLImportLoader*, HTMLImport* parent, HTMLImportChildClient*);
-#if !ENABLE(OILPAN)
-    void clear();
-#endif
 
     OwnPtrWillBeMember<HTMLImportTreeRoot> m_root;
     typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportLoader> > LoaderList;
diff --git a/chromium/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp b/chromium/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
index 674675fbff9..12c6f22be0e 100644
--- a/chromium/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
+++ b/chromium/third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp
@@ -55,9 +55,7 @@ using namespace HTMLNames;
 static const AtomicString& getMediaControlCurrentTimeDisplayElementShadowPseudoId();
 static const AtomicString& getMediaControlTimeRemainingDisplayElementShadowPseudoId();
 
-// If you change any of the following fade durations, then also update the
-// corresponding values in LayoutTests/media/media-controls.js.
-static const double fadeInDuration = 0.1;
+// This is the duration from mediaControls.css
 static const double fadeOutDuration = 0.3;
 
 MediaControlPanelElement::MediaControlPanelElement(MediaControls& mediaControls)
@@ -120,10 +118,7 @@ void MediaControlPanelElement::makeOpaque()
     if (m_opaque)
         return;
 
-    setInlineStyleProperty(CSSPropertyTransitionProperty, CSSPropertyOpacity);
-    setInlineStyleProperty(CSSPropertyTransitionDuration, fadeInDuration, CSSPrimitiveValue::CSS_S);
     setInlineStyleProperty(CSSPropertyOpacity, 1.0, CSSPrimitiveValue::CSS_NUMBER);
-
     m_opaque = true;
 
     if (m_isDisplayed)
@@ -135,8 +130,6 @@ void MediaControlPanelElement::makeTransparent()
     if (!m_opaque)
         return;
 
-    setInlineStyleProperty(CSSPropertyTransitionProperty, CSSPropertyOpacity);
-    setInlineStyleProperty(CSSPropertyTransitionDuration, fadeOutDuration, CSSPrimitiveValue::CSS_S);
     setInlineStyleProperty(CSSPropertyOpacity, 0.0, CSSPrimitiveValue::CSS_NUMBER);
 
     m_opaque = false;
diff --git a/chromium/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp b/chromium/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp
index 3e9ab2fd281..7e200bc3541 100644
--- a/chromium/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp
+++ b/chromium/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp
@@ -193,6 +193,11 @@ void RenderSliderContainer::layout()
         // so nothing else would otherwise invalidate the slider.
         paintInvalidationForWholeRenderer();
     }
+
+    // We need one-off invalidation code here because painting of the timeline element does not go through style.
+    // Instead it has a custom implementation in C++ code.
+    // Therefore the style system cannot understand when it needs to be repainted.
+    setShouldDoFullPaintInvalidationAfterLayout(true);
 }
 
 // --------------------------------
diff --git a/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp b/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
index 75e9737cd51..52029175e90 100644
--- a/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
+++ b/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
@@ -90,6 +90,17 @@ bool MixedContentChecker::canRunInsecureContentInternal(SecurityOrigin* security
     return allowed;
 }
 
+bool MixedContentChecker::canSubmitToInsecureForm(SecurityOrigin* securityOrigin, const KURL& url) const
+{
+    // For whatever reason, some folks handle forms via JavaScript, and submit to `javascript:void(0)`
+    // rather than calling `preventDefault()`. We special-case `javascript:` URLs here, as they don't
+    // introduce MixedContent for form submissions.
+    if (url.protocolIs("javascript"))
+        return true;
+
+    return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Submission);
+}
+
 void MixedContentChecker::logWarning(bool allowed, const KURL& target, const MixedContentType type) const
 {
     StringBuilder message;
diff --git a/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.h b/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.h
index e749b679e60..8fd99e66de5 100644
--- a/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.h
+++ b/chromium/third_party/WebKit/Source/core/loader/MixedContentChecker.h
@@ -49,10 +49,6 @@ public:
     {
         return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Display);
     }
-    bool canSubmitToInsecureForm(SecurityOrigin* securityOrigin, const KURL& url) const
-    {
-        return canDisplayInsecureContentInternal(securityOrigin, url, MixedContentChecker::Submission);
-    }
 
     bool canRunInsecureContent(SecurityOrigin* securityOrigin, const KURL& url) const
     {
@@ -62,6 +58,8 @@ public:
     {
         return canRunInsecureContentInternal(securityOrigin, url, MixedContentChecker::WebSocket);
     }
+
+    bool canSubmitToInsecureForm(SecurityOrigin*, const KURL&) const;
     static bool isMixedContent(SecurityOrigin*, const KURL&);
 
 private:
diff --git a/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.cpp b/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.cpp
index bce50193911..60ef7490a3c 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.cpp
+++ b/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.cpp
@@ -274,6 +274,16 @@ IntRect HitTestResult::imageRect() const
 }
 
 KURL HitTestResult::absoluteImageURL() const
+{
+    return absoluteImageURLInternal(false);
+}
+
+KURL HitTestResult::absoluteImageURLIncludingCanvasDataURL() const
+{
+    return absoluteImageURLInternal(true);
+}
+
+KURL HitTestResult::absoluteImageURLInternal(bool allowCanvas) const
 {
     if (!m_innerNonSharedNode)
         return KURL();
@@ -283,7 +293,7 @@ KURL HitTestResult::absoluteImageURL() const
         return KURL();
 
     AtomicString urlString;
-    if (isHTMLCanvasElement(*m_innerNonSharedNode)
+    if ((allowCanvas && isHTMLCanvasElement(*m_innerNonSharedNode))
         || isHTMLEmbedElement(*m_innerNonSharedNode)
         || isHTMLImageElement(*m_innerNonSharedNode)
         || isHTMLInputElement(*m_innerNonSharedNode)
diff --git a/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.h b/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.h
index 4db557a1fc1..12984ca47e6 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.h
+++ b/chromium/third_party/WebKit/Source/core/rendering/HitTestResult.h
@@ -103,6 +103,9 @@ public:
     Image* image() const;
     IntRect imageRect() const;
     KURL absoluteImageURL() const;
+    // This variant of absoluteImageURL will also convert <canvas> elements
+    // to huge image data URLs (very expensive).
+    KURL absoluteImageURLIncludingCanvasDataURL() const;
     KURL absoluteMediaURL() const;
     KURL absoluteLinkURL() const;
     String textContent() const;
@@ -125,6 +128,7 @@ public:
     Node* targetNode() const;
 
 private:
+    KURL absoluteImageURLInternal(bool allowCanvas) const;
     NodeSet& mutableRectBasedTestResult(); // See above.
     HTMLMediaElement* mediaElement() const;
 
diff --git a/chromium/third_party/WebKit/Source/core/rendering/RenderBox.cpp b/chromium/third_party/WebKit/Source/core/rendering/RenderBox.cpp
index 93d89283c7b..1804c3b5739 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/RenderBox.cpp
+++ b/chromium/third_party/WebKit/Source/core/rendering/RenderBox.cpp
@@ -4135,11 +4135,18 @@ void RenderBox::addVisualEffectOverflow()
 
     if (style()->hasOutline()) {
         LayoutUnit outlineSize = style()->outlineSize();
-
-        overflowMinX = min(overflowMinX, borderBox.x() - outlineSize);
-        overflowMaxX = max(overflowMaxX, borderBox.maxX() + outlineSize);
-        overflowMinY = min(overflowMinY, borderBox.y() - outlineSize);
-        overflowMaxY = max(overflowMaxY, borderBox.maxY() + outlineSize);
+        LayoutRect outlineBox;
+        if (style()->outlineStyleIsAuto()) {
+            Vector<IntRect> focusRingRects;
+            addFocusRingRects(focusRingRects, LayoutPoint(), this);
+            outlineBox = unionRect(focusRingRects);
+        } else {
+            outlineBox = borderBox;
+        }
+        overflowMinX = min(overflowMinX, outlineBox.x() - outlineSize);
+        overflowMaxX = max(overflowMaxX, outlineBox.maxX() + outlineSize);
+        overflowMinY = min(overflowMinY, outlineBox.y() - outlineSize);
+        overflowMaxY = max(overflowMaxY, outlineBox.maxY() + outlineSize);
     }
 
     // Add in the final overflow with shadows, outsets and outline combined.
diff --git a/chromium/third_party/WebKit/Source/core/rendering/RenderFullScreen.cpp b/chromium/third_party/WebKit/Source/core/rendering/RenderFullScreen.cpp
index 9ce9810a3ac..e76745015c6 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/RenderFullScreen.cpp
+++ b/chromium/third_party/WebKit/Source/core/rendering/RenderFullScreen.cpp
@@ -170,7 +170,7 @@ void RenderFullScreen::unwrapRenderer()
     if (placeholder())
         placeholder()->remove();
     remove();
-    FullscreenElementStack::from(document()).setFullScreenRenderer(0);
+    destroy();
 }
 
 void RenderFullScreen::setPlaceholder(RenderBlock* placeholder)
diff --git a/chromium/third_party/WebKit/Source/core/rendering/RenderInline.cpp b/chromium/third_party/WebKit/Source/core/rendering/RenderInline.cpp
index 80664b5e3b1..79bca9cc5af 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/RenderInline.cpp
+++ b/chromium/third_party/WebKit/Source/core/rendering/RenderInline.cpp
@@ -147,16 +147,29 @@ static RenderObject* inFlowPositionedInlineAncestor(RenderObject* p)
 static void updateStyleOfAnonymousBlockContinuations(RenderObject* block, const RenderStyle* newStyle, const RenderStyle* oldStyle)
 {
     for (;block && block->isAnonymousBlock(); block = block->nextSibling()) {
-        if (!toRenderBlock(block)->isAnonymousBlockContinuation() || block->style()->position() == newStyle->position())
+        if (!toRenderBlock(block)->isAnonymousBlockContinuation())
             continue;
-        // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then
-        // their containing anonymous block should keep its in-flow positioning.
+
         RenderInline* cont = toRenderBlock(block)->inlineElementContinuation();
-        if (oldStyle->hasInFlowPosition() && inFlowPositionedInlineAncestor(cont))
-            continue;
         RefPtr<RenderStyle> blockStyle = RenderStyle::createAnonymousStyleWithDisplay(block->style(), BLOCK);
-        blockStyle->setPosition(newStyle->position());
-        block->setStyle(blockStyle);
+
+        if (!block->style()->isOutlineEquivalent(newStyle)) {
+            blockStyle->setOutlineWidth(newStyle->outlineWidth());
+            blockStyle->setOutlineStyle(newStyle->outlineStyle());
+            blockStyle->setOutlineOffset(newStyle->outlineOffset());
+            blockStyle->setOutlineColor(block->resolveColor(newStyle, CSSPropertyOutlineColor));
+            blockStyle->setOutlineStyleIsAuto(newStyle->outlineStyleIsAuto());
+            block->setStyle(blockStyle);
+        }
+
+        if (block->style()->position() != newStyle->position()) {
+            // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then
+            // their containing anonymous block should keep its in-flow positioning.
+            if (oldStyle->hasInFlowPosition() && inFlowPositionedInlineAncestor(cont))
+                continue;
+            blockStyle->setPosition(newStyle->position());
+            block->setStyle(blockStyle);
+        }
     }
 }
 
@@ -181,12 +194,13 @@ void RenderInline::styleDidChange(StyleDifference diff, const RenderStyle* oldSt
 
     // If an inline's in-flow positioning has changed then any descendant blocks will need to change their in-flow positioning accordingly.
     // Do this by updating the position of the descendant blocks' containing anonymous blocks - there may be more than one.
-    if (continuation && oldStyle && newStyle->position() != oldStyle->position()
-        && (newStyle->hasInFlowPosition() || oldStyle->hasInFlowPosition())) {
+    if (continuation && oldStyle
+        && (!newStyle->isOutlineEquivalent(oldStyle)
+            || (newStyle->position() != oldStyle->position() && (newStyle->hasInFlowPosition() || oldStyle->hasInFlowPosition())))) {
         // If any descendant blocks exist then they will be in the next anonymous block and its siblings.
         RenderObject* block = containingBlock()->nextSibling();
-        ASSERT(block && block->isAnonymousBlock());
-        updateStyleOfAnonymousBlockContinuations(block, newStyle, oldStyle);
+        if (block && block->isAnonymousBlock())
+            updateStyleOfAnonymousBlockContinuations(block, newStyle, oldStyle);
     }
 
     if (!m_alwaysCreateLineBoxes) {
diff --git a/chromium/third_party/WebKit/Source/core/rendering/RenderObject.cpp b/chromium/third_party/WebKit/Source/core/rendering/RenderObject.cpp
index 90af71bf364..ccabfcd356b 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/RenderObject.cpp
+++ b/chromium/third_party/WebKit/Source/core/rendering/RenderObject.cpp
@@ -2148,7 +2148,9 @@ void RenderObject::setStyle(PassRefPtr<RenderStyle> style)
             container->setNeedsOverflowRecalcAfterStyleChange();
     }
 
-    if (updatedDiff.needsRepaint()) {
+    if (updatedDiff.needsRepaintLayer()) {
+        toRenderLayerModelObject(this)->layer()->repainter().repaintIncludingNonCompositingDescendants();
+    } else if (updatedDiff.needsRepaint()) {
         // Invalidate paints with the new style, e.g., for example if we go from not having
         // an outline to having an outline.
         if (RuntimeEnabledFeatures::repaintAfterLayoutEnabled() && needsLayout())
diff --git a/chromium/third_party/WebKit/Source/core/rendering/compositing/RenderLayerCompositor.cpp b/chromium/third_party/WebKit/Source/core/rendering/compositing/RenderLayerCompositor.cpp
index 5d35300f2a7..925084c20c3 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/compositing/RenderLayerCompositor.cpp
+++ b/chromium/third_party/WebKit/Source/core/rendering/compositing/RenderLayerCompositor.cpp
@@ -390,6 +390,9 @@ bool RenderLayerCompositor::allocateOrClearCompositedLayerMapping(RenderLayer* l
         ASSERT(!layer->hasCompositedLayerMapping());
         setCompositingModeEnabled(true);
 
+        // If we need to repaint, do so before allocating the compositedLayerMapping and clearing out the groupedMapping.
+        repaintOnCompositingChange(layer);
+
         // If this layer was previously squashed, we need to remove its reference to a groupedMapping right away, so
         // that computing repaint rects will know the layer's correct compositingState.
         // FIXME: do we need to also remove the layer from it's location in the squashing list of its groupedMapping?
@@ -398,8 +401,6 @@ bool RenderLayerCompositor::allocateOrClearCompositedLayerMapping(RenderLayer* l
         layer->setLostGroupedMapping(false);
         layer->setGroupedMapping(0);
 
-        // If we need to repaint, do so before allocating the compositedLayerMapping
-        repaintOnCompositingChange(layer);
         layer->ensureCompositedLayerMapping();
         compositedLayerMappingChanged = true;
 
diff --git a/chromium/third_party/WebKit/Source/core/rendering/style/RenderStyle.h b/chromium/third_party/WebKit/Source/core/rendering/style/RenderStyle.h
index 543c815d06d..ba527a545af 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/style/RenderStyle.h
+++ b/chromium/third_party/WebKit/Source/core/rendering/style/RenderStyle.h
@@ -1084,6 +1084,13 @@ public:
     void setOutlineStyleIsAuto(OutlineIsAuto isAuto) { SET_VAR(m_background, m_outline.m_isAuto, isAuto); }
     void setOutlineStyle(EBorderStyle v) { SET_VAR(m_background, m_outline.m_style, v); }
     void setOutlineColor(const StyleColor& v) { SET_BORDERVALUE_COLOR(m_background, m_outline, v); }
+    bool isOutlineEquivalent(const RenderStyle* otherStyle) const
+    {
+        // No other style, so we don't have an outline then we consider them to be the same.
+        if (!otherStyle)
+            return !hasOutline();
+        return m_background->outline().visuallyEqual(otherStyle->m_background->outline());
+    }
 
     void setOverflowX(EOverflow v) { noninherited_flags._overflowX = v; }
     void setOverflowY(EOverflow v) { noninherited_flags._overflowY = v; }
diff --git a/chromium/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceFilter.cpp b/chromium/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
index 80f0a30a0c2..744419fc618 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
+++ b/chromium/third_party/WebKit/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
@@ -146,10 +146,16 @@ static void beginDeferredFilter(GraphicsContext* context, FilterData* filterData
         filterData->filter->enableCache();
     FloatRect boundaries = enclosingIntRect(filterData->boundaries);
     context->save();
-    float scaledArea = boundaries.width() * boundaries.height();
+
+    FloatSize deviceSize = context->getCTM().mapSize(boundaries.size());
+    float scaledArea = deviceSize.width() * deviceSize.height();
 
     // If area of scaled size is bigger than the upper limit, adjust the scale
-    // to fit.
+    // to fit. Note that this only really matters in the non-impl-side painting
+    // case, since the impl-side case never allocates a full-sized backing
+    // store, only tile-sized.
+    // FIXME: remove this once all platforms are using impl-side painting.
+    // crbug.com/169282.
     if (scaledArea > FilterEffect::maxFilterArea()) {
         float scale = sqrtf(FilterEffect::maxFilterArea() / scaledArea);
         context->scale(scale, scale);
diff --git a/chromium/third_party/WebKit/Source/platform/fonts/Character.cpp b/chromium/third_party/WebKit/Source/platform/fonts/Character.cpp
index a9898c953b1..40ccd3ee22f 100644
--- a/chromium/third_party/WebKit/Source/platform/fonts/Character.cpp
+++ b/chromium/third_party/WebKit/Source/platform/fonts/Character.cpp
@@ -112,12 +112,6 @@ CodePath Character::characterRangeCodePath(const UChar* characters, unsigned len
         0x1A00, 0x1CFF,
         // U+1DC0 through U+1DFF Comining diacritical mark supplement
         0x1DC0, 0x1DFF,
-        // RIGHT-TO-LEFT MARK
-        0x200B, 0x200F,
-        // RIGHT-TO-LEFT OVERRIDE
-        0x202A, 0x202E,
-        // Nominal Digit Shape
-        0x2060, 0x206F,
         // U+20D0 through U+20FF Combining marks for symbols
         0x20D0, 0x20FF,
         // U+2CEF through U+2CF1 Combining marks for Coptic
diff --git a/chromium/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/chromium/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 4993b76c5ff..5991c024d82 100644
--- a/chromium/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/chromium/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -313,6 +313,9 @@ public:
 
     PassRefPtr<WebCore::LocalFrame> initializeAsChildFrame(WebCore::FrameHost*, WebCore::FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
 
+    // Returns a hit-tested VisiblePosition for the given point
+    WebCore::VisiblePosition visiblePositionForWindowPoint(const WebPoint&);
+
 private:
     friend class FrameLoaderClientImpl;
 
@@ -323,9 +326,6 @@ private:
 
     void loadJavaScriptURL(const WebCore::KURL&);
 
-    // Returns a hit-tested VisiblePosition for the given point
-    WebCore::VisiblePosition visiblePositionForWindowPoint(const WebPoint&);
-
     WebPlugin* focusedPluginIfInputMethodSupported();
 
     FrameLoaderClientImpl m_frameLoaderClientImpl;
diff --git a/chromium/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/chromium/third_party/WebKit/Source/web/WebSettingsImpl.cpp
index be306879779..55b2276cd8c 100644
--- a/chromium/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/chromium/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -661,6 +661,11 @@ void WebSettingsImpl::setGestureTapHighlightEnabled(bool enableHighlight)
     m_gestureTapHighlightEnabled = enableHighlight;
 }
 
+void WebSettingsImpl::setForceZeroLayoutHeight(bool enabled)
+{
+    m_settings->setForceZeroLayoutHeight(enabled);
+}
+
 void WebSettingsImpl::setAllowCustomScrollbarInMainFrame(bool enabled)
 {
     m_settings->setAllowCustomScrollbarInMainFrame(enabled);
diff --git a/chromium/third_party/WebKit/Source/web/WebSettingsImpl.h b/chromium/third_party/WebKit/Source/web/WebSettingsImpl.h
index 45b0dfe38be..26dd7e381ec 100644
--- a/chromium/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/chromium/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -100,6 +100,7 @@ public:
     virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
     virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) OVERRIDE;
     virtual void setGestureTapHighlightEnabled(bool) OVERRIDE;
+    virtual void setForceZeroLayoutHeight(bool) OVERRIDE;
     virtual void setHyperlinkAuditingEnabled(bool) OVERRIDE;
     virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) OVERRIDE;
     virtual void setImagesEnabled(bool) OVERRIDE;
diff --git a/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp b/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp
index 26b579f2337..2c161229cc5 100644
--- a/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/chromium/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -40,8 +40,10 @@
 #include "core/dom/Text.h"
 #include "core/editing/Editor.h"
 #include "core/editing/FrameSelection.h"
+#include "core/editing/HTMLInterchange.h"
 #include "core/editing/InputMethodController.h"
 #include "core/editing/TextIterator.h"
+#include "core/editing/markup.h"
 #include "core/events/KeyboardEvent.h"
 #include "core/events/WheelEvent.h"
 #include "core/frame/EventHandlerRegistry.h"
@@ -3030,6 +3032,9 @@ void WebViewImpl::updateMainFrameLayoutSize()
         }
     }
 
+    if (page()->settings().forceZeroLayoutHeight())
+        layoutSize.height = 0;
+
     view->setLayoutSize(layoutSize);
 }
 
@@ -3179,7 +3184,7 @@ void WebViewImpl::copyImageAt(const WebPoint& point)
 
     HitTestResult result = hitTestResultForWindowPos(point);
 
-    if (result.absoluteImageURL().isEmpty()) {
+    if (result.absoluteImageURLIncludingCanvasDataURL().isEmpty()) {
         // There isn't actually an image at these coordinates.  Might be because
         // the window scrolled while the context menu was open or because the page
         // changed itself between when we thought there was an image here and when
@@ -3198,7 +3203,7 @@ void WebViewImpl::saveImageAt(const WebPoint& point)
     if (!m_page)
         return;
 
-    KURL url = hitTestResultForWindowPos(point).absoluteImageURL();
+    KURL url = hitTestResultForWindowPos(point).absoluteImageURLIncludingCanvasDataURL();
 
     if (url.isEmpty())
         return;
@@ -3495,12 +3500,48 @@ void WebViewImpl::showContextMenu()
     m_contextMenuAllowed = false;
 }
 
+// FIXME: This should be removed when the chromium side patch lands
+// http://codereview.chromium.org/260623004
 WebString WebViewImpl::getSmartClipData(WebRect rect)
+{
+    return WebString();
+}
+
+void WebViewImpl::getSmartClipData(WebRect rect, WebString& clipText, WebRect& clipRect)
 {
     LocalFrame* frame = toLocalFrame(focusedWebCoreFrame());
     if (!frame)
-        return WebString();
-    return WebCore::SmartClip(frame).dataForRect(rect).toString();
+        return;
+    SmartClipData clipData = WebCore::SmartClip(frame).dataForRect(rect);
+    clipText = clipData.clipData();
+    clipRect = clipData.rect();
+}
+
+void WebViewImpl::extractSmartClipData(WebRect rect, WebString& clipText, WebString& clipHtml, WebRect& clipRect)
+{
+    LocalFrame* localFrame = toLocalFrame(focusedWebCoreFrame());
+    if (!localFrame)
+        return;
+    SmartClipData clipData = WebCore::SmartClip(localFrame).dataForRect(rect);
+    clipText = clipData.clipData();
+    clipRect = clipData.rect();
+
+    WebLocalFrameImpl* frame = mainFrameImpl();
+    if (!frame)
+        return;
+    WebPoint startPoint(rect.x, rect.y);
+    WebPoint endPoint(rect.x + rect.width, rect.y + rect.height);
+    VisiblePosition startVisiblePosition = frame->visiblePositionForWindowPoint(startPoint);
+    VisiblePosition endVisiblePosition = frame->visiblePositionForWindowPoint(endPoint);
+
+    Position startPosition = startVisiblePosition.deepEquivalent();
+    Position endPosition = endVisiblePosition.deepEquivalent();
+
+    RefPtr<Range> range = Range::create(*startPosition.document(), startPosition, endPosition);
+    if (!range)
+        return;
+
+    clipHtml = createMarkup(range.get(), 0, AnnotateForInterchange, false, ResolveNonLocalURLs);
 }
 
 void WebViewImpl::hidePopups()
diff --git a/chromium/third_party/WebKit/Source/web/WebViewImpl.h b/chromium/third_party/WebKit/Source/web/WebViewImpl.h
index 66ec1029bba..9b42e4ae749 100644
--- a/chromium/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/chromium/third_party/WebKit/Source/web/WebViewImpl.h
@@ -245,7 +245,11 @@ public:
                                     unsigned inactiveForegroundColor) OVERRIDE;
     virtual void performCustomContextMenuAction(unsigned action) OVERRIDE;
     virtual void showContextMenu() OVERRIDE;
+    // FIXME: This should be removed when the chromium side patch lands
+    // http://codereview.chromium.org/260623004
     virtual WebString getSmartClipData(WebRect) OVERRIDE;
+    virtual void getSmartClipData(WebRect, WebString&, WebRect&) OVERRIDE;
+    virtual void extractSmartClipData(WebRect, WebString&, WebString&, WebRect&) OVERRIDE;
     virtual void hidePopups() OVERRIDE;
     virtual void addPageOverlay(WebPageOverlay*, int /* zOrder */) OVERRIDE;
     virtual void removePageOverlay(WebPageOverlay*) OVERRIDE;
diff --git a/chromium/third_party/WebKit/public/web/WebSettings.h b/chromium/third_party/WebKit/public/web/WebSettings.h
index 3ea9d69d5ce..95c85a35d81 100644
--- a/chromium/third_party/WebKit/public/web/WebSettings.h
+++ b/chromium/third_party/WebKit/public/web/WebSettings.h
@@ -123,6 +123,7 @@ public:
     virtual void setFantasyFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
     virtual void setFixedFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
     virtual void setGestureTapHighlightEnabled(bool) = 0;
+    virtual void setForceZeroLayoutHeight(bool) = 0;
     virtual void setHyperlinkAuditingEnabled(bool) = 0;
     virtual void setIgnoreMainFrameOverflowHiddenQuirk(bool) = 0;
     virtual void setImagesEnabled(bool) = 0;
diff --git a/chromium/third_party/WebKit/public/web/WebView.h b/chromium/third_party/WebKit/public/web/WebView.h
index 098baacc4a5..a0525bc46c3 100644
--- a/chromium/third_party/WebKit/public/web/WebView.h
+++ b/chromium/third_party/WebKit/public/web/WebView.h
@@ -409,8 +409,14 @@ public:
 
     // SmartClip support ---------------------------------------------------
 
+    // FIXME: This should be removed when the chromium side patch lands
+    // http://codereview.chromium.org/260623004
     virtual WebString getSmartClipData(WebRect) = 0;
 
+    // TODO(changwan): remove this
+    virtual void getSmartClipData(WebRect, WebString&, WebRect& resultRect) = 0;
+    virtual void extractSmartClipData(WebRect initRect, WebString& text, WebString& html, WebRect& resultRect) = 0;
+
 
     // Popup menu ----------------------------------------------------------
 
diff --git a/chromium/third_party/angle/src/compiler/translator/OutputHLSL.cpp b/chromium/third_party/angle/src/compiler/translator/OutputHLSL.cpp
index 5520c861b4d..5cc2c141589 100644
--- a/chromium/third_party/angle/src/compiler/translator/OutputHLSL.cpp
+++ b/chromium/third_party/angle/src/compiler/translator/OutputHLSL.cpp
@@ -582,7 +582,11 @@ void OutputHLSL::header()
         else
         {
             const TStructure *structure = type.getStruct();
-            const TString &typeName = (structure ? structureTypeName(*structure, false, false) : typeString(type));
+            // If this is a nameless struct, we need to use its full definition, rather than its (empty) name.
+            // TypeString() will invoke defineNameless in this case, but layout qualifiers, if relevant, will not
+            // be taken into account.
+            const TString &typeName = ((structure && !structure->name().empty()) ?
+                                        structureTypeName(*structure, false, false) : typeString(type));
 
             const TString &registerString = TString("register(") + RegisterPrefix(type) + str(registerIndex) + ")";
 
diff --git a/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.cpp b/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.cpp
index b8c7fa977c0..fdd798915c3 100644
--- a/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.cpp
+++ b/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.cpp
@@ -1,6 +1,6 @@
 #include "precompiled.h"
 //
-// Copyright (c) 2002-2012 The ANGLE Project Authors. All rights reserved.
+// Copyright (c) 2002-2014 The ANGLE Project Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 //
@@ -15,6 +15,7 @@
 #include "libGLESv2/main.h"
 #include "libGLESv2/formatutils.h"
 #include "libGLESv2/renderer/IndexBuffer.h"
+#include "libGLESv2/renderer/Renderer.h"
 
 namespace rx
 {
@@ -54,10 +55,11 @@ IndexDataManager::~IndexDataManager()
     delete mCountingBuffer;
 }
 
-static void convertIndices(GLenum type, const void *input, GLsizei count, void *output)
+static void convertIndices(GLenum sourceType, GLenum destinationType, const void *input, GLsizei count, void *output)
 {
-    if (type == GL_UNSIGNED_BYTE)
+    if (sourceType == GL_UNSIGNED_BYTE)
     {
+        ASSERT(destinationType == GL_UNSIGNED_SHORT);
         const GLubyte *in = static_cast<const GLubyte*>(input);
         GLushort *out = static_cast<GLushort*>(output);
 
@@ -66,13 +68,28 @@ static void convertIndices(GLenum type, const void *input, GLsizei count, void *
             out[i] = in[i];
         }
     }
-    else if (type == GL_UNSIGNED_INT)
+    else if (sourceType == GL_UNSIGNED_INT)
     {
+        ASSERT(destinationType == GL_UNSIGNED_INT);
         memcpy(output, input, count * sizeof(GLuint));
     }
-    else if (type == GL_UNSIGNED_SHORT)
+    else if (sourceType == GL_UNSIGNED_SHORT)
     {
-        memcpy(output, input, count * sizeof(GLushort));
+        if (destinationType == GL_UNSIGNED_SHORT)
+        {
+            memcpy(output, input, count * sizeof(GLushort));
+        }
+        else if (destinationType == GL_UNSIGNED_INT)
+        {
+            const GLushort *in = static_cast<const GLushort*>(input);
+            GLuint *out = static_cast<GLuint*>(output);
+
+            for (GLsizei i = 0; i < count; i++)
+            {
+                out[i] = in[i];
+            }
+        }
+        else UNREACHABLE();
     }
     else UNREACHABLE();
 }
@@ -155,21 +172,18 @@ GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, gl::Buffer
         indices = static_cast<const GLubyte*>(storage->getData()) + offset;
     }
 
-    StreamingIndexBufferInterface *streamingBuffer = (type == GL_UNSIGNED_INT) ? mStreamingBufferInt : mStreamingBufferShort;
-
     StaticIndexBufferInterface *staticBuffer = buffer ? buffer->getStaticIndexBuffer() : NULL;
-    IndexBufferInterface *indexBuffer = streamingBuffer;
+    IndexBufferInterface *indexBuffer = NULL;
     bool directStorage = alignedOffset && storage && storage->supportsDirectBinding() &&
                          destinationIndexType == type;
     unsigned int streamOffset = 0;
 
     if (directStorage)
     {
-        indexBuffer = streamingBuffer;
         streamOffset = offset;
 
         if (!buffer->getIndexRangeCache()->findRange(type, offset, count, &translated->minIndex,
-                                                     &translated->maxIndex, NULL))
+            &translated->maxIndex, NULL))
         {
             computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
             buffer->getIndexRangeCache()->addRange(type, offset, count, translated->minIndex,
@@ -191,6 +205,22 @@ GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, gl::Buffer
     }
     else
     {
+        computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
+    }
+
+    // Avoid D3D11's primitive restart index value
+    // see http://msdn.microsoft.com/en-us/library/windows/desktop/bb205124(v=vs.85).aspx
+    if (translated->maxIndex == 0xFFFF && type == GL_UNSIGNED_SHORT && mRenderer->getMajorShaderModel() > 3)
+    {
+        destinationIndexType = GL_UNSIGNED_INT;
+        directStorage = false;
+        indexBuffer = NULL;
+    }
+
+    if (!directStorage && !indexBuffer)
+    {
+        indexBuffer = (destinationIndexType == GL_UNSIGNED_INT) ? mStreamingBufferInt : mStreamingBufferShort;
+
         unsigned int convertCount = count;
 
         if (staticBuffer)
@@ -234,7 +264,7 @@ GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, gl::Buffer
             return GL_OUT_OF_MEMORY;
         }
 
-        convertIndices(type, staticBuffer ? storage->getData() : indices, convertCount, output);
+        convertIndices(type, destinationIndexType, staticBuffer ? storage->getData() : indices, convertCount, output);
 
         if (!indexBuffer->unmapBuffer())
         {
@@ -242,8 +272,6 @@ GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, gl::Buffer
             return GL_OUT_OF_MEMORY;
         }
 
-        computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
-
         if (staticBuffer)
         {
             streamOffset = (offset / gl::GetTypeBytes(type)) * gl::GetTypeBytes(destinationIndexType);
@@ -253,10 +281,11 @@ GLenum IndexDataManager::prepareIndexData(GLenum type, GLsizei count, gl::Buffer
     }
 
     translated->storage = directStorage ? storage : NULL;
-    translated->indexBuffer = indexBuffer->getIndexBuffer();
+    translated->indexBuffer = indexBuffer ? indexBuffer->getIndexBuffer() : NULL;
     translated->serial = directStorage ? storage->getSerial() : indexBuffer->getSerial();
     translated->startIndex = streamOffset / gl::GetTypeBytes(destinationIndexType);
     translated->startOffset = streamOffset;
+    translated->indexType = destinationIndexType;
 
     if (buffer)
     {
diff --git a/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.h b/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.h
index 0e77c81d1bb..70c7bf3775c 100644
--- a/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.h
+++ b/chromium/third_party/angle/src/libGLESv2/renderer/IndexDataManager.h
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2002-2012 The ANGLE Project Authors. All rights reserved.
+// Copyright (c) 2002-2014 The ANGLE Project Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 //
@@ -39,6 +39,7 @@ struct TranslatedIndexData
 
     IndexBuffer *indexBuffer;
     BufferStorage *storage;
+    GLenum indexType;
     unsigned int serial;
 };
 
diff --git a/chromium/third_party/angle/src/libGLESv2/renderer/d3d11/Renderer11.cpp b/chromium/third_party/angle/src/libGLESv2/renderer/d3d11/Renderer11.cpp
index c0ad111e8a9..f02e334f30e 100644
--- a/chromium/third_party/angle/src/libGLESv2/renderer/d3d11/Renderer11.cpp
+++ b/chromium/third_party/angle/src/libGLESv2/renderer/d3d11/Renderer11.cpp
@@ -1137,10 +1137,8 @@ GLenum Renderer11::applyIndexBuffer(const GLvoid *indices, gl::Buffer *elementAr
 
     if (err == GL_NO_ERROR)
     {
-        IndexBuffer11* indexBuffer = IndexBuffer11::makeIndexBuffer11(indexInfo->indexBuffer);
-
         ID3D11Buffer *buffer = NULL;
-        DXGI_FORMAT bufferFormat = indexBuffer->getIndexFormat();
+        DXGI_FORMAT bufferFormat = (indexInfo->indexType == GL_UNSIGNED_INT) ? DXGI_FORMAT_R32_UINT : DXGI_FORMAT_R16_UINT;
 
         if (indexInfo->storage)
         {
@@ -1149,6 +1147,7 @@ GLenum Renderer11::applyIndexBuffer(const GLvoid *indices, gl::Buffer *elementAr
         }
         else
         {
+            IndexBuffer11* indexBuffer = IndexBuffer11::makeIndexBuffer11(indexInfo->indexBuffer);
             buffer = indexBuffer->getBuffer();
         }
 
@@ -1372,7 +1371,7 @@ void Renderer11::drawLineLoop(GLsizei count, GLenum type, const GLvoid *indices,
 
     if (mAppliedIB != d3dIndexBuffer || mAppliedIBFormat != indexFormat || mAppliedIBOffset != indexBufferOffset)
     {
-        mDeviceContext->IASetIndexBuffer(indexBuffer->getBuffer(), indexBuffer->getIndexFormat(), indexBufferOffset);
+        mDeviceContext->IASetIndexBuffer(d3dIndexBuffer, indexFormat, indexBufferOffset);
         mAppliedIB = d3dIndexBuffer;
         mAppliedIBFormat = indexFormat;
         mAppliedIBOffset = indexBufferOffset;
@@ -1483,7 +1482,7 @@ void Renderer11::drawTriangleFan(GLsizei count, GLenum type, const GLvoid *indic
 
     if (mAppliedIB != d3dIndexBuffer || mAppliedIBFormat != indexFormat || mAppliedIBOffset != indexBufferOffset)
     {
-        mDeviceContext->IASetIndexBuffer(indexBuffer->getBuffer(), indexBuffer->getIndexFormat(), indexBufferOffset);
+        mDeviceContext->IASetIndexBuffer(d3dIndexBuffer, indexFormat, indexBufferOffset);
         mAppliedIB = d3dIndexBuffer;
         mAppliedIBFormat = indexFormat;
         mAppliedIBOffset = indexBufferOffset;
diff --git a/chromium/third_party/brotli/src/README b/chromium/third_party/brotli/src/README
index 2c13f3e4c9c..df97cc2dd58 100644
--- a/chromium/third_party/brotli/src/README
+++ b/chromium/third_party/brotli/src/README
@@ -1,4 +1,4 @@
-This is a README for the font compression reference code. There are several
+This is a README for the font compression reference code. There are several
 compression related modules in this repository.
 
 brotli/ contains reference code for the Brotli byte-level compression
diff --git a/chromium/third_party/freetype2/src/builds/wince/vc2005-ce/freetype.sln b/chromium/third_party/freetype2/src/builds/wince/vc2005-ce/freetype.sln
index 108ae7c04a7..67b2216dcd5 100644
--- a/chromium/third_party/freetype2/src/builds/wince/vc2005-ce/freetype.sln
+++ b/chromium/third_party/freetype2/src/builds/wince/vc2005-ce/freetype.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "freetype.vcproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
diff --git a/chromium/third_party/freetype2/src/builds/wince/vc2008-ce/freetype.sln b/chromium/third_party/freetype2/src/builds/wince/vc2008-ce/freetype.sln
index e3eb92174c7..0468e903b71 100644
--- a/chromium/third_party/freetype2/src/builds/wince/vc2008-ce/freetype.sln
+++ b/chromium/third_party/freetype2/src/builds/wince/vc2008-ce/freetype.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", "freetype.vcproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
diff --git a/chromium/third_party/icu/build/icudt_build.sln b/chromium/third_party/icu/build/icudt_build.sln
index 49bb3379c66..c521140ae50 100644
--- a/chromium/third_party/icu/build/icudt_build.sln
+++ b/chromium/third_party/icu/build/icudt_build.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{D789450C-31D8-4EB4-85FE-E9EE077173F0}"
diff --git a/chromium/third_party/icu/source/common/common.vcxproj b/chromium/third_party/icu/source/common/common.vcxproj
index 9a2b92e6147..c26ad5d7353 100644
--- a/chromium/third_party/icu/source/common/common.vcxproj
+++ b/chromium/third_party/icu/source/common/common.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/common/common.vcxproj.filters b/chromium/third_party/icu/source/common/common.vcxproj.filters
index 007cd90d3c0..3b5404b8b63 100644
--- a/chromium/third_party/icu/source/common/common.vcxproj.filters
+++ b/chromium/third_party/icu/source/common/common.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="bidi">
diff --git a/chromium/third_party/icu/source/data/brkitr/cjdict.txt b/chromium/third_party/icu/source/data/brkitr/cjdict.txt
index bc8ba6ba035..34a272344e3 100644
--- a/chromium/third_party/icu/source/data/brkitr/cjdict.txt
+++ b/chromium/third_party/icu/source/data/brkitr/cjdict.txt
@@ -1,4 +1,4 @@
-	The Google Chrome software developed by Google is licensed under the BSD license. Other software included in this distribution is provided under other licenses, as set forth below.
+	The Google Chrome software developed by Google is licensed under the BSD license. Other software included in this distribution is provided under other licenses, as set forth below.
 	
 	The BSD License
 	http://opensource.org/licenses/bsd-license.php 
diff --git a/chromium/third_party/icu/source/data/brkitr/el.txt b/chromium/third_party/icu/source/data/brkitr/el.txt
index 0f1c8bb143a..623035218e3 100644
--- a/chromium/third_party/icu/source/data/brkitr/el.txt
+++ b/chromium/third_party/icu/source/data/brkitr/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/en.txt b/chromium/third_party/icu/source/data/brkitr/en.txt
index 155f47b4fd4..f365324eece 100644
--- a/chromium/third_party/icu/source/data/brkitr/en.txt
+++ b/chromium/third_party/icu/source/data/brkitr/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/en_US.txt b/chromium/third_party/icu/source/data/brkitr/en_US.txt
index 8113c3a29bb..6b75a7cfb3b 100644
--- a/chromium/third_party/icu/source/data/brkitr/en_US.txt
+++ b/chromium/third_party/icu/source/data/brkitr/en_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/en_US_POSIX.txt b/chromium/third_party/icu/source/data/brkitr/en_US_POSIX.txt
index f5363b57bb6..33eec92f5df 100644
--- a/chromium/third_party/icu/source/data/brkitr/en_US_POSIX.txt
+++ b/chromium/third_party/icu/source/data/brkitr/en_US_POSIX.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/fi.txt b/chromium/third_party/icu/source/data/brkitr/fi.txt
index 208f2d8e902..16dd52d34bb 100644
--- a/chromium/third_party/icu/source/data/brkitr/fi.txt
+++ b/chromium/third_party/icu/source/data/brkitr/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/he.txt b/chromium/third_party/icu/source/data/brkitr/he.txt
index a6bfabe779e..ec34daf6230 100644
--- a/chromium/third_party/icu/source/data/brkitr/he.txt
+++ b/chromium/third_party/icu/source/data/brkitr/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/ja.txt b/chromium/third_party/icu/source/data/brkitr/ja.txt
index a2163bde8ac..a2d2e49bbeb 100644
--- a/chromium/third_party/icu/source/data/brkitr/ja.txt
+++ b/chromium/third_party/icu/source/data/brkitr/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/root.txt b/chromium/third_party/icu/source/data/brkitr/root.txt
index 80f5801158a..fb83ac39af6 100644
--- a/chromium/third_party/icu/source/data/brkitr/root.txt
+++ b/chromium/third_party/icu/source/data/brkitr/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/th.txt b/chromium/third_party/icu/source/data/brkitr/th.txt
index fab3d634474..ae247eb3b46 100644
--- a/chromium/third_party/icu/source/data/brkitr/th.txt
+++ b/chromium/third_party/icu/source/data/brkitr/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/brkitr/thaidict.txt b/chromium/third_party/icu/source/data/brkitr/thaidict.txt
index 4d3328ab888..a53125f04a9 100644
--- a/chromium/third_party/icu/source/data/brkitr/thaidict.txt
+++ b/chromium/third_party/icu/source/data/brkitr/thaidict.txt
@@ -1,4 +1,4 @@
-	Copyright (c) 2006 International Business Machines Corporation,
+	Copyright (c) 2006 International Business Machines Corporation,
 	Apple Computer, Inc., and others. All Rights Reserved.
 กก
 กกขนาก
diff --git a/chromium/third_party/icu/source/data/coll/af.txt b/chromium/third_party/icu/source/data/coll/af.txt
index c8c354a317b..864e88b8c89 100644
--- a/chromium/third_party/icu/source/data/coll/af.txt
+++ b/chromium/third_party/icu/source/data/coll/af.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/af_NA.txt b/chromium/third_party/icu/source/data/coll/af_NA.txt
index a1921f167e2..c3fee36924d 100644
--- a/chromium/third_party/icu/source/data/coll/af_NA.txt
+++ b/chromium/third_party/icu/source/data/coll/af_NA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/af_ZA.txt b/chromium/third_party/icu/source/data/coll/af_ZA.txt
index 82a160560f5..ca7db9d0efb 100644
--- a/chromium/third_party/icu/source/data/coll/af_ZA.txt
+++ b/chromium/third_party/icu/source/data/coll/af_ZA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar.txt b/chromium/third_party/icu/source/data/coll/ar.txt
index 7b67ba7f758..ac0fc06f481 100644
--- a/chromium/third_party/icu/source/data/coll/ar.txt
+++ b/chromium/third_party/icu/source/data/coll/ar.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_AE.txt b/chromium/third_party/icu/source/data/coll/ar_AE.txt
index 828ff57fa83..0d536b3c1b5 100644
--- a/chromium/third_party/icu/source/data/coll/ar_AE.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_AE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_BH.txt b/chromium/third_party/icu/source/data/coll/ar_BH.txt
index d3b8758c36a..3083800cd2d 100644
--- a/chromium/third_party/icu/source/data/coll/ar_BH.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_BH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_DZ.txt b/chromium/third_party/icu/source/data/coll/ar_DZ.txt
index b7f3ab5ffa4..ec6389feb27 100644
--- a/chromium/third_party/icu/source/data/coll/ar_DZ.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_DZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_EG.txt b/chromium/third_party/icu/source/data/coll/ar_EG.txt
index 8d501033155..7902ce57ea9 100644
--- a/chromium/third_party/icu/source/data/coll/ar_EG.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_EG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_IQ.txt b/chromium/third_party/icu/source/data/coll/ar_IQ.txt
index 56cfda5e024..541f9413757 100644
--- a/chromium/third_party/icu/source/data/coll/ar_IQ.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_IQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_JO.txt b/chromium/third_party/icu/source/data/coll/ar_JO.txt
index 9d5c839e531..a4348ef8cb4 100644
--- a/chromium/third_party/icu/source/data/coll/ar_JO.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_JO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_KW.txt b/chromium/third_party/icu/source/data/coll/ar_KW.txt
index cf9afcd5037..c935524cecd 100644
--- a/chromium/third_party/icu/source/data/coll/ar_KW.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_KW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_LB.txt b/chromium/third_party/icu/source/data/coll/ar_LB.txt
index a7a3adffb92..b3e69818095 100644
--- a/chromium/third_party/icu/source/data/coll/ar_LB.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_LB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_LY.txt b/chromium/third_party/icu/source/data/coll/ar_LY.txt
index 603d568d39a..64965aea196 100644
--- a/chromium/third_party/icu/source/data/coll/ar_LY.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_LY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_MA.txt b/chromium/third_party/icu/source/data/coll/ar_MA.txt
index fdd5a996c41..aa532bb8660 100644
--- a/chromium/third_party/icu/source/data/coll/ar_MA.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_OM.txt b/chromium/third_party/icu/source/data/coll/ar_OM.txt
index 887c2d54145..3196591c021 100644
--- a/chromium/third_party/icu/source/data/coll/ar_OM.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_OM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_QA.txt b/chromium/third_party/icu/source/data/coll/ar_QA.txt
index 02f9e987e2f..7e55df53009 100644
--- a/chromium/third_party/icu/source/data/coll/ar_QA.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_QA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_SA.txt b/chromium/third_party/icu/source/data/coll/ar_SA.txt
index aebc1218cc9..ab395363498 100644
--- a/chromium/third_party/icu/source/data/coll/ar_SA.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_SA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_SD.txt b/chromium/third_party/icu/source/data/coll/ar_SD.txt
index 49bfd349f94..d016eb007e8 100644
--- a/chromium/third_party/icu/source/data/coll/ar_SD.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_SD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_SY.txt b/chromium/third_party/icu/source/data/coll/ar_SY.txt
index beed6ad949d..7b119c15de4 100644
--- a/chromium/third_party/icu/source/data/coll/ar_SY.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_SY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_TN.txt b/chromium/third_party/icu/source/data/coll/ar_TN.txt
index 33fb2f7f2d6..4380940f899 100644
--- a/chromium/third_party/icu/source/data/coll/ar_TN.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_TN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ar_YE.txt b/chromium/third_party/icu/source/data/coll/ar_YE.txt
index cf13746788f..ec898f86af9 100644
--- a/chromium/third_party/icu/source/data/coll/ar_YE.txt
+++ b/chromium/third_party/icu/source/data/coll/ar_YE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/as.txt b/chromium/third_party/icu/source/data/coll/as.txt
index 354f6242f34..d37e88ed378 100644
--- a/chromium/third_party/icu/source/data/coll/as.txt
+++ b/chromium/third_party/icu/source/data/coll/as.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/as_IN.txt b/chromium/third_party/icu/source/data/coll/as_IN.txt
index bb0de61c987..8f59008b3f2 100644
--- a/chromium/third_party/icu/source/data/coll/as_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/as_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/az.txt b/chromium/third_party/icu/source/data/coll/az.txt
index ad635e56778..3f90227800f 100644
--- a/chromium/third_party/icu/source/data/coll/az.txt
+++ b/chromium/third_party/icu/source/data/coll/az.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/az_Latn.txt b/chromium/third_party/icu/source/data/coll/az_Latn.txt
index ebfab263fae..fbdf24bb2b2 100644
--- a/chromium/third_party/icu/source/data/coll/az_Latn.txt
+++ b/chromium/third_party/icu/source/data/coll/az_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/az_Latn_AZ.txt b/chromium/third_party/icu/source/data/coll/az_Latn_AZ.txt
index e143589e6c5..efd9b1292b1 100644
--- a/chromium/third_party/icu/source/data/coll/az_Latn_AZ.txt
+++ b/chromium/third_party/icu/source/data/coll/az_Latn_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/be.txt b/chromium/third_party/icu/source/data/coll/be.txt
index f67104ece8b..ab89e4fce70 100644
--- a/chromium/third_party/icu/source/data/coll/be.txt
+++ b/chromium/third_party/icu/source/data/coll/be.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/be_BY.txt b/chromium/third_party/icu/source/data/coll/be_BY.txt
index ad2fea50a7d..b67f256c89e 100644
--- a/chromium/third_party/icu/source/data/coll/be_BY.txt
+++ b/chromium/third_party/icu/source/data/coll/be_BY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/bg.txt b/chromium/third_party/icu/source/data/coll/bg.txt
index aac8dd8761c..8aa9f5336ae 100644
--- a/chromium/third_party/icu/source/data/coll/bg.txt
+++ b/chromium/third_party/icu/source/data/coll/bg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/bg_BG.txt b/chromium/third_party/icu/source/data/coll/bg_BG.txt
index 57c1489ce42..819017fd266 100644
--- a/chromium/third_party/icu/source/data/coll/bg_BG.txt
+++ b/chromium/third_party/icu/source/data/coll/bg_BG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/bn.txt b/chromium/third_party/icu/source/data/coll/bn.txt
index 19c7b134d4e..d99155e59c5 100644
--- a/chromium/third_party/icu/source/data/coll/bn.txt
+++ b/chromium/third_party/icu/source/data/coll/bn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/bn_BD.txt b/chromium/third_party/icu/source/data/coll/bn_BD.txt
index 661958bce62..894a71127b8 100644
--- a/chromium/third_party/icu/source/data/coll/bn_BD.txt
+++ b/chromium/third_party/icu/source/data/coll/bn_BD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/bn_IN.txt b/chromium/third_party/icu/source/data/coll/bn_IN.txt
index a79f3b6e801..30010ceb982 100644
--- a/chromium/third_party/icu/source/data/coll/bn_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/bn_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/bs.txt b/chromium/third_party/icu/source/data/coll/bs.txt
index 5dbfbd64e5e..ccb5f1d1ca4 100644
--- a/chromium/third_party/icu/source/data/coll/bs.txt
+++ b/chromium/third_party/icu/source/data/coll/bs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/bs_BA.txt b/chromium/third_party/icu/source/data/coll/bs_BA.txt
index 6ff7cd495d6..6e02b06f102 100644
--- a/chromium/third_party/icu/source/data/coll/bs_BA.txt
+++ b/chromium/third_party/icu/source/data/coll/bs_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ca.txt b/chromium/third_party/icu/source/data/coll/ca.txt
index 4122c596d2c..8636acd0152 100644
--- a/chromium/third_party/icu/source/data/coll/ca.txt
+++ b/chromium/third_party/icu/source/data/coll/ca.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ca_ES.txt b/chromium/third_party/icu/source/data/coll/ca_ES.txt
index fa89f5dcc18..c62ccf5e22c 100644
--- a/chromium/third_party/icu/source/data/coll/ca_ES.txt
+++ b/chromium/third_party/icu/source/data/coll/ca_ES.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/chr.txt b/chromium/third_party/icu/source/data/coll/chr.txt
index b8305de62e3..646a5ab42e1 100644
--- a/chromium/third_party/icu/source/data/coll/chr.txt
+++ b/chromium/third_party/icu/source/data/coll/chr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/chr_US.txt b/chromium/third_party/icu/source/data/coll/chr_US.txt
index 5a50bd47e5b..1916f157d6c 100644
--- a/chromium/third_party/icu/source/data/coll/chr_US.txt
+++ b/chromium/third_party/icu/source/data/coll/chr_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/cs.txt b/chromium/third_party/icu/source/data/coll/cs.txt
index 5c371f7ab2c..296a923202e 100644
--- a/chromium/third_party/icu/source/data/coll/cs.txt
+++ b/chromium/third_party/icu/source/data/coll/cs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/cs_CZ.txt b/chromium/third_party/icu/source/data/coll/cs_CZ.txt
index 0892e69c10a..b5c3692d69d 100644
--- a/chromium/third_party/icu/source/data/coll/cs_CZ.txt
+++ b/chromium/third_party/icu/source/data/coll/cs_CZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/cy.txt b/chromium/third_party/icu/source/data/coll/cy.txt
index 42914c58b7c..1abe55002ec 100644
--- a/chromium/third_party/icu/source/data/coll/cy.txt
+++ b/chromium/third_party/icu/source/data/coll/cy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/cy_GB.txt b/chromium/third_party/icu/source/data/coll/cy_GB.txt
index 7f151a46713..a923f5f7594 100644
--- a/chromium/third_party/icu/source/data/coll/cy_GB.txt
+++ b/chromium/third_party/icu/source/data/coll/cy_GB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/da.txt b/chromium/third_party/icu/source/data/coll/da.txt
index e9666b0094a..ba328fa091a 100644
--- a/chromium/third_party/icu/source/data/coll/da.txt
+++ b/chromium/third_party/icu/source/data/coll/da.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/da_DK.txt b/chromium/third_party/icu/source/data/coll/da_DK.txt
index fccc28292f3..8fd0d270a46 100644
--- a/chromium/third_party/icu/source/data/coll/da_DK.txt
+++ b/chromium/third_party/icu/source/data/coll/da_DK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de.txt b/chromium/third_party/icu/source/data/coll/de.txt
index bdfa53261d5..1c8954b6dfa 100644
--- a/chromium/third_party/icu/source/data/coll/de.txt
+++ b/chromium/third_party/icu/source/data/coll/de.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de_.txt b/chromium/third_party/icu/source/data/coll/de_.txt
index f9d6fd2157a..6dd98d3c6de 100644
--- a/chromium/third_party/icu/source/data/coll/de_.txt
+++ b/chromium/third_party/icu/source/data/coll/de_.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de_AT.txt b/chromium/third_party/icu/source/data/coll/de_AT.txt
index 7b1216845ab..21001b0deef 100644
--- a/chromium/third_party/icu/source/data/coll/de_AT.txt
+++ b/chromium/third_party/icu/source/data/coll/de_AT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de_BE.txt b/chromium/third_party/icu/source/data/coll/de_BE.txt
index 13cc02572c5..7484bdb26b4 100644
--- a/chromium/third_party/icu/source/data/coll/de_BE.txt
+++ b/chromium/third_party/icu/source/data/coll/de_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de_CH.txt b/chromium/third_party/icu/source/data/coll/de_CH.txt
index 24354230613..47d8cc0bd81 100644
--- a/chromium/third_party/icu/source/data/coll/de_CH.txt
+++ b/chromium/third_party/icu/source/data/coll/de_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de_DE.txt b/chromium/third_party/icu/source/data/coll/de_DE.txt
index da98df7eff6..b8af7e2a242 100644
--- a/chromium/third_party/icu/source/data/coll/de_DE.txt
+++ b/chromium/third_party/icu/source/data/coll/de_DE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de_LI.txt b/chromium/third_party/icu/source/data/coll/de_LI.txt
index 13044c39d12..7b0ed3ffc8e 100644
--- a/chromium/third_party/icu/source/data/coll/de_LI.txt
+++ b/chromium/third_party/icu/source/data/coll/de_LI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de_LU.txt b/chromium/third_party/icu/source/data/coll/de_LU.txt
index f499513104a..abf1e1bb9b1 100644
--- a/chromium/third_party/icu/source/data/coll/de_LU.txt
+++ b/chromium/third_party/icu/source/data/coll/de_LU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/de__PHONEBOOK.txt b/chromium/third_party/icu/source/data/coll/de__PHONEBOOK.txt
index 94257294554..a55a5616c2b 100644
--- a/chromium/third_party/icu/source/data/coll/de__PHONEBOOK.txt
+++ b/chromium/third_party/icu/source/data/coll/de__PHONEBOOK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/el.txt b/chromium/third_party/icu/source/data/coll/el.txt
index aea794bddc7..7b98d94d22f 100644
--- a/chromium/third_party/icu/source/data/coll/el.txt
+++ b/chromium/third_party/icu/source/data/coll/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/el_CY.txt b/chromium/third_party/icu/source/data/coll/el_CY.txt
index b519c72d561..b875f9bd0bf 100644
--- a/chromium/third_party/icu/source/data/coll/el_CY.txt
+++ b/chromium/third_party/icu/source/data/coll/el_CY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/el_GR.txt b/chromium/third_party/icu/source/data/coll/el_GR.txt
index fb3f107cd3b..cc91be1da5c 100644
--- a/chromium/third_party/icu/source/data/coll/el_GR.txt
+++ b/chromium/third_party/icu/source/data/coll/el_GR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en.txt b/chromium/third_party/icu/source/data/coll/en.txt
index 8eccf95b6ea..97f1e51afdb 100644
--- a/chromium/third_party/icu/source/data/coll/en.txt
+++ b/chromium/third_party/icu/source/data/coll/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_AS.txt b/chromium/third_party/icu/source/data/coll/en_AS.txt
index 23889d50b77..d5f11459471 100644
--- a/chromium/third_party/icu/source/data/coll/en_AS.txt
+++ b/chromium/third_party/icu/source/data/coll/en_AS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_AU.txt b/chromium/third_party/icu/source/data/coll/en_AU.txt
index 2b8997b54d4..b50dfe6b985 100644
--- a/chromium/third_party/icu/source/data/coll/en_AU.txt
+++ b/chromium/third_party/icu/source/data/coll/en_AU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_BE.txt b/chromium/third_party/icu/source/data/coll/en_BE.txt
index a17ebac5ca3..cc43e5fbd77 100644
--- a/chromium/third_party/icu/source/data/coll/en_BE.txt
+++ b/chromium/third_party/icu/source/data/coll/en_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_BW.txt b/chromium/third_party/icu/source/data/coll/en_BW.txt
index 14fd64782b1..8d6d85a38d1 100644
--- a/chromium/third_party/icu/source/data/coll/en_BW.txt
+++ b/chromium/third_party/icu/source/data/coll/en_BW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_BZ.txt b/chromium/third_party/icu/source/data/coll/en_BZ.txt
index 4cc80c635f2..ec140cebc2f 100644
--- a/chromium/third_party/icu/source/data/coll/en_BZ.txt
+++ b/chromium/third_party/icu/source/data/coll/en_BZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_CA.txt b/chromium/third_party/icu/source/data/coll/en_CA.txt
index 691b33608d8..69b2c9a3225 100644
--- a/chromium/third_party/icu/source/data/coll/en_CA.txt
+++ b/chromium/third_party/icu/source/data/coll/en_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_GB.txt b/chromium/third_party/icu/source/data/coll/en_GB.txt
index c41213141fb..2110cbc3b8d 100644
--- a/chromium/third_party/icu/source/data/coll/en_GB.txt
+++ b/chromium/third_party/icu/source/data/coll/en_GB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_GU.txt b/chromium/third_party/icu/source/data/coll/en_GU.txt
index 5932275ff86..f2de9e92ded 100644
--- a/chromium/third_party/icu/source/data/coll/en_GU.txt
+++ b/chromium/third_party/icu/source/data/coll/en_GU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_HK.txt b/chromium/third_party/icu/source/data/coll/en_HK.txt
index 692d5baf355..85edf8b0052 100644
--- a/chromium/third_party/icu/source/data/coll/en_HK.txt
+++ b/chromium/third_party/icu/source/data/coll/en_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_IE.txt b/chromium/third_party/icu/source/data/coll/en_IE.txt
index 77be585f7e5..1a22fe36f58 100644
--- a/chromium/third_party/icu/source/data/coll/en_IE.txt
+++ b/chromium/third_party/icu/source/data/coll/en_IE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_IN.txt b/chromium/third_party/icu/source/data/coll/en_IN.txt
index aa022580204..6d3f71bda4d 100644
--- a/chromium/third_party/icu/source/data/coll/en_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/en_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_JM.txt b/chromium/third_party/icu/source/data/coll/en_JM.txt
index bd08a10f64e..66b006aa059 100644
--- a/chromium/third_party/icu/source/data/coll/en_JM.txt
+++ b/chromium/third_party/icu/source/data/coll/en_JM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_MH.txt b/chromium/third_party/icu/source/data/coll/en_MH.txt
index a51f585aef5..de35ad56141 100644
--- a/chromium/third_party/icu/source/data/coll/en_MH.txt
+++ b/chromium/third_party/icu/source/data/coll/en_MH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_MP.txt b/chromium/third_party/icu/source/data/coll/en_MP.txt
index 956934b4207..8203653af0e 100644
--- a/chromium/third_party/icu/source/data/coll/en_MP.txt
+++ b/chromium/third_party/icu/source/data/coll/en_MP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_MT.txt b/chromium/third_party/icu/source/data/coll/en_MT.txt
index 07c58249ddc..6bf00ca0d8a 100644
--- a/chromium/third_party/icu/source/data/coll/en_MT.txt
+++ b/chromium/third_party/icu/source/data/coll/en_MT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_MU.txt b/chromium/third_party/icu/source/data/coll/en_MU.txt
index 31d6e50f48b..7cef675ab56 100644
--- a/chromium/third_party/icu/source/data/coll/en_MU.txt
+++ b/chromium/third_party/icu/source/data/coll/en_MU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_NA.txt b/chromium/third_party/icu/source/data/coll/en_NA.txt
index 845292204c0..c54f96f7e78 100644
--- a/chromium/third_party/icu/source/data/coll/en_NA.txt
+++ b/chromium/third_party/icu/source/data/coll/en_NA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_NZ.txt b/chromium/third_party/icu/source/data/coll/en_NZ.txt
index 28ddb188e15..3cb85c3a523 100644
--- a/chromium/third_party/icu/source/data/coll/en_NZ.txt
+++ b/chromium/third_party/icu/source/data/coll/en_NZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_PH.txt b/chromium/third_party/icu/source/data/coll/en_PH.txt
index 644040fbfa0..71cfa2f0660 100644
--- a/chromium/third_party/icu/source/data/coll/en_PH.txt
+++ b/chromium/third_party/icu/source/data/coll/en_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_PK.txt b/chromium/third_party/icu/source/data/coll/en_PK.txt
index ba60f28e029..7c926822070 100644
--- a/chromium/third_party/icu/source/data/coll/en_PK.txt
+++ b/chromium/third_party/icu/source/data/coll/en_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_SG.txt b/chromium/third_party/icu/source/data/coll/en_SG.txt
index 38e4daf1880..a4786b0f68b 100644
--- a/chromium/third_party/icu/source/data/coll/en_SG.txt
+++ b/chromium/third_party/icu/source/data/coll/en_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_TT.txt b/chromium/third_party/icu/source/data/coll/en_TT.txt
index 4abe43cbf72..a4649560416 100644
--- a/chromium/third_party/icu/source/data/coll/en_TT.txt
+++ b/chromium/third_party/icu/source/data/coll/en_TT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_UM.txt b/chromium/third_party/icu/source/data/coll/en_UM.txt
index 3e4ef129961..c4d99b2bfea 100644
--- a/chromium/third_party/icu/source/data/coll/en_UM.txt
+++ b/chromium/third_party/icu/source/data/coll/en_UM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_US.txt b/chromium/third_party/icu/source/data/coll/en_US.txt
index f5841e15a96..2d88b12ce1a 100644
--- a/chromium/third_party/icu/source/data/coll/en_US.txt
+++ b/chromium/third_party/icu/source/data/coll/en_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_US_POSIX.txt b/chromium/third_party/icu/source/data/coll/en_US_POSIX.txt
index f5aa5528690..fbfdec31f41 100644
--- a/chromium/third_party/icu/source/data/coll/en_US_POSIX.txt
+++ b/chromium/third_party/icu/source/data/coll/en_US_POSIX.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_VI.txt b/chromium/third_party/icu/source/data/coll/en_VI.txt
index 8223b58e13d..745ebce39bb 100644
--- a/chromium/third_party/icu/source/data/coll/en_VI.txt
+++ b/chromium/third_party/icu/source/data/coll/en_VI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_ZA.txt b/chromium/third_party/icu/source/data/coll/en_ZA.txt
index 947be96e137..b5a4b94aad5 100644
--- a/chromium/third_party/icu/source/data/coll/en_ZA.txt
+++ b/chromium/third_party/icu/source/data/coll/en_ZA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/en_ZW.txt b/chromium/third_party/icu/source/data/coll/en_ZW.txt
index 3deca73b6b9..6f02787dbff 100644
--- a/chromium/third_party/icu/source/data/coll/en_ZW.txt
+++ b/chromium/third_party/icu/source/data/coll/en_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/eo.txt b/chromium/third_party/icu/source/data/coll/eo.txt
index fca41b5463f..0401298b837 100644
--- a/chromium/third_party/icu/source/data/coll/eo.txt
+++ b/chromium/third_party/icu/source/data/coll/eo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es.txt b/chromium/third_party/icu/source/data/coll/es.txt
index 725506905e8..e0db7268d5f 100644
--- a/chromium/third_party/icu/source/data/coll/es.txt
+++ b/chromium/third_party/icu/source/data/coll/es.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_.txt b/chromium/third_party/icu/source/data/coll/es_.txt
index a4a988162de..93e9e9bf919 100644
--- a/chromium/third_party/icu/source/data/coll/es_.txt
+++ b/chromium/third_party/icu/source/data/coll/es_.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_419.txt b/chromium/third_party/icu/source/data/coll/es_419.txt
index bea675fab5b..5c8565d529d 100644
--- a/chromium/third_party/icu/source/data/coll/es_419.txt
+++ b/chromium/third_party/icu/source/data/coll/es_419.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_AR.txt b/chromium/third_party/icu/source/data/coll/es_AR.txt
index 256ca9d1724..96f6efdba23 100644
--- a/chromium/third_party/icu/source/data/coll/es_AR.txt
+++ b/chromium/third_party/icu/source/data/coll/es_AR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_BO.txt b/chromium/third_party/icu/source/data/coll/es_BO.txt
index 610e17039db..5330d73e334 100644
--- a/chromium/third_party/icu/source/data/coll/es_BO.txt
+++ b/chromium/third_party/icu/source/data/coll/es_BO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_CL.txt b/chromium/third_party/icu/source/data/coll/es_CL.txt
index 5dbea34e16b..ab9207e0be2 100644
--- a/chromium/third_party/icu/source/data/coll/es_CL.txt
+++ b/chromium/third_party/icu/source/data/coll/es_CL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_CO.txt b/chromium/third_party/icu/source/data/coll/es_CO.txt
index b9d43309d1b..007b30d9352 100644
--- a/chromium/third_party/icu/source/data/coll/es_CO.txt
+++ b/chromium/third_party/icu/source/data/coll/es_CO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_CR.txt b/chromium/third_party/icu/source/data/coll/es_CR.txt
index 3acfe53556c..490a93fc4bd 100644
--- a/chromium/third_party/icu/source/data/coll/es_CR.txt
+++ b/chromium/third_party/icu/source/data/coll/es_CR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_DO.txt b/chromium/third_party/icu/source/data/coll/es_DO.txt
index aba725b14dc..167a47d7571 100644
--- a/chromium/third_party/icu/source/data/coll/es_DO.txt
+++ b/chromium/third_party/icu/source/data/coll/es_DO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_EC.txt b/chromium/third_party/icu/source/data/coll/es_EC.txt
index 4ba682745c8..faccd29f1b6 100644
--- a/chromium/third_party/icu/source/data/coll/es_EC.txt
+++ b/chromium/third_party/icu/source/data/coll/es_EC.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_ES.txt b/chromium/third_party/icu/source/data/coll/es_ES.txt
index 7f414776e52..0979a8d22c5 100644
--- a/chromium/third_party/icu/source/data/coll/es_ES.txt
+++ b/chromium/third_party/icu/source/data/coll/es_ES.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_GQ.txt b/chromium/third_party/icu/source/data/coll/es_GQ.txt
index 026403afa7a..b9316b4cb83 100644
--- a/chromium/third_party/icu/source/data/coll/es_GQ.txt
+++ b/chromium/third_party/icu/source/data/coll/es_GQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_GT.txt b/chromium/third_party/icu/source/data/coll/es_GT.txt
index 8a378c4eb04..69806275b3d 100644
--- a/chromium/third_party/icu/source/data/coll/es_GT.txt
+++ b/chromium/third_party/icu/source/data/coll/es_GT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_HN.txt b/chromium/third_party/icu/source/data/coll/es_HN.txt
index a4904aa840e..b9be7cdf049 100644
--- a/chromium/third_party/icu/source/data/coll/es_HN.txt
+++ b/chromium/third_party/icu/source/data/coll/es_HN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_MX.txt b/chromium/third_party/icu/source/data/coll/es_MX.txt
index 5ca8bb31731..17d3efc899b 100644
--- a/chromium/third_party/icu/source/data/coll/es_MX.txt
+++ b/chromium/third_party/icu/source/data/coll/es_MX.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_NI.txt b/chromium/third_party/icu/source/data/coll/es_NI.txt
index 17dc039b875..58afdca91b0 100644
--- a/chromium/third_party/icu/source/data/coll/es_NI.txt
+++ b/chromium/third_party/icu/source/data/coll/es_NI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_PA.txt b/chromium/third_party/icu/source/data/coll/es_PA.txt
index 057b178fddf..78fb8601b35 100644
--- a/chromium/third_party/icu/source/data/coll/es_PA.txt
+++ b/chromium/third_party/icu/source/data/coll/es_PA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_PE.txt b/chromium/third_party/icu/source/data/coll/es_PE.txt
index c2865f9ea0f..1d651751527 100644
--- a/chromium/third_party/icu/source/data/coll/es_PE.txt
+++ b/chromium/third_party/icu/source/data/coll/es_PE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_PR.txt b/chromium/third_party/icu/source/data/coll/es_PR.txt
index 1611098bbbd..cca648975ec 100644
--- a/chromium/third_party/icu/source/data/coll/es_PR.txt
+++ b/chromium/third_party/icu/source/data/coll/es_PR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_PY.txt b/chromium/third_party/icu/source/data/coll/es_PY.txt
index cf3fb573adb..8865b239d0c 100644
--- a/chromium/third_party/icu/source/data/coll/es_PY.txt
+++ b/chromium/third_party/icu/source/data/coll/es_PY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_SV.txt b/chromium/third_party/icu/source/data/coll/es_SV.txt
index c9bd47a93cc..8321b782231 100644
--- a/chromium/third_party/icu/source/data/coll/es_SV.txt
+++ b/chromium/third_party/icu/source/data/coll/es_SV.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_US.txt b/chromium/third_party/icu/source/data/coll/es_US.txt
index b1625b4e547..6efe275f718 100644
--- a/chromium/third_party/icu/source/data/coll/es_US.txt
+++ b/chromium/third_party/icu/source/data/coll/es_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_UY.txt b/chromium/third_party/icu/source/data/coll/es_UY.txt
index 62935dfb0e1..5038d4874af 100644
--- a/chromium/third_party/icu/source/data/coll/es_UY.txt
+++ b/chromium/third_party/icu/source/data/coll/es_UY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es_VE.txt b/chromium/third_party/icu/source/data/coll/es_VE.txt
index b7686e2e544..2fe7f8a5777 100644
--- a/chromium/third_party/icu/source/data/coll/es_VE.txt
+++ b/chromium/third_party/icu/source/data/coll/es_VE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/es__TRADITIONAL.txt b/chromium/third_party/icu/source/data/coll/es__TRADITIONAL.txt
index 0c1aa9a4548..909dcd4ac38 100644
--- a/chromium/third_party/icu/source/data/coll/es__TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/coll/es__TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/et.txt b/chromium/third_party/icu/source/data/coll/et.txt
index 16779bcf515..af4ebc306b7 100644
--- a/chromium/third_party/icu/source/data/coll/et.txt
+++ b/chromium/third_party/icu/source/data/coll/et.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/et_EE.txt b/chromium/third_party/icu/source/data/coll/et_EE.txt
index 6fbfb69dfad..f062b73733c 100644
--- a/chromium/third_party/icu/source/data/coll/et_EE.txt
+++ b/chromium/third_party/icu/source/data/coll/et_EE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fa.txt b/chromium/third_party/icu/source/data/coll/fa.txt
index 3da32eb44e0..7c673968535 100644
--- a/chromium/third_party/icu/source/data/coll/fa.txt
+++ b/chromium/third_party/icu/source/data/coll/fa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fa_AF.txt b/chromium/third_party/icu/source/data/coll/fa_AF.txt
index 898f78642cb..958dc8b19da 100644
--- a/chromium/third_party/icu/source/data/coll/fa_AF.txt
+++ b/chromium/third_party/icu/source/data/coll/fa_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fa_IR.txt b/chromium/third_party/icu/source/data/coll/fa_IR.txt
index 481b4c3543b..01a9769e560 100644
--- a/chromium/third_party/icu/source/data/coll/fa_IR.txt
+++ b/chromium/third_party/icu/source/data/coll/fa_IR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fi.txt b/chromium/third_party/icu/source/data/coll/fi.txt
index df4ca0b8fb7..17fb6c23262 100644
--- a/chromium/third_party/icu/source/data/coll/fi.txt
+++ b/chromium/third_party/icu/source/data/coll/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fi_FI.txt b/chromium/third_party/icu/source/data/coll/fi_FI.txt
index b478cc47661..632937e89c7 100644
--- a/chromium/third_party/icu/source/data/coll/fi_FI.txt
+++ b/chromium/third_party/icu/source/data/coll/fi_FI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fil.txt b/chromium/third_party/icu/source/data/coll/fil.txt
index 3ef04e9e73f..b0e6c176e02 100644
--- a/chromium/third_party/icu/source/data/coll/fil.txt
+++ b/chromium/third_party/icu/source/data/coll/fil.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fil_PH.txt b/chromium/third_party/icu/source/data/coll/fil_PH.txt
index 0f4f5468cb2..bc793d3d9b2 100644
--- a/chromium/third_party/icu/source/data/coll/fil_PH.txt
+++ b/chromium/third_party/icu/source/data/coll/fil_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fo.txt b/chromium/third_party/icu/source/data/coll/fo.txt
index 21394fa01f4..fe27e906e32 100644
--- a/chromium/third_party/icu/source/data/coll/fo.txt
+++ b/chromium/third_party/icu/source/data/coll/fo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fo_FO.txt b/chromium/third_party/icu/source/data/coll/fo_FO.txt
index f62dd1ec564..ed72d8213a7 100644
--- a/chromium/third_party/icu/source/data/coll/fo_FO.txt
+++ b/chromium/third_party/icu/source/data/coll/fo_FO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr.txt b/chromium/third_party/icu/source/data/coll/fr.txt
index 04750d20716..11d11695a60 100644
--- a/chromium/third_party/icu/source/data/coll/fr.txt
+++ b/chromium/third_party/icu/source/data/coll/fr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_BE.txt b/chromium/third_party/icu/source/data/coll/fr_BE.txt
index 75fe50bf8da..67e55a8b791 100644
--- a/chromium/third_party/icu/source/data/coll/fr_BE.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_BF.txt b/chromium/third_party/icu/source/data/coll/fr_BF.txt
index d93c7e5a909..17115da5aad 100644
--- a/chromium/third_party/icu/source/data/coll/fr_BF.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_BF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_BI.txt b/chromium/third_party/icu/source/data/coll/fr_BI.txt
index d4988674d8c..57c6ea91ff4 100644
--- a/chromium/third_party/icu/source/data/coll/fr_BI.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_BI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_BJ.txt b/chromium/third_party/icu/source/data/coll/fr_BJ.txt
index 9e63bb9742b..9a30eb5717d 100644
--- a/chromium/third_party/icu/source/data/coll/fr_BJ.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_BJ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_BL.txt b/chromium/third_party/icu/source/data/coll/fr_BL.txt
index 4545f0b49d7..c6c556f2c82 100644
--- a/chromium/third_party/icu/source/data/coll/fr_BL.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_BL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_CA.txt b/chromium/third_party/icu/source/data/coll/fr_CA.txt
index a6b62ad8a80..5eaf8ed7e50 100644
--- a/chromium/third_party/icu/source/data/coll/fr_CA.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_CD.txt b/chromium/third_party/icu/source/data/coll/fr_CD.txt
index 17e77040555..22486fef73a 100644
--- a/chromium/third_party/icu/source/data/coll/fr_CD.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_CD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_CF.txt b/chromium/third_party/icu/source/data/coll/fr_CF.txt
index ea84dcfbe5c..d492228b36d 100644
--- a/chromium/third_party/icu/source/data/coll/fr_CF.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_CF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_CG.txt b/chromium/third_party/icu/source/data/coll/fr_CG.txt
index 50ad078475c..73021704cc6 100644
--- a/chromium/third_party/icu/source/data/coll/fr_CG.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_CG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_CH.txt b/chromium/third_party/icu/source/data/coll/fr_CH.txt
index 26f9e53d0f7..962e2ab0a89 100644
--- a/chromium/third_party/icu/source/data/coll/fr_CH.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_CI.txt b/chromium/third_party/icu/source/data/coll/fr_CI.txt
index fbc1c6e68d4..97786dc3135 100644
--- a/chromium/third_party/icu/source/data/coll/fr_CI.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_CI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_CM.txt b/chromium/third_party/icu/source/data/coll/fr_CM.txt
index 11e09821fa0..b19c5440cff 100644
--- a/chromium/third_party/icu/source/data/coll/fr_CM.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_CM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_DJ.txt b/chromium/third_party/icu/source/data/coll/fr_DJ.txt
index 892be1a0bb7..92aba6db12e 100644
--- a/chromium/third_party/icu/source/data/coll/fr_DJ.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_DJ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_FR.txt b/chromium/third_party/icu/source/data/coll/fr_FR.txt
index 4dc1aedde05..e9e221d1d88 100644
--- a/chromium/third_party/icu/source/data/coll/fr_FR.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_FR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_GA.txt b/chromium/third_party/icu/source/data/coll/fr_GA.txt
index 0ed0d8ac113..4f23e3132b8 100644
--- a/chromium/third_party/icu/source/data/coll/fr_GA.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_GA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_GN.txt b/chromium/third_party/icu/source/data/coll/fr_GN.txt
index 8d2f07eceb1..0a12f09b78b 100644
--- a/chromium/third_party/icu/source/data/coll/fr_GN.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_GN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_GP.txt b/chromium/third_party/icu/source/data/coll/fr_GP.txt
index db656146d7f..b01b3473a81 100644
--- a/chromium/third_party/icu/source/data/coll/fr_GP.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_GP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_GQ.txt b/chromium/third_party/icu/source/data/coll/fr_GQ.txt
index 78c38e57bc5..4caba7b092c 100644
--- a/chromium/third_party/icu/source/data/coll/fr_GQ.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_GQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_KM.txt b/chromium/third_party/icu/source/data/coll/fr_KM.txt
index eff36d5ea7d..f9ed237e3cd 100644
--- a/chromium/third_party/icu/source/data/coll/fr_KM.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_KM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_LU.txt b/chromium/third_party/icu/source/data/coll/fr_LU.txt
index c4d23b626e9..312960d8c88 100644
--- a/chromium/third_party/icu/source/data/coll/fr_LU.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_LU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_MC.txt b/chromium/third_party/icu/source/data/coll/fr_MC.txt
index 58968387391..8c37d3c09cc 100644
--- a/chromium/third_party/icu/source/data/coll/fr_MC.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_MC.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_MF.txt b/chromium/third_party/icu/source/data/coll/fr_MF.txt
index 9e934b9ec03..12542e9b1de 100644
--- a/chromium/third_party/icu/source/data/coll/fr_MF.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_MF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_MG.txt b/chromium/third_party/icu/source/data/coll/fr_MG.txt
index 3fc13f322cf..10c01997e5c 100644
--- a/chromium/third_party/icu/source/data/coll/fr_MG.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_MG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_ML.txt b/chromium/third_party/icu/source/data/coll/fr_ML.txt
index 5eaee35a856..dc656af1b03 100644
--- a/chromium/third_party/icu/source/data/coll/fr_ML.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_ML.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_MQ.txt b/chromium/third_party/icu/source/data/coll/fr_MQ.txt
index da3f2d30f19..55742db1c80 100644
--- a/chromium/third_party/icu/source/data/coll/fr_MQ.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_MQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_NE.txt b/chromium/third_party/icu/source/data/coll/fr_NE.txt
index 2281edbc87f..1cbf0e0505a 100644
--- a/chromium/third_party/icu/source/data/coll/fr_NE.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_RE.txt b/chromium/third_party/icu/source/data/coll/fr_RE.txt
index b436ce0ca1e..6ff7252344b 100644
--- a/chromium/third_party/icu/source/data/coll/fr_RE.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_RE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_RW.txt b/chromium/third_party/icu/source/data/coll/fr_RW.txt
index f380cfe4461..6b6a0a9bd5a 100644
--- a/chromium/third_party/icu/source/data/coll/fr_RW.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_RW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_SN.txt b/chromium/third_party/icu/source/data/coll/fr_SN.txt
index 31fb5580836..c742e1e1f9b 100644
--- a/chromium/third_party/icu/source/data/coll/fr_SN.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_SN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_TD.txt b/chromium/third_party/icu/source/data/coll/fr_TD.txt
index f674d6d0295..3055526f259 100644
--- a/chromium/third_party/icu/source/data/coll/fr_TD.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_TD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/fr_TG.txt b/chromium/third_party/icu/source/data/coll/fr_TG.txt
index 39b16f6b79e..05a811ecda0 100644
--- a/chromium/third_party/icu/source/data/coll/fr_TG.txt
+++ b/chromium/third_party/icu/source/data/coll/fr_TG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ga.txt b/chromium/third_party/icu/source/data/coll/ga.txt
index 4f49842f4f3..0670c4f4b28 100644
--- a/chromium/third_party/icu/source/data/coll/ga.txt
+++ b/chromium/third_party/icu/source/data/coll/ga.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ga_IE.txt b/chromium/third_party/icu/source/data/coll/ga_IE.txt
index 5ddd73507f9..3c79527b769 100644
--- a/chromium/third_party/icu/source/data/coll/ga_IE.txt
+++ b/chromium/third_party/icu/source/data/coll/ga_IE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/gu.txt b/chromium/third_party/icu/source/data/coll/gu.txt
index b87b77bfeb1..31702096c35 100644
--- a/chromium/third_party/icu/source/data/coll/gu.txt
+++ b/chromium/third_party/icu/source/data/coll/gu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/gu_IN.txt b/chromium/third_party/icu/source/data/coll/gu_IN.txt
index aa40416d11b..92386b893bb 100644
--- a/chromium/third_party/icu/source/data/coll/gu_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/gu_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ha.txt b/chromium/third_party/icu/source/data/coll/ha.txt
index 74c24b55156..7c339d3f36d 100644
--- a/chromium/third_party/icu/source/data/coll/ha.txt
+++ b/chromium/third_party/icu/source/data/coll/ha.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ha_Latn.txt b/chromium/third_party/icu/source/data/coll/ha_Latn.txt
index c767ad7fcaa..e6df6f1b8d9 100644
--- a/chromium/third_party/icu/source/data/coll/ha_Latn.txt
+++ b/chromium/third_party/icu/source/data/coll/ha_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ha_Latn_GH.txt b/chromium/third_party/icu/source/data/coll/ha_Latn_GH.txt
index 00bb31de8eb..f014150e259 100644
--- a/chromium/third_party/icu/source/data/coll/ha_Latn_GH.txt
+++ b/chromium/third_party/icu/source/data/coll/ha_Latn_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ha_Latn_NE.txt b/chromium/third_party/icu/source/data/coll/ha_Latn_NE.txt
index 56985b27658..deb104aecbe 100644
--- a/chromium/third_party/icu/source/data/coll/ha_Latn_NE.txt
+++ b/chromium/third_party/icu/source/data/coll/ha_Latn_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ha_Latn_NG.txt b/chromium/third_party/icu/source/data/coll/ha_Latn_NG.txt
index c7b777f3d37..686442d64d6 100644
--- a/chromium/third_party/icu/source/data/coll/ha_Latn_NG.txt
+++ b/chromium/third_party/icu/source/data/coll/ha_Latn_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/haw.txt b/chromium/third_party/icu/source/data/coll/haw.txt
index 74bd0db38e7..d0d964c74f7 100644
--- a/chromium/third_party/icu/source/data/coll/haw.txt
+++ b/chromium/third_party/icu/source/data/coll/haw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/he.txt b/chromium/third_party/icu/source/data/coll/he.txt
index 8bb984d39fa..8e952e55fe2 100644
--- a/chromium/third_party/icu/source/data/coll/he.txt
+++ b/chromium/third_party/icu/source/data/coll/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/he_IL.txt b/chromium/third_party/icu/source/data/coll/he_IL.txt
index f28a456f748..2161085a6a6 100644
--- a/chromium/third_party/icu/source/data/coll/he_IL.txt
+++ b/chromium/third_party/icu/source/data/coll/he_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hi.txt b/chromium/third_party/icu/source/data/coll/hi.txt
index 957fcd85ce2..c77c054e5e1 100644
--- a/chromium/third_party/icu/source/data/coll/hi.txt
+++ b/chromium/third_party/icu/source/data/coll/hi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hi_.txt b/chromium/third_party/icu/source/data/coll/hi_.txt
index 3e22e9787ff..fe6560281dc 100644
--- a/chromium/third_party/icu/source/data/coll/hi_.txt
+++ b/chromium/third_party/icu/source/data/coll/hi_.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hi_IN.txt b/chromium/third_party/icu/source/data/coll/hi_IN.txt
index 5ce563afeb0..212d4509b0c 100644
--- a/chromium/third_party/icu/source/data/coll/hi_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/hi_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hi__DIRECT.txt b/chromium/third_party/icu/source/data/coll/hi__DIRECT.txt
index 8b08b896caf..43d63528764 100644
--- a/chromium/third_party/icu/source/data/coll/hi__DIRECT.txt
+++ b/chromium/third_party/icu/source/data/coll/hi__DIRECT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hr.txt b/chromium/third_party/icu/source/data/coll/hr.txt
index e590040912d..089ff0bb3ff 100644
--- a/chromium/third_party/icu/source/data/coll/hr.txt
+++ b/chromium/third_party/icu/source/data/coll/hr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hr_HR.txt b/chromium/third_party/icu/source/data/coll/hr_HR.txt
index 39a5f21f618..bb26442826c 100644
--- a/chromium/third_party/icu/source/data/coll/hr_HR.txt
+++ b/chromium/third_party/icu/source/data/coll/hr_HR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hu.txt b/chromium/third_party/icu/source/data/coll/hu.txt
index e07c8ed91b5..01fc22eb308 100644
--- a/chromium/third_party/icu/source/data/coll/hu.txt
+++ b/chromium/third_party/icu/source/data/coll/hu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hu_HU.txt b/chromium/third_party/icu/source/data/coll/hu_HU.txt
index aa9cadc4a84..2713dcddb2e 100644
--- a/chromium/third_party/icu/source/data/coll/hu_HU.txt
+++ b/chromium/third_party/icu/source/data/coll/hu_HU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hy.txt b/chromium/third_party/icu/source/data/coll/hy.txt
index 674060c1cff..b91651064e2 100644
--- a/chromium/third_party/icu/source/data/coll/hy.txt
+++ b/chromium/third_party/icu/source/data/coll/hy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/hy_AM.txt b/chromium/third_party/icu/source/data/coll/hy_AM.txt
index 86339782c90..d8cf430870a 100644
--- a/chromium/third_party/icu/source/data/coll/hy_AM.txt
+++ b/chromium/third_party/icu/source/data/coll/hy_AM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/id.txt b/chromium/third_party/icu/source/data/coll/id.txt
index 93e1b7cdd1d..81b29409c33 100644
--- a/chromium/third_party/icu/source/data/coll/id.txt
+++ b/chromium/third_party/icu/source/data/coll/id.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/id_ID.txt b/chromium/third_party/icu/source/data/coll/id_ID.txt
index e658a05805a..1e12a765320 100644
--- a/chromium/third_party/icu/source/data/coll/id_ID.txt
+++ b/chromium/third_party/icu/source/data/coll/id_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ig.txt b/chromium/third_party/icu/source/data/coll/ig.txt
index 7371987280b..1ff16983a7c 100644
--- a/chromium/third_party/icu/source/data/coll/ig.txt
+++ b/chromium/third_party/icu/source/data/coll/ig.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ig_NG.txt b/chromium/third_party/icu/source/data/coll/ig_NG.txt
index f7b98b2d7b7..8b944536417 100644
--- a/chromium/third_party/icu/source/data/coll/ig_NG.txt
+++ b/chromium/third_party/icu/source/data/coll/ig_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/in.txt b/chromium/third_party/icu/source/data/coll/in.txt
index 8b7297b94ce..875935a5506 100644
--- a/chromium/third_party/icu/source/data/coll/in.txt
+++ b/chromium/third_party/icu/source/data/coll/in.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/in_ID.txt b/chromium/third_party/icu/source/data/coll/in_ID.txt
index 3345520acb1..daa7cd0dfef 100644
--- a/chromium/third_party/icu/source/data/coll/in_ID.txt
+++ b/chromium/third_party/icu/source/data/coll/in_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/is.txt b/chromium/third_party/icu/source/data/coll/is.txt
index 007af829411..be252595e58 100644
--- a/chromium/third_party/icu/source/data/coll/is.txt
+++ b/chromium/third_party/icu/source/data/coll/is.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/is_IS.txt b/chromium/third_party/icu/source/data/coll/is_IS.txt
index 2e8da93d314..7b7d251c5a6 100644
--- a/chromium/third_party/icu/source/data/coll/is_IS.txt
+++ b/chromium/third_party/icu/source/data/coll/is_IS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/it.txt b/chromium/third_party/icu/source/data/coll/it.txt
index 6d34816a814..a867770be4d 100644
--- a/chromium/third_party/icu/source/data/coll/it.txt
+++ b/chromium/third_party/icu/source/data/coll/it.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/it_CH.txt b/chromium/third_party/icu/source/data/coll/it_CH.txt
index ae3de040376..2bbbc04afc6 100644
--- a/chromium/third_party/icu/source/data/coll/it_CH.txt
+++ b/chromium/third_party/icu/source/data/coll/it_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/it_IT.txt b/chromium/third_party/icu/source/data/coll/it_IT.txt
index 4cd9e3d07b5..e2f293833a5 100644
--- a/chromium/third_party/icu/source/data/coll/it_IT.txt
+++ b/chromium/third_party/icu/source/data/coll/it_IT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/iw.txt b/chromium/third_party/icu/source/data/coll/iw.txt
index aa800376cdf..32dbf9f4ec2 100644
--- a/chromium/third_party/icu/source/data/coll/iw.txt
+++ b/chromium/third_party/icu/source/data/coll/iw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/iw_IL.txt b/chromium/third_party/icu/source/data/coll/iw_IL.txt
index 7fbbe53be73..bc467350b58 100644
--- a/chromium/third_party/icu/source/data/coll/iw_IL.txt
+++ b/chromium/third_party/icu/source/data/coll/iw_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ja.txt b/chromium/third_party/icu/source/data/coll/ja.txt
index 03a371b9fd4..5431d9bc17a 100644
--- a/chromium/third_party/icu/source/data/coll/ja.txt
+++ b/chromium/third_party/icu/source/data/coll/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ja_JP.txt b/chromium/third_party/icu/source/data/coll/ja_JP.txt
index c8808c2e77b..09664b11500 100644
--- a/chromium/third_party/icu/source/data/coll/ja_JP.txt
+++ b/chromium/third_party/icu/source/data/coll/ja_JP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ka.txt b/chromium/third_party/icu/source/data/coll/ka.txt
index d63a672b04e..32237872517 100644
--- a/chromium/third_party/icu/source/data/coll/ka.txt
+++ b/chromium/third_party/icu/source/data/coll/ka.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ka_GE.txt b/chromium/third_party/icu/source/data/coll/ka_GE.txt
index 07e73e4f330..0e788e87f30 100644
--- a/chromium/third_party/icu/source/data/coll/ka_GE.txt
+++ b/chromium/third_party/icu/source/data/coll/ka_GE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kk.txt b/chromium/third_party/icu/source/data/coll/kk.txt
index bdacff5ce10..33ee4877f3c 100644
--- a/chromium/third_party/icu/source/data/coll/kk.txt
+++ b/chromium/third_party/icu/source/data/coll/kk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kk_KZ.txt b/chromium/third_party/icu/source/data/coll/kk_KZ.txt
index 8ea03763b69..00907ccda9a 100644
--- a/chromium/third_party/icu/source/data/coll/kk_KZ.txt
+++ b/chromium/third_party/icu/source/data/coll/kk_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kl.txt b/chromium/third_party/icu/source/data/coll/kl.txt
index 3b69391336b..3946f59db8a 100644
--- a/chromium/third_party/icu/source/data/coll/kl.txt
+++ b/chromium/third_party/icu/source/data/coll/kl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kl_GL.txt b/chromium/third_party/icu/source/data/coll/kl_GL.txt
index f6d93eccf91..619460690e0 100644
--- a/chromium/third_party/icu/source/data/coll/kl_GL.txt
+++ b/chromium/third_party/icu/source/data/coll/kl_GL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/km.txt b/chromium/third_party/icu/source/data/coll/km.txt
index b6ca1f558c4..e4eec373b85 100644
--- a/chromium/third_party/icu/source/data/coll/km.txt
+++ b/chromium/third_party/icu/source/data/coll/km.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kn.txt b/chromium/third_party/icu/source/data/coll/kn.txt
index 9a525abf419..5248ef84fb2 100644
--- a/chromium/third_party/icu/source/data/coll/kn.txt
+++ b/chromium/third_party/icu/source/data/coll/kn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kn_IN.txt b/chromium/third_party/icu/source/data/coll/kn_IN.txt
index cdd2a9b5586..42460994ccf 100644
--- a/chromium/third_party/icu/source/data/coll/kn_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/kn_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ko.txt b/chromium/third_party/icu/source/data/coll/ko.txt
index 9457e918869..13224a1ebee 100644
--- a/chromium/third_party/icu/source/data/coll/ko.txt
+++ b/chromium/third_party/icu/source/data/coll/ko.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ko_KR.txt b/chromium/third_party/icu/source/data/coll/ko_KR.txt
index 309fa53e05b..935ba2afa2b 100644
--- a/chromium/third_party/icu/source/data/coll/ko_KR.txt
+++ b/chromium/third_party/icu/source/data/coll/ko_KR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kok.txt b/chromium/third_party/icu/source/data/coll/kok.txt
index 9977b122708..76abbbffa68 100644
--- a/chromium/third_party/icu/source/data/coll/kok.txt
+++ b/chromium/third_party/icu/source/data/coll/kok.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/kok_IN.txt b/chromium/third_party/icu/source/data/coll/kok_IN.txt
index 6e34f273fdf..e9ff88978fe 100644
--- a/chromium/third_party/icu/source/data/coll/kok_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/kok_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/lt.txt b/chromium/third_party/icu/source/data/coll/lt.txt
index cde4a58157d..96096bf30c6 100644
--- a/chromium/third_party/icu/source/data/coll/lt.txt
+++ b/chromium/third_party/icu/source/data/coll/lt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/lt_LT.txt b/chromium/third_party/icu/source/data/coll/lt_LT.txt
index 981bfe92430..a9825134082 100644
--- a/chromium/third_party/icu/source/data/coll/lt_LT.txt
+++ b/chromium/third_party/icu/source/data/coll/lt_LT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/lv.txt b/chromium/third_party/icu/source/data/coll/lv.txt
index 298a1cb3647..9661706accd 100644
--- a/chromium/third_party/icu/source/data/coll/lv.txt
+++ b/chromium/third_party/icu/source/data/coll/lv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/lv_LV.txt b/chromium/third_party/icu/source/data/coll/lv_LV.txt
index 01c9cf241e1..712e42845dd 100644
--- a/chromium/third_party/icu/source/data/coll/lv_LV.txt
+++ b/chromium/third_party/icu/source/data/coll/lv_LV.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/mk.txt b/chromium/third_party/icu/source/data/coll/mk.txt
index 2bf4a6e73e5..4523d7624a6 100644
--- a/chromium/third_party/icu/source/data/coll/mk.txt
+++ b/chromium/third_party/icu/source/data/coll/mk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/mk_MK.txt b/chromium/third_party/icu/source/data/coll/mk_MK.txt
index 83d4da32ca5..1a65db08cca 100644
--- a/chromium/third_party/icu/source/data/coll/mk_MK.txt
+++ b/chromium/third_party/icu/source/data/coll/mk_MK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ml.txt b/chromium/third_party/icu/source/data/coll/ml.txt
index a4790ddebce..da4234ece42 100644
--- a/chromium/third_party/icu/source/data/coll/ml.txt
+++ b/chromium/third_party/icu/source/data/coll/ml.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ml_IN.txt b/chromium/third_party/icu/source/data/coll/ml_IN.txt
index 01149875748..442e4b2beb6 100644
--- a/chromium/third_party/icu/source/data/coll/ml_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/ml_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/mo.txt b/chromium/third_party/icu/source/data/coll/mo.txt
index fb26e5769cf..717e06b8a84 100644
--- a/chromium/third_party/icu/source/data/coll/mo.txt
+++ b/chromium/third_party/icu/source/data/coll/mo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/mr.txt b/chromium/third_party/icu/source/data/coll/mr.txt
index 2589d4911eb..6554070c3e7 100644
--- a/chromium/third_party/icu/source/data/coll/mr.txt
+++ b/chromium/third_party/icu/source/data/coll/mr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/mr_IN.txt b/chromium/third_party/icu/source/data/coll/mr_IN.txt
index 574681c0e69..dc2a09847ff 100644
--- a/chromium/third_party/icu/source/data/coll/mr_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/mr_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ms.txt b/chromium/third_party/icu/source/data/coll/ms.txt
index e75788b4d4a..5839ef8cc2a 100644
--- a/chromium/third_party/icu/source/data/coll/ms.txt
+++ b/chromium/third_party/icu/source/data/coll/ms.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ms_BN.txt b/chromium/third_party/icu/source/data/coll/ms_BN.txt
index b24561ade41..afb7af56d8e 100644
--- a/chromium/third_party/icu/source/data/coll/ms_BN.txt
+++ b/chromium/third_party/icu/source/data/coll/ms_BN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ms_MY.txt b/chromium/third_party/icu/source/data/coll/ms_MY.txt
index 7f62feb4c2d..84b9879fbf0 100644
--- a/chromium/third_party/icu/source/data/coll/ms_MY.txt
+++ b/chromium/third_party/icu/source/data/coll/ms_MY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/mt.txt b/chromium/third_party/icu/source/data/coll/mt.txt
index 8e1f334c7a6..6f846705b2d 100644
--- a/chromium/third_party/icu/source/data/coll/mt.txt
+++ b/chromium/third_party/icu/source/data/coll/mt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/mt_MT.txt b/chromium/third_party/icu/source/data/coll/mt_MT.txt
index e128d6a5f4c..12d6e0276e3 100644
--- a/chromium/third_party/icu/source/data/coll/mt_MT.txt
+++ b/chromium/third_party/icu/source/data/coll/mt_MT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/my.txt b/chromium/third_party/icu/source/data/coll/my.txt
index a7f5804d435..7d99ffdb424 100644
--- a/chromium/third_party/icu/source/data/coll/my.txt
+++ b/chromium/third_party/icu/source/data/coll/my.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/my_MM.txt b/chromium/third_party/icu/source/data/coll/my_MM.txt
index 7bb9b761861..8fa08619761 100644
--- a/chromium/third_party/icu/source/data/coll/my_MM.txt
+++ b/chromium/third_party/icu/source/data/coll/my_MM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/nb.txt b/chromium/third_party/icu/source/data/coll/nb.txt
index 17c2e9fad13..240c1234301 100644
--- a/chromium/third_party/icu/source/data/coll/nb.txt
+++ b/chromium/third_party/icu/source/data/coll/nb.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/nb_NO.txt b/chromium/third_party/icu/source/data/coll/nb_NO.txt
index 622ed93eb61..39652db4e1e 100644
--- a/chromium/third_party/icu/source/data/coll/nb_NO.txt
+++ b/chromium/third_party/icu/source/data/coll/nb_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/nl.txt b/chromium/third_party/icu/source/data/coll/nl.txt
index 4483d28c15e..f0399733936 100644
--- a/chromium/third_party/icu/source/data/coll/nl.txt
+++ b/chromium/third_party/icu/source/data/coll/nl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/nl_BE.txt b/chromium/third_party/icu/source/data/coll/nl_BE.txt
index dccdd698f6c..8e9aa8e0df0 100644
--- a/chromium/third_party/icu/source/data/coll/nl_BE.txt
+++ b/chromium/third_party/icu/source/data/coll/nl_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/nl_NL.txt b/chromium/third_party/icu/source/data/coll/nl_NL.txt
index 093e199c37c..51bb030c73f 100644
--- a/chromium/third_party/icu/source/data/coll/nl_NL.txt
+++ b/chromium/third_party/icu/source/data/coll/nl_NL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/nn.txt b/chromium/third_party/icu/source/data/coll/nn.txt
index 5840fded4e9..1210262af62 100644
--- a/chromium/third_party/icu/source/data/coll/nn.txt
+++ b/chromium/third_party/icu/source/data/coll/nn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/nn_NO.txt b/chromium/third_party/icu/source/data/coll/nn_NO.txt
index ea82cff1781..d518da91352 100644
--- a/chromium/third_party/icu/source/data/coll/nn_NO.txt
+++ b/chromium/third_party/icu/source/data/coll/nn_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/no.txt b/chromium/third_party/icu/source/data/coll/no.txt
index 614750980c2..49cfe9af8b4 100644
--- a/chromium/third_party/icu/source/data/coll/no.txt
+++ b/chromium/third_party/icu/source/data/coll/no.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/no_NO.txt b/chromium/third_party/icu/source/data/coll/no_NO.txt
index d4a0fe37215..d482b8e8fa7 100644
--- a/chromium/third_party/icu/source/data/coll/no_NO.txt
+++ b/chromium/third_party/icu/source/data/coll/no_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/om.txt b/chromium/third_party/icu/source/data/coll/om.txt
index 15d1426d1a3..a86b93e7957 100644
--- a/chromium/third_party/icu/source/data/coll/om.txt
+++ b/chromium/third_party/icu/source/data/coll/om.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/om_ET.txt b/chromium/third_party/icu/source/data/coll/om_ET.txt
index 74d852379c6..bcbca2d3149 100644
--- a/chromium/third_party/icu/source/data/coll/om_ET.txt
+++ b/chromium/third_party/icu/source/data/coll/om_ET.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/om_KE.txt b/chromium/third_party/icu/source/data/coll/om_KE.txt
index 3fa2d2f37eb..58ddd83b930 100644
--- a/chromium/third_party/icu/source/data/coll/om_KE.txt
+++ b/chromium/third_party/icu/source/data/coll/om_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/or.txt b/chromium/third_party/icu/source/data/coll/or.txt
index da3b2d93618..87a63482f75 100644
--- a/chromium/third_party/icu/source/data/coll/or.txt
+++ b/chromium/third_party/icu/source/data/coll/or.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/or_IN.txt b/chromium/third_party/icu/source/data/coll/or_IN.txt
index f4f42cd4824..9256b87143b 100644
--- a/chromium/third_party/icu/source/data/coll/or_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/or_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pa.txt b/chromium/third_party/icu/source/data/coll/pa.txt
index 8554f37bdac..db9f6d10c92 100644
--- a/chromium/third_party/icu/source/data/coll/pa.txt
+++ b/chromium/third_party/icu/source/data/coll/pa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pa_Arab.txt b/chromium/third_party/icu/source/data/coll/pa_Arab.txt
index 8ce3223afb6..7b4ab7acfef 100644
--- a/chromium/third_party/icu/source/data/coll/pa_Arab.txt
+++ b/chromium/third_party/icu/source/data/coll/pa_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pa_Arab_PK.txt b/chromium/third_party/icu/source/data/coll/pa_Arab_PK.txt
index a124355bc12..d2e40071752 100644
--- a/chromium/third_party/icu/source/data/coll/pa_Arab_PK.txt
+++ b/chromium/third_party/icu/source/data/coll/pa_Arab_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pa_Guru.txt b/chromium/third_party/icu/source/data/coll/pa_Guru.txt
index 13756b69e4c..6a358547dad 100644
--- a/chromium/third_party/icu/source/data/coll/pa_Guru.txt
+++ b/chromium/third_party/icu/source/data/coll/pa_Guru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pa_Guru_IN.txt b/chromium/third_party/icu/source/data/coll/pa_Guru_IN.txt
index eded515ad49..02592760bdb 100644
--- a/chromium/third_party/icu/source/data/coll/pa_Guru_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/pa_Guru_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pa_IN.txt b/chromium/third_party/icu/source/data/coll/pa_IN.txt
index 9531c4a6f23..fc4603ac5ae 100644
--- a/chromium/third_party/icu/source/data/coll/pa_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/pa_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pl.txt b/chromium/third_party/icu/source/data/coll/pl.txt
index 58332f15107..d116ea0cac4 100644
--- a/chromium/third_party/icu/source/data/coll/pl.txt
+++ b/chromium/third_party/icu/source/data/coll/pl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pl_PL.txt b/chromium/third_party/icu/source/data/coll/pl_PL.txt
index b40ded8d417..5a6a855328c 100644
--- a/chromium/third_party/icu/source/data/coll/pl_PL.txt
+++ b/chromium/third_party/icu/source/data/coll/pl_PL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ps.txt b/chromium/third_party/icu/source/data/coll/ps.txt
index 876d9d43628..cb420874fa4 100644
--- a/chromium/third_party/icu/source/data/coll/ps.txt
+++ b/chromium/third_party/icu/source/data/coll/ps.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ps_AF.txt b/chromium/third_party/icu/source/data/coll/ps_AF.txt
index d150d7d70ad..d7733112dd1 100644
--- a/chromium/third_party/icu/source/data/coll/ps_AF.txt
+++ b/chromium/third_party/icu/source/data/coll/ps_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pt.txt b/chromium/third_party/icu/source/data/coll/pt.txt
index f0244d44d47..0bad5b2913a 100644
--- a/chromium/third_party/icu/source/data/coll/pt.txt
+++ b/chromium/third_party/icu/source/data/coll/pt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pt_BR.txt b/chromium/third_party/icu/source/data/coll/pt_BR.txt
index 6d87032bc9a..a49e6cf5088 100644
--- a/chromium/third_party/icu/source/data/coll/pt_BR.txt
+++ b/chromium/third_party/icu/source/data/coll/pt_BR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/pt_PT.txt b/chromium/third_party/icu/source/data/coll/pt_PT.txt
index 11b4ffef352..5fcced33dda 100644
--- a/chromium/third_party/icu/source/data/coll/pt_PT.txt
+++ b/chromium/third_party/icu/source/data/coll/pt_PT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ro.txt b/chromium/third_party/icu/source/data/coll/ro.txt
index 8eefda61aaa..c95dba82175 100644
--- a/chromium/third_party/icu/source/data/coll/ro.txt
+++ b/chromium/third_party/icu/source/data/coll/ro.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ro_MD.txt b/chromium/third_party/icu/source/data/coll/ro_MD.txt
index 5e0db6703b5..bb7612e723a 100644
--- a/chromium/third_party/icu/source/data/coll/ro_MD.txt
+++ b/chromium/third_party/icu/source/data/coll/ro_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ro_RO.txt b/chromium/third_party/icu/source/data/coll/ro_RO.txt
index 976847c16a0..37fab298437 100644
--- a/chromium/third_party/icu/source/data/coll/ro_RO.txt
+++ b/chromium/third_party/icu/source/data/coll/ro_RO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/root.txt b/chromium/third_party/icu/source/data/coll/root.txt
index bb7fff1c69c..d5e98eef354 100644
--- a/chromium/third_party/icu/source/data/coll/root.txt
+++ b/chromium/third_party/icu/source/data/coll/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ru.txt b/chromium/third_party/icu/source/data/coll/ru.txt
index 05ff7c0f517..1f8b7cf3510 100644
--- a/chromium/third_party/icu/source/data/coll/ru.txt
+++ b/chromium/third_party/icu/source/data/coll/ru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ru_MD.txt b/chromium/third_party/icu/source/data/coll/ru_MD.txt
index ccc472e8b5c..a63af4bb1b1 100644
--- a/chromium/third_party/icu/source/data/coll/ru_MD.txt
+++ b/chromium/third_party/icu/source/data/coll/ru_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ru_RU.txt b/chromium/third_party/icu/source/data/coll/ru_RU.txt
index d76bf60a36f..1a7313b49e6 100644
--- a/chromium/third_party/icu/source/data/coll/ru_RU.txt
+++ b/chromium/third_party/icu/source/data/coll/ru_RU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ru_UA.txt b/chromium/third_party/icu/source/data/coll/ru_UA.txt
index 3b3dea7b22c..b54399f0427 100644
--- a/chromium/third_party/icu/source/data/coll/ru_UA.txt
+++ b/chromium/third_party/icu/source/data/coll/ru_UA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sh.txt b/chromium/third_party/icu/source/data/coll/sh.txt
index 11862c61de7..f17856ce40d 100644
--- a/chromium/third_party/icu/source/data/coll/sh.txt
+++ b/chromium/third_party/icu/source/data/coll/sh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sh_BA.txt b/chromium/third_party/icu/source/data/coll/sh_BA.txt
index ded71454129..1979ae32171 100644
--- a/chromium/third_party/icu/source/data/coll/sh_BA.txt
+++ b/chromium/third_party/icu/source/data/coll/sh_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sh_YU.txt b/chromium/third_party/icu/source/data/coll/sh_YU.txt
index e858083c44f..457a38ffea1 100644
--- a/chromium/third_party/icu/source/data/coll/sh_YU.txt
+++ b/chromium/third_party/icu/source/data/coll/sh_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/si.txt b/chromium/third_party/icu/source/data/coll/si.txt
index a340ca08f08..12f8ee2de29 100644
--- a/chromium/third_party/icu/source/data/coll/si.txt
+++ b/chromium/third_party/icu/source/data/coll/si.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/si_LK.txt b/chromium/third_party/icu/source/data/coll/si_LK.txt
index b60f5603288..6372924b9f7 100644
--- a/chromium/third_party/icu/source/data/coll/si_LK.txt
+++ b/chromium/third_party/icu/source/data/coll/si_LK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sk.txt b/chromium/third_party/icu/source/data/coll/sk.txt
index cb779791e51..c4016ba8ed9 100644
--- a/chromium/third_party/icu/source/data/coll/sk.txt
+++ b/chromium/third_party/icu/source/data/coll/sk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sk_SK.txt b/chromium/third_party/icu/source/data/coll/sk_SK.txt
index 5946aec5cb8..e048c66fcdc 100644
--- a/chromium/third_party/icu/source/data/coll/sk_SK.txt
+++ b/chromium/third_party/icu/source/data/coll/sk_SK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sl.txt b/chromium/third_party/icu/source/data/coll/sl.txt
index b71871ca637..ce05de42581 100644
--- a/chromium/third_party/icu/source/data/coll/sl.txt
+++ b/chromium/third_party/icu/source/data/coll/sl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sl_SI.txt b/chromium/third_party/icu/source/data/coll/sl_SI.txt
index 4a299001fdd..7ee15caa89b 100644
--- a/chromium/third_party/icu/source/data/coll/sl_SI.txt
+++ b/chromium/third_party/icu/source/data/coll/sl_SI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sq.txt b/chromium/third_party/icu/source/data/coll/sq.txt
index a19701c6490..e68f65bffa8 100644
--- a/chromium/third_party/icu/source/data/coll/sq.txt
+++ b/chromium/third_party/icu/source/data/coll/sq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sq_AL.txt b/chromium/third_party/icu/source/data/coll/sq_AL.txt
index f7262cbd59d..90bcaaed5d9 100644
--- a/chromium/third_party/icu/source/data/coll/sq_AL.txt
+++ b/chromium/third_party/icu/source/data/coll/sq_AL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr.txt b/chromium/third_party/icu/source/data/coll/sr.txt
index 539128e5598..4e9445b4f9b 100644
--- a/chromium/third_party/icu/source/data/coll/sr.txt
+++ b/chromium/third_party/icu/source/data/coll/sr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_BA.txt b/chromium/third_party/icu/source/data/coll/sr_BA.txt
index fc643ed9e33..6d95f1eee1e 100644
--- a/chromium/third_party/icu/source/data/coll/sr_BA.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Cyrl.txt b/chromium/third_party/icu/source/data/coll/sr_Cyrl.txt
index 98af1b133ae..f1fb04de49b 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Cyrl_BA.txt b/chromium/third_party/icu/source/data/coll/sr_Cyrl_BA.txt
index 73ec912cfa3..1513dec277a 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Cyrl_BA.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Cyrl_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Cyrl_ME.txt b/chromium/third_party/icu/source/data/coll/sr_Cyrl_ME.txt
index b15f86f12f2..e1fa10d84fc 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Cyrl_ME.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Cyrl_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Cyrl_RS.txt b/chromium/third_party/icu/source/data/coll/sr_Cyrl_RS.txt
index 2ddf1491a66..723365d4883 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Cyrl_RS.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Cyrl_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Latn.txt b/chromium/third_party/icu/source/data/coll/sr_Latn.txt
index 0bcb6fc1f58..dd01652d654 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Latn.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Latn_BA.txt b/chromium/third_party/icu/source/data/coll/sr_Latn_BA.txt
index 10c46a744c4..bb15dc4c9c6 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Latn_BA.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Latn_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Latn_ME.txt b/chromium/third_party/icu/source/data/coll/sr_Latn_ME.txt
index dbd132fc05b..6de0a0233e5 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Latn_ME.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Latn_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_Latn_RS.txt b/chromium/third_party/icu/source/data/coll/sr_Latn_RS.txt
index d055aae3916..9a9d145cfae 100644
--- a/chromium/third_party/icu/source/data/coll/sr_Latn_RS.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_Latn_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_ME.txt b/chromium/third_party/icu/source/data/coll/sr_ME.txt
index 45cbb068c13..ec1974a4447 100644
--- a/chromium/third_party/icu/source/data/coll/sr_ME.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sr_RS.txt b/chromium/third_party/icu/source/data/coll/sr_RS.txt
index df7c0e3a879..dd46b5a010d 100644
--- a/chromium/third_party/icu/source/data/coll/sr_RS.txt
+++ b/chromium/third_party/icu/source/data/coll/sr_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sv.txt b/chromium/third_party/icu/source/data/coll/sv.txt
index 5b8df96de11..3771387ddb5 100644
--- a/chromium/third_party/icu/source/data/coll/sv.txt
+++ b/chromium/third_party/icu/source/data/coll/sv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sv_FI.txt b/chromium/third_party/icu/source/data/coll/sv_FI.txt
index bd249c3d33c..4ebd0f60ac3 100644
--- a/chromium/third_party/icu/source/data/coll/sv_FI.txt
+++ b/chromium/third_party/icu/source/data/coll/sv_FI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sv_SE.txt b/chromium/third_party/icu/source/data/coll/sv_SE.txt
index f01b16d6820..76a0a54536a 100644
--- a/chromium/third_party/icu/source/data/coll/sv_SE.txt
+++ b/chromium/third_party/icu/source/data/coll/sv_SE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sw.txt b/chromium/third_party/icu/source/data/coll/sw.txt
index 62897f216e6..bd0bfc5283d 100644
--- a/chromium/third_party/icu/source/data/coll/sw.txt
+++ b/chromium/third_party/icu/source/data/coll/sw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sw_KE.txt b/chromium/third_party/icu/source/data/coll/sw_KE.txt
index 7e9a22df181..0ba4be4db39 100644
--- a/chromium/third_party/icu/source/data/coll/sw_KE.txt
+++ b/chromium/third_party/icu/source/data/coll/sw_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/sw_TZ.txt b/chromium/third_party/icu/source/data/coll/sw_TZ.txt
index 118c21fbc74..1b6f1ced9be 100644
--- a/chromium/third_party/icu/source/data/coll/sw_TZ.txt
+++ b/chromium/third_party/icu/source/data/coll/sw_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ta.txt b/chromium/third_party/icu/source/data/coll/ta.txt
index 06496a73da6..0bc875a0482 100644
--- a/chromium/third_party/icu/source/data/coll/ta.txt
+++ b/chromium/third_party/icu/source/data/coll/ta.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ta_IN.txt b/chromium/third_party/icu/source/data/coll/ta_IN.txt
index 3e55f3999d4..958839a3a5c 100644
--- a/chromium/third_party/icu/source/data/coll/ta_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/ta_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ta_LK.txt b/chromium/third_party/icu/source/data/coll/ta_LK.txt
index e250331fac2..060e09b1f04 100644
--- a/chromium/third_party/icu/source/data/coll/ta_LK.txt
+++ b/chromium/third_party/icu/source/data/coll/ta_LK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/te.txt b/chromium/third_party/icu/source/data/coll/te.txt
index 6d92d44b262..f5bb4822bae 100644
--- a/chromium/third_party/icu/source/data/coll/te.txt
+++ b/chromium/third_party/icu/source/data/coll/te.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/te_IN.txt b/chromium/third_party/icu/source/data/coll/te_IN.txt
index c7220972f85..8dfa5e3c308 100644
--- a/chromium/third_party/icu/source/data/coll/te_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/te_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/th.txt b/chromium/third_party/icu/source/data/coll/th.txt
index c3a3e102923..42bb8eaf0da 100644
--- a/chromium/third_party/icu/source/data/coll/th.txt
+++ b/chromium/third_party/icu/source/data/coll/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/th_TH.txt b/chromium/third_party/icu/source/data/coll/th_TH.txt
index ffa93a1adb6..07e186cb28e 100644
--- a/chromium/third_party/icu/source/data/coll/th_TH.txt
+++ b/chromium/third_party/icu/source/data/coll/th_TH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/to.txt b/chromium/third_party/icu/source/data/coll/to.txt
index 2b6e8066f22..7b2cb10c600 100644
--- a/chromium/third_party/icu/source/data/coll/to.txt
+++ b/chromium/third_party/icu/source/data/coll/to.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/tr.txt b/chromium/third_party/icu/source/data/coll/tr.txt
index 6c08bd55f73..54ecd0d88e7 100644
--- a/chromium/third_party/icu/source/data/coll/tr.txt
+++ b/chromium/third_party/icu/source/data/coll/tr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/tr_TR.txt b/chromium/third_party/icu/source/data/coll/tr_TR.txt
index 28d634dd38b..1e91e6074aa 100644
--- a/chromium/third_party/icu/source/data/coll/tr_TR.txt
+++ b/chromium/third_party/icu/source/data/coll/tr_TR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/uk.txt b/chromium/third_party/icu/source/data/coll/uk.txt
index 1b8368e80fa..8fb7549bcfc 100644
--- a/chromium/third_party/icu/source/data/coll/uk.txt
+++ b/chromium/third_party/icu/source/data/coll/uk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/uk_UA.txt b/chromium/third_party/icu/source/data/coll/uk_UA.txt
index f71ac40b921..5c14d1c113a 100644
--- a/chromium/third_party/icu/source/data/coll/uk_UA.txt
+++ b/chromium/third_party/icu/source/data/coll/uk_UA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ur.txt b/chromium/third_party/icu/source/data/coll/ur.txt
index 961eafff24a..5ae68b31bde 100644
--- a/chromium/third_party/icu/source/data/coll/ur.txt
+++ b/chromium/third_party/icu/source/data/coll/ur.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ur_IN.txt b/chromium/third_party/icu/source/data/coll/ur_IN.txt
index 3a28e058d11..78ba06374b1 100644
--- a/chromium/third_party/icu/source/data/coll/ur_IN.txt
+++ b/chromium/third_party/icu/source/data/coll/ur_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/ur_PK.txt b/chromium/third_party/icu/source/data/coll/ur_PK.txt
index 86ef67efa18..a290decaf63 100644
--- a/chromium/third_party/icu/source/data/coll/ur_PK.txt
+++ b/chromium/third_party/icu/source/data/coll/ur_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/vi.txt b/chromium/third_party/icu/source/data/coll/vi.txt
index 94ade93c462..1b18362d489 100644
--- a/chromium/third_party/icu/source/data/coll/vi.txt
+++ b/chromium/third_party/icu/source/data/coll/vi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/vi_VN.txt b/chromium/third_party/icu/source/data/coll/vi_VN.txt
index c6d12b5956c..80afeb9a77c 100644
--- a/chromium/third_party/icu/source/data/coll/vi_VN.txt
+++ b/chromium/third_party/icu/source/data/coll/vi_VN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/yo.txt b/chromium/third_party/icu/source/data/coll/yo.txt
index 229a025b699..a01bed8966a 100644
--- a/chromium/third_party/icu/source/data/coll/yo.txt
+++ b/chromium/third_party/icu/source/data/coll/yo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/yo_NG.txt b/chromium/third_party/icu/source/data/coll/yo_NG.txt
index 632d427f77b..95676f8d33b 100644
--- a/chromium/third_party/icu/source/data/coll/yo_NG.txt
+++ b/chromium/third_party/icu/source/data/coll/yo_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh.txt b/chromium/third_party/icu/source/data/coll/zh.txt
index 89e46f593fa..d5b4108b4c1 100644
--- a/chromium/third_party/icu/source/data/coll/zh.txt
+++ b/chromium/third_party/icu/source/data/coll/zh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_.txt b/chromium/third_party/icu/source/data/coll/zh_.txt
index 6850a318ec4..e95b56f1520 100644
--- a/chromium/third_party/icu/source/data/coll/zh_.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_CN.txt b/chromium/third_party/icu/source/data/coll/zh_CN.txt
index 8a3b59a279b..0e9ef2ce74d 100644
--- a/chromium/third_party/icu/source/data/coll/zh_CN.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_HK.txt b/chromium/third_party/icu/source/data/coll/zh_HK.txt
index b5c49587498..2ac7fad9c23 100644
--- a/chromium/third_party/icu/source/data/coll/zh_HK.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_Hans.txt b/chromium/third_party/icu/source/data/coll/zh_Hans.txt
index 9372c4bacbb..5df3ffa571b 100644
--- a/chromium/third_party/icu/source/data/coll/zh_Hans.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_Hans.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_Hans_CN.txt b/chromium/third_party/icu/source/data/coll/zh_Hans_CN.txt
index 3eedc991c5f..c5335bfebf0 100644
--- a/chromium/third_party/icu/source/data/coll/zh_Hans_CN.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_Hans_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_Hans_SG.txt b/chromium/third_party/icu/source/data/coll/zh_Hans_SG.txt
index 9b50f263be7..76b70194b70 100644
--- a/chromium/third_party/icu/source/data/coll/zh_Hans_SG.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_Hans_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_Hant.txt b/chromium/third_party/icu/source/data/coll/zh_Hant.txt
index 42e8f37aa12..b2072fef1f5 100644
--- a/chromium/third_party/icu/source/data/coll/zh_Hant.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_Hant.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_Hant_HK.txt b/chromium/third_party/icu/source/data/coll/zh_Hant_HK.txt
index eb03b092e8e..dde9c176295 100644
--- a/chromium/third_party/icu/source/data/coll/zh_Hant_HK.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_Hant_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_Hant_MO.txt b/chromium/third_party/icu/source/data/coll/zh_Hant_MO.txt
index c3417925ae4..4bf9dfd89f1 100644
--- a/chromium/third_party/icu/source/data/coll/zh_Hant_MO.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_Hant_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_Hant_TW.txt b/chromium/third_party/icu/source/data/coll/zh_Hant_TW.txt
index 96f9fe23c34..1b8bd1dfee2 100644
--- a/chromium/third_party/icu/source/data/coll/zh_Hant_TW.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_Hant_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_MO.txt b/chromium/third_party/icu/source/data/coll/zh_MO.txt
index 1d2b1d1e9dd..de44255000e 100644
--- a/chromium/third_party/icu/source/data/coll/zh_MO.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_SG.txt b/chromium/third_party/icu/source/data/coll/zh_SG.txt
index b613dff250e..c27f2b7e9ab 100644
--- a/chromium/third_party/icu/source/data/coll/zh_SG.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_TW.txt b/chromium/third_party/icu/source/data/coll/zh_TW.txt
index 0dfe72b82b3..e843d603b61 100644
--- a/chromium/third_party/icu/source/data/coll/zh_TW.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh_TW_STROKE.txt b/chromium/third_party/icu/source/data/coll/zh_TW_STROKE.txt
index 0f539715325..6749b47dbf2 100644
--- a/chromium/third_party/icu/source/data/coll/zh_TW_STROKE.txt
+++ b/chromium/third_party/icu/source/data/coll/zh_TW_STROKE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zh__PINYIN.txt b/chromium/third_party/icu/source/data/coll/zh__PINYIN.txt
index 453e46afa4e..e830291ef0e 100644
--- a/chromium/third_party/icu/source/data/coll/zh__PINYIN.txt
+++ b/chromium/third_party/icu/source/data/coll/zh__PINYIN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zu.txt b/chromium/third_party/icu/source/data/coll/zu.txt
index 97d0e466839..3fda6003049 100644
--- a/chromium/third_party/icu/source/data/coll/zu.txt
+++ b/chromium/third_party/icu/source/data/coll/zu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/coll/zu_ZA.txt b/chromium/third_party/icu/source/data/coll/zu_ZA.txt
index 0904f979bd1..850b37777a3 100644
--- a/chromium/third_party/icu/source/data/coll/zu_ZA.txt
+++ b/chromium/third_party/icu/source/data/coll/zu_ZA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/af.txt b/chromium/third_party/icu/source/data/curr/af.txt
index 2f34de871cd..49c237e24ca 100644
--- a/chromium/third_party/icu/source/data/curr/af.txt
+++ b/chromium/third_party/icu/source/data/curr/af.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ak.txt b/chromium/third_party/icu/source/data/curr/ak.txt
index d2b657cc5a5..b825adaded0 100644
--- a/chromium/third_party/icu/source/data/curr/ak.txt
+++ b/chromium/third_party/icu/source/data/curr/ak.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/am.txt b/chromium/third_party/icu/source/data/curr/am.txt
index 2ed83d53072..5ced3bef127 100644
--- a/chromium/third_party/icu/source/data/curr/am.txt
+++ b/chromium/third_party/icu/source/data/curr/am.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ar.txt b/chromium/third_party/icu/source/data/curr/ar.txt
index a0f10b85832..f9382ccc6ea 100644
--- a/chromium/third_party/icu/source/data/curr/ar.txt
+++ b/chromium/third_party/icu/source/data/curr/ar.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/as.txt b/chromium/third_party/icu/source/data/curr/as.txt
index 956ee7530c7..2396e31f53a 100644
--- a/chromium/third_party/icu/source/data/curr/as.txt
+++ b/chromium/third_party/icu/source/data/curr/as.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/asa.txt b/chromium/third_party/icu/source/data/curr/asa.txt
index f731047d6e9..3664c39fc9a 100644
--- a/chromium/third_party/icu/source/data/curr/asa.txt
+++ b/chromium/third_party/icu/source/data/curr/asa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/az.txt b/chromium/third_party/icu/source/data/curr/az.txt
index e55dca14d0c..5e57c90e327 100644
--- a/chromium/third_party/icu/source/data/curr/az.txt
+++ b/chromium/third_party/icu/source/data/curr/az.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/az_AZ.txt b/chromium/third_party/icu/source/data/curr/az_AZ.txt
index b478c019e3d..a6896130aae 100644
--- a/chromium/third_party/icu/source/data/curr/az_AZ.txt
+++ b/chromium/third_party/icu/source/data/curr/az_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/az_Cyrl.txt b/chromium/third_party/icu/source/data/curr/az_Cyrl.txt
index d381fc06cb7..9814eab4c93 100644
--- a/chromium/third_party/icu/source/data/curr/az_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/curr/az_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/az_Latn.txt b/chromium/third_party/icu/source/data/curr/az_Latn.txt
index 98da326e2e3..511581591cf 100644
--- a/chromium/third_party/icu/source/data/curr/az_Latn.txt
+++ b/chromium/third_party/icu/source/data/curr/az_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/az_Latn_AZ.txt b/chromium/third_party/icu/source/data/curr/az_Latn_AZ.txt
index 9f079fc6036..66777b050f4 100644
--- a/chromium/third_party/icu/source/data/curr/az_Latn_AZ.txt
+++ b/chromium/third_party/icu/source/data/curr/az_Latn_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/be.txt b/chromium/third_party/icu/source/data/curr/be.txt
index 0f7d08701c9..00fbecba089 100644
--- a/chromium/third_party/icu/source/data/curr/be.txt
+++ b/chromium/third_party/icu/source/data/curr/be.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/bem.txt b/chromium/third_party/icu/source/data/curr/bem.txt
index 3cf9461373d..a5833516854 100644
--- a/chromium/third_party/icu/source/data/curr/bem.txt
+++ b/chromium/third_party/icu/source/data/curr/bem.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/bez.txt b/chromium/third_party/icu/source/data/curr/bez.txt
index 493702fa066..cb468db3d93 100644
--- a/chromium/third_party/icu/source/data/curr/bez.txt
+++ b/chromium/third_party/icu/source/data/curr/bez.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/bg.txt b/chromium/third_party/icu/source/data/curr/bg.txt
index 8a6adadff80..18414b5d15e 100644
--- a/chromium/third_party/icu/source/data/curr/bg.txt
+++ b/chromium/third_party/icu/source/data/curr/bg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/bm.txt b/chromium/third_party/icu/source/data/curr/bm.txt
index e255fef0808..40fe3327bac 100644
--- a/chromium/third_party/icu/source/data/curr/bm.txt
+++ b/chromium/third_party/icu/source/data/curr/bm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/bn.txt b/chromium/third_party/icu/source/data/curr/bn.txt
index 3076bfa7983..e8a36144670 100644
--- a/chromium/third_party/icu/source/data/curr/bn.txt
+++ b/chromium/third_party/icu/source/data/curr/bn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/bo.txt b/chromium/third_party/icu/source/data/curr/bo.txt
index 9aab0c46f2d..770b08e1f41 100644
--- a/chromium/third_party/icu/source/data/curr/bo.txt
+++ b/chromium/third_party/icu/source/data/curr/bo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/bs.txt b/chromium/third_party/icu/source/data/curr/bs.txt
index 635867139e3..2d64546ffec 100644
--- a/chromium/third_party/icu/source/data/curr/bs.txt
+++ b/chromium/third_party/icu/source/data/curr/bs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ca.txt b/chromium/third_party/icu/source/data/curr/ca.txt
index ae71d862fd8..a6d33af600b 100644
--- a/chromium/third_party/icu/source/data/curr/ca.txt
+++ b/chromium/third_party/icu/source/data/curr/ca.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/cgg.txt b/chromium/third_party/icu/source/data/curr/cgg.txt
index b8fc094539e..33f864413f2 100644
--- a/chromium/third_party/icu/source/data/curr/cgg.txt
+++ b/chromium/third_party/icu/source/data/curr/cgg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/chr.txt b/chromium/third_party/icu/source/data/curr/chr.txt
index f9e9c736cd5..8f8ad6028ce 100644
--- a/chromium/third_party/icu/source/data/curr/chr.txt
+++ b/chromium/third_party/icu/source/data/curr/chr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/cs.txt b/chromium/third_party/icu/source/data/curr/cs.txt
index d09052810da..8a3120df4db 100644
--- a/chromium/third_party/icu/source/data/curr/cs.txt
+++ b/chromium/third_party/icu/source/data/curr/cs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/cy.txt b/chromium/third_party/icu/source/data/curr/cy.txt
index 64eb13eee8a..e35fde2d6b5 100644
--- a/chromium/third_party/icu/source/data/curr/cy.txt
+++ b/chromium/third_party/icu/source/data/curr/cy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/da.txt b/chromium/third_party/icu/source/data/curr/da.txt
index f7c7a78ca1b..d67d3d2da6d 100644
--- a/chromium/third_party/icu/source/data/curr/da.txt
+++ b/chromium/third_party/icu/source/data/curr/da.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/dav.txt b/chromium/third_party/icu/source/data/curr/dav.txt
index 9f30c11207a..cfb5444deef 100644
--- a/chromium/third_party/icu/source/data/curr/dav.txt
+++ b/chromium/third_party/icu/source/data/curr/dav.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/de.txt b/chromium/third_party/icu/source/data/curr/de.txt
index cdec5ba2b95..7b7df68c7ad 100644
--- a/chromium/third_party/icu/source/data/curr/de.txt
+++ b/chromium/third_party/icu/source/data/curr/de.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/de_BE.txt b/chromium/third_party/icu/source/data/curr/de_BE.txt
index 96083c925f4..5552c742118 100644
--- a/chromium/third_party/icu/source/data/curr/de_BE.txt
+++ b/chromium/third_party/icu/source/data/curr/de_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/de_LU.txt b/chromium/third_party/icu/source/data/curr/de_LU.txt
index e083ff7ec33..97db4acf78e 100644
--- a/chromium/third_party/icu/source/data/curr/de_LU.txt
+++ b/chromium/third_party/icu/source/data/curr/de_LU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ebu.txt b/chromium/third_party/icu/source/data/curr/ebu.txt
index 0f05160dffe..16af37fdd9e 100644
--- a/chromium/third_party/icu/source/data/curr/ebu.txt
+++ b/chromium/third_party/icu/source/data/curr/ebu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ee.txt b/chromium/third_party/icu/source/data/curr/ee.txt
index f6ff0b2cad3..8d2ec388097 100644
--- a/chromium/third_party/icu/source/data/curr/ee.txt
+++ b/chromium/third_party/icu/source/data/curr/ee.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/el.txt b/chromium/third_party/icu/source/data/curr/el.txt
index 02539250576..fbaf592c681 100644
--- a/chromium/third_party/icu/source/data/curr/el.txt
+++ b/chromium/third_party/icu/source/data/curr/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en.txt b/chromium/third_party/icu/source/data/curr/en.txt
index 52d9514c178..9af635ee7e9 100644
--- a/chromium/third_party/icu/source/data/curr/en.txt
+++ b/chromium/third_party/icu/source/data/curr/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_AU.txt b/chromium/third_party/icu/source/data/curr/en_AU.txt
index 99c7b975c31..dd4ac63270a 100644
--- a/chromium/third_party/icu/source/data/curr/en_AU.txt
+++ b/chromium/third_party/icu/source/data/curr/en_AU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_BE.txt b/chromium/third_party/icu/source/data/curr/en_BE.txt
index 017ae313a95..f0563b7e6c3 100644
--- a/chromium/third_party/icu/source/data/curr/en_BE.txt
+++ b/chromium/third_party/icu/source/data/curr/en_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_BW.txt b/chromium/third_party/icu/source/data/curr/en_BW.txt
index 95e25717364..bf4ec7d7df9 100644
--- a/chromium/third_party/icu/source/data/curr/en_BW.txt
+++ b/chromium/third_party/icu/source/data/curr/en_BW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_BZ.txt b/chromium/third_party/icu/source/data/curr/en_BZ.txt
index caebf6e45b8..5abb2bd8683 100644
--- a/chromium/third_party/icu/source/data/curr/en_BZ.txt
+++ b/chromium/third_party/icu/source/data/curr/en_BZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_CA.txt b/chromium/third_party/icu/source/data/curr/en_CA.txt
index 98acbc2ec7c..acb481a4e78 100644
--- a/chromium/third_party/icu/source/data/curr/en_CA.txt
+++ b/chromium/third_party/icu/source/data/curr/en_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_HK.txt b/chromium/third_party/icu/source/data/curr/en_HK.txt
index 944e6f26197..c9f6a65e1e2 100644
--- a/chromium/third_party/icu/source/data/curr/en_HK.txt
+++ b/chromium/third_party/icu/source/data/curr/en_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_JM.txt b/chromium/third_party/icu/source/data/curr/en_JM.txt
index 3872ff07108..179c1f21eb2 100644
--- a/chromium/third_party/icu/source/data/curr/en_JM.txt
+++ b/chromium/third_party/icu/source/data/curr/en_JM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_MT.txt b/chromium/third_party/icu/source/data/curr/en_MT.txt
index 387d36aa9b1..80f0d3b3212 100644
--- a/chromium/third_party/icu/source/data/curr/en_MT.txt
+++ b/chromium/third_party/icu/source/data/curr/en_MT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_NA.txt b/chromium/third_party/icu/source/data/curr/en_NA.txt
index 3ed61246223..61df5f84599 100644
--- a/chromium/third_party/icu/source/data/curr/en_NA.txt
+++ b/chromium/third_party/icu/source/data/curr/en_NA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_NZ.txt b/chromium/third_party/icu/source/data/curr/en_NZ.txt
index 9096fccb303..717467e7918 100644
--- a/chromium/third_party/icu/source/data/curr/en_NZ.txt
+++ b/chromium/third_party/icu/source/data/curr/en_NZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_PH.txt b/chromium/third_party/icu/source/data/curr/en_PH.txt
index 5f95655be71..13346db4e2c 100644
--- a/chromium/third_party/icu/source/data/curr/en_PH.txt
+++ b/chromium/third_party/icu/source/data/curr/en_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_PK.txt b/chromium/third_party/icu/source/data/curr/en_PK.txt
index 35029e1c355..a11e16c110d 100644
--- a/chromium/third_party/icu/source/data/curr/en_PK.txt
+++ b/chromium/third_party/icu/source/data/curr/en_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_RH.txt b/chromium/third_party/icu/source/data/curr/en_RH.txt
index d38afa5722a..0b3ed79a235 100644
--- a/chromium/third_party/icu/source/data/curr/en_RH.txt
+++ b/chromium/third_party/icu/source/data/curr/en_RH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_SG.txt b/chromium/third_party/icu/source/data/curr/en_SG.txt
index 3ab0b44d0e2..4b6cbed172b 100644
--- a/chromium/third_party/icu/source/data/curr/en_SG.txt
+++ b/chromium/third_party/icu/source/data/curr/en_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_TT.txt b/chromium/third_party/icu/source/data/curr/en_TT.txt
index c646bc6a7b6..1fda0ecebcd 100644
--- a/chromium/third_party/icu/source/data/curr/en_TT.txt
+++ b/chromium/third_party/icu/source/data/curr/en_TT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/en_ZW.txt b/chromium/third_party/icu/source/data/curr/en_ZW.txt
index e008a2c354a..a0f005707eb 100644
--- a/chromium/third_party/icu/source/data/curr/en_ZW.txt
+++ b/chromium/third_party/icu/source/data/curr/en_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/eo.txt b/chromium/third_party/icu/source/data/curr/eo.txt
index 440bc2abaad..22c7dace235 100644
--- a/chromium/third_party/icu/source/data/curr/eo.txt
+++ b/chromium/third_party/icu/source/data/curr/eo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es.txt b/chromium/third_party/icu/source/data/curr/es.txt
index 05766cc1283..dafa35be865 100644
--- a/chromium/third_party/icu/source/data/curr/es.txt
+++ b/chromium/third_party/icu/source/data/curr/es.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_AR.txt b/chromium/third_party/icu/source/data/curr/es_AR.txt
index 312ab583303..c5c338fea1f 100644
--- a/chromium/third_party/icu/source/data/curr/es_AR.txt
+++ b/chromium/third_party/icu/source/data/curr/es_AR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_CL.txt b/chromium/third_party/icu/source/data/curr/es_CL.txt
index 088c4c53b90..e55de9a8611 100644
--- a/chromium/third_party/icu/source/data/curr/es_CL.txt
+++ b/chromium/third_party/icu/source/data/curr/es_CL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_CO.txt b/chromium/third_party/icu/source/data/curr/es_CO.txt
index 32e6a0f8b1a..bab7a6ab124 100644
--- a/chromium/third_party/icu/source/data/curr/es_CO.txt
+++ b/chromium/third_party/icu/source/data/curr/es_CO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_EC.txt b/chromium/third_party/icu/source/data/curr/es_EC.txt
index ca2f775e779..b47e2cb6389 100644
--- a/chromium/third_party/icu/source/data/curr/es_EC.txt
+++ b/chromium/third_party/icu/source/data/curr/es_EC.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_GT.txt b/chromium/third_party/icu/source/data/curr/es_GT.txt
index 490086997c2..5776f50c3b8 100644
--- a/chromium/third_party/icu/source/data/curr/es_GT.txt
+++ b/chromium/third_party/icu/source/data/curr/es_GT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_HN.txt b/chromium/third_party/icu/source/data/curr/es_HN.txt
index 792e1afd08b..7442b0771cc 100644
--- a/chromium/third_party/icu/source/data/curr/es_HN.txt
+++ b/chromium/third_party/icu/source/data/curr/es_HN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_MX.txt b/chromium/third_party/icu/source/data/curr/es_MX.txt
index f24d3135b29..cb8f0d268ef 100644
--- a/chromium/third_party/icu/source/data/curr/es_MX.txt
+++ b/chromium/third_party/icu/source/data/curr/es_MX.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_PR.txt b/chromium/third_party/icu/source/data/curr/es_PR.txt
index 09c4617e7dd..37b9f1d1966 100644
--- a/chromium/third_party/icu/source/data/curr/es_PR.txt
+++ b/chromium/third_party/icu/source/data/curr/es_PR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_US.txt b/chromium/third_party/icu/source/data/curr/es_US.txt
index b2918fab666..ccf2523efe5 100644
--- a/chromium/third_party/icu/source/data/curr/es_US.txt
+++ b/chromium/third_party/icu/source/data/curr/es_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/es_UY.txt b/chromium/third_party/icu/source/data/curr/es_UY.txt
index 4f90a66496f..5da1025fe95 100644
--- a/chromium/third_party/icu/source/data/curr/es_UY.txt
+++ b/chromium/third_party/icu/source/data/curr/es_UY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/et.txt b/chromium/third_party/icu/source/data/curr/et.txt
index 90e16ef6d66..29751ad5fb1 100644
--- a/chromium/third_party/icu/source/data/curr/et.txt
+++ b/chromium/third_party/icu/source/data/curr/et.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/eu.txt b/chromium/third_party/icu/source/data/curr/eu.txt
index 577e6bde55b..81836e7f2bc 100644
--- a/chromium/third_party/icu/source/data/curr/eu.txt
+++ b/chromium/third_party/icu/source/data/curr/eu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fa.txt b/chromium/third_party/icu/source/data/curr/fa.txt
index 799367f881d..70232c5abf1 100644
--- a/chromium/third_party/icu/source/data/curr/fa.txt
+++ b/chromium/third_party/icu/source/data/curr/fa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fa_AF.txt b/chromium/third_party/icu/source/data/curr/fa_AF.txt
index 9764e63c092..c0eeb33a784 100644
--- a/chromium/third_party/icu/source/data/curr/fa_AF.txt
+++ b/chromium/third_party/icu/source/data/curr/fa_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ff.txt b/chromium/third_party/icu/source/data/curr/ff.txt
index e9a38b4d67a..02250af9615 100644
--- a/chromium/third_party/icu/source/data/curr/ff.txt
+++ b/chromium/third_party/icu/source/data/curr/ff.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fi.txt b/chromium/third_party/icu/source/data/curr/fi.txt
index 5886c24b690..1d43629f320 100644
--- a/chromium/third_party/icu/source/data/curr/fi.txt
+++ b/chromium/third_party/icu/source/data/curr/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fil.txt b/chromium/third_party/icu/source/data/curr/fil.txt
index 71b373149a1..a85912ac2a7 100644
--- a/chromium/third_party/icu/source/data/curr/fil.txt
+++ b/chromium/third_party/icu/source/data/curr/fil.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fil_PH.txt b/chromium/third_party/icu/source/data/curr/fil_PH.txt
index 5d0b43ca410..90fd6ef399e 100644
--- a/chromium/third_party/icu/source/data/curr/fil_PH.txt
+++ b/chromium/third_party/icu/source/data/curr/fil_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fo.txt b/chromium/third_party/icu/source/data/curr/fo.txt
index 289dcd5398e..34d0abcbaf1 100644
--- a/chromium/third_party/icu/source/data/curr/fo.txt
+++ b/chromium/third_party/icu/source/data/curr/fo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fr.txt b/chromium/third_party/icu/source/data/curr/fr.txt
index c5b0fbdf8ae..2b081aca1e2 100644
--- a/chromium/third_party/icu/source/data/curr/fr.txt
+++ b/chromium/third_party/icu/source/data/curr/fr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fr_CA.txt b/chromium/third_party/icu/source/data/curr/fr_CA.txt
index 0750abb5b96..9f485e0ab23 100644
--- a/chromium/third_party/icu/source/data/curr/fr_CA.txt
+++ b/chromium/third_party/icu/source/data/curr/fr_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/fr_LU.txt b/chromium/third_party/icu/source/data/curr/fr_LU.txt
index 1517767e083..ac668b78ac6 100644
--- a/chromium/third_party/icu/source/data/curr/fr_LU.txt
+++ b/chromium/third_party/icu/source/data/curr/fr_LU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ga.txt b/chromium/third_party/icu/source/data/curr/ga.txt
index 4b0c29b4422..0f37c274fcb 100644
--- a/chromium/third_party/icu/source/data/curr/ga.txt
+++ b/chromium/third_party/icu/source/data/curr/ga.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/gl.txt b/chromium/third_party/icu/source/data/curr/gl.txt
index 05f420a9b46..6594c83fbb5 100644
--- a/chromium/third_party/icu/source/data/curr/gl.txt
+++ b/chromium/third_party/icu/source/data/curr/gl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/gsw.txt b/chromium/third_party/icu/source/data/curr/gsw.txt
index abf6d622031..64f00b5ca1c 100644
--- a/chromium/third_party/icu/source/data/curr/gsw.txt
+++ b/chromium/third_party/icu/source/data/curr/gsw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/gu.txt b/chromium/third_party/icu/source/data/curr/gu.txt
index 92d6e26491b..c3f8b602515 100644
--- a/chromium/third_party/icu/source/data/curr/gu.txt
+++ b/chromium/third_party/icu/source/data/curr/gu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/guz.txt b/chromium/third_party/icu/source/data/curr/guz.txt
index 941bb8b734c..e07b709eb97 100644
--- a/chromium/third_party/icu/source/data/curr/guz.txt
+++ b/chromium/third_party/icu/source/data/curr/guz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/gv.txt b/chromium/third_party/icu/source/data/curr/gv.txt
index cc5e581666b..3ec09cf6f56 100644
--- a/chromium/third_party/icu/source/data/curr/gv.txt
+++ b/chromium/third_party/icu/source/data/curr/gv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha.txt b/chromium/third_party/icu/source/data/curr/ha.txt
index 925b1b4750a..6e5cc81acec 100644
--- a/chromium/third_party/icu/source/data/curr/ha.txt
+++ b/chromium/third_party/icu/source/data/curr/ha.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha_GH.txt b/chromium/third_party/icu/source/data/curr/ha_GH.txt
index 4157039e1db..bb61aeac8a0 100644
--- a/chromium/third_party/icu/source/data/curr/ha_GH.txt
+++ b/chromium/third_party/icu/source/data/curr/ha_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha_Latn.txt b/chromium/third_party/icu/source/data/curr/ha_Latn.txt
index c1936cbfda6..70117d0c36b 100644
--- a/chromium/third_party/icu/source/data/curr/ha_Latn.txt
+++ b/chromium/third_party/icu/source/data/curr/ha_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha_Latn_GH.txt b/chromium/third_party/icu/source/data/curr/ha_Latn_GH.txt
index 8edc43a56b9..f6953348e89 100644
--- a/chromium/third_party/icu/source/data/curr/ha_Latn_GH.txt
+++ b/chromium/third_party/icu/source/data/curr/ha_Latn_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha_Latn_NE.txt b/chromium/third_party/icu/source/data/curr/ha_Latn_NE.txt
index bb40882b0d3..d8aa7852983 100644
--- a/chromium/third_party/icu/source/data/curr/ha_Latn_NE.txt
+++ b/chromium/third_party/icu/source/data/curr/ha_Latn_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha_Latn_NG.txt b/chromium/third_party/icu/source/data/curr/ha_Latn_NG.txt
index 4b580dc8bdf..18a74544a87 100644
--- a/chromium/third_party/icu/source/data/curr/ha_Latn_NG.txt
+++ b/chromium/third_party/icu/source/data/curr/ha_Latn_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha_NE.txt b/chromium/third_party/icu/source/data/curr/ha_NE.txt
index c0462df7357..a13635251a5 100644
--- a/chromium/third_party/icu/source/data/curr/ha_NE.txt
+++ b/chromium/third_party/icu/source/data/curr/ha_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ha_NG.txt b/chromium/third_party/icu/source/data/curr/ha_NG.txt
index f94c8c125e9..15ef96a20cc 100644
--- a/chromium/third_party/icu/source/data/curr/ha_NG.txt
+++ b/chromium/third_party/icu/source/data/curr/ha_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/haw.txt b/chromium/third_party/icu/source/data/curr/haw.txt
index add6ff88a67..6dc63fa7fa7 100644
--- a/chromium/third_party/icu/source/data/curr/haw.txt
+++ b/chromium/third_party/icu/source/data/curr/haw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/he.txt b/chromium/third_party/icu/source/data/curr/he.txt
index f7f59c7ee4f..709fe620146 100644
--- a/chromium/third_party/icu/source/data/curr/he.txt
+++ b/chromium/third_party/icu/source/data/curr/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/he_IL.txt b/chromium/third_party/icu/source/data/curr/he_IL.txt
index a563fbf0fb4..bbaca24bfcd 100644
--- a/chromium/third_party/icu/source/data/curr/he_IL.txt
+++ b/chromium/third_party/icu/source/data/curr/he_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/hi.txt b/chromium/third_party/icu/source/data/curr/hi.txt
index 8762002e248..a6fd3f0f7ab 100644
--- a/chromium/third_party/icu/source/data/curr/hi.txt
+++ b/chromium/third_party/icu/source/data/curr/hi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/hr.txt b/chromium/third_party/icu/source/data/curr/hr.txt
index cc0329ebdad..284cf2f2228 100644
--- a/chromium/third_party/icu/source/data/curr/hr.txt
+++ b/chromium/third_party/icu/source/data/curr/hr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/hu.txt b/chromium/third_party/icu/source/data/curr/hu.txt
index 572500daa39..86cff287a35 100644
--- a/chromium/third_party/icu/source/data/curr/hu.txt
+++ b/chromium/third_party/icu/source/data/curr/hu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/hy.txt b/chromium/third_party/icu/source/data/curr/hy.txt
index b4a274fcc18..ce1bba6210d 100644
--- a/chromium/third_party/icu/source/data/curr/hy.txt
+++ b/chromium/third_party/icu/source/data/curr/hy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/id.txt b/chromium/third_party/icu/source/data/curr/id.txt
index 8e52d80041c..bdfbaf18a8a 100644
--- a/chromium/third_party/icu/source/data/curr/id.txt
+++ b/chromium/third_party/icu/source/data/curr/id.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/id_ID.txt b/chromium/third_party/icu/source/data/curr/id_ID.txt
index 0dfbf33ce8a..6f46f3d6bef 100644
--- a/chromium/third_party/icu/source/data/curr/id_ID.txt
+++ b/chromium/third_party/icu/source/data/curr/id_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ig.txt b/chromium/third_party/icu/source/data/curr/ig.txt
index 00254801e66..a77f59eecdc 100644
--- a/chromium/third_party/icu/source/data/curr/ig.txt
+++ b/chromium/third_party/icu/source/data/curr/ig.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ii.txt b/chromium/third_party/icu/source/data/curr/ii.txt
index d58a8d9fd8d..c3afdd0acc3 100644
--- a/chromium/third_party/icu/source/data/curr/ii.txt
+++ b/chromium/third_party/icu/source/data/curr/ii.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/in.txt b/chromium/third_party/icu/source/data/curr/in.txt
index 61b30d727f6..aa1633f6fdd 100644
--- a/chromium/third_party/icu/source/data/curr/in.txt
+++ b/chromium/third_party/icu/source/data/curr/in.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/in_ID.txt b/chromium/third_party/icu/source/data/curr/in_ID.txt
index 3345520acb1..daa7cd0dfef 100644
--- a/chromium/third_party/icu/source/data/curr/in_ID.txt
+++ b/chromium/third_party/icu/source/data/curr/in_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/is.txt b/chromium/third_party/icu/source/data/curr/is.txt
index 68a736de0cb..18582ce0aec 100644
--- a/chromium/third_party/icu/source/data/curr/is.txt
+++ b/chromium/third_party/icu/source/data/curr/is.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/it.txt b/chromium/third_party/icu/source/data/curr/it.txt
index 67756320d38..9ef0964cae5 100644
--- a/chromium/third_party/icu/source/data/curr/it.txt
+++ b/chromium/third_party/icu/source/data/curr/it.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/iw.txt b/chromium/third_party/icu/source/data/curr/iw.txt
index 343433da8a2..948bdda04ac 100644
--- a/chromium/third_party/icu/source/data/curr/iw.txt
+++ b/chromium/third_party/icu/source/data/curr/iw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/iw_IL.txt b/chromium/third_party/icu/source/data/curr/iw_IL.txt
index 7fbbe53be73..bc467350b58 100644
--- a/chromium/third_party/icu/source/data/curr/iw_IL.txt
+++ b/chromium/third_party/icu/source/data/curr/iw_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ja.txt b/chromium/third_party/icu/source/data/curr/ja.txt
index 5d90fb2f341..0cf59e6035b 100644
--- a/chromium/third_party/icu/source/data/curr/ja.txt
+++ b/chromium/third_party/icu/source/data/curr/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ja_JP.txt b/chromium/third_party/icu/source/data/curr/ja_JP.txt
index 0658922eca5..0b251c0d340 100644
--- a/chromium/third_party/icu/source/data/curr/ja_JP.txt
+++ b/chromium/third_party/icu/source/data/curr/ja_JP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ja_JP_TRADITIONAL.txt b/chromium/third_party/icu/source/data/curr/ja_JP_TRADITIONAL.txt
index 63aeb0c69d6..a0d8d37af45 100644
--- a/chromium/third_party/icu/source/data/curr/ja_JP_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/curr/ja_JP_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/jmc.txt b/chromium/third_party/icu/source/data/curr/jmc.txt
index 18a30f95334..317c9b881e7 100644
--- a/chromium/third_party/icu/source/data/curr/jmc.txt
+++ b/chromium/third_party/icu/source/data/curr/jmc.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ka.txt b/chromium/third_party/icu/source/data/curr/ka.txt
index 80f7798717f..c296c9b1408 100644
--- a/chromium/third_party/icu/source/data/curr/ka.txt
+++ b/chromium/third_party/icu/source/data/curr/ka.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kab.txt b/chromium/third_party/icu/source/data/curr/kab.txt
index 64c7f85254a..f8fdf406769 100644
--- a/chromium/third_party/icu/source/data/curr/kab.txt
+++ b/chromium/third_party/icu/source/data/curr/kab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kam.txt b/chromium/third_party/icu/source/data/curr/kam.txt
index 18cb3a1dd84..6b5bd3df6f9 100644
--- a/chromium/third_party/icu/source/data/curr/kam.txt
+++ b/chromium/third_party/icu/source/data/curr/kam.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kde.txt b/chromium/third_party/icu/source/data/curr/kde.txt
index 18575cf918e..b71ff80f4c2 100644
--- a/chromium/third_party/icu/source/data/curr/kde.txt
+++ b/chromium/third_party/icu/source/data/curr/kde.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kea.txt b/chromium/third_party/icu/source/data/curr/kea.txt
index 4dcad79cb2f..a8496e7d225 100644
--- a/chromium/third_party/icu/source/data/curr/kea.txt
+++ b/chromium/third_party/icu/source/data/curr/kea.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/khq.txt b/chromium/third_party/icu/source/data/curr/khq.txt
index 787f266423e..e8106df6689 100644
--- a/chromium/third_party/icu/source/data/curr/khq.txt
+++ b/chromium/third_party/icu/source/data/curr/khq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ki.txt b/chromium/third_party/icu/source/data/curr/ki.txt
index 0e626803001..67f722e2b83 100644
--- a/chromium/third_party/icu/source/data/curr/ki.txt
+++ b/chromium/third_party/icu/source/data/curr/ki.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kk.txt b/chromium/third_party/icu/source/data/curr/kk.txt
index cfd0430bd11..8e043887949 100644
--- a/chromium/third_party/icu/source/data/curr/kk.txt
+++ b/chromium/third_party/icu/source/data/curr/kk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kk_Cyrl.txt b/chromium/third_party/icu/source/data/curr/kk_Cyrl.txt
index 690d8e02e4f..ee4c5941347 100644
--- a/chromium/third_party/icu/source/data/curr/kk_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/curr/kk_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kk_Cyrl_KZ.txt b/chromium/third_party/icu/source/data/curr/kk_Cyrl_KZ.txt
index 371d161d679..91960025f0c 100644
--- a/chromium/third_party/icu/source/data/curr/kk_Cyrl_KZ.txt
+++ b/chromium/third_party/icu/source/data/curr/kk_Cyrl_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kk_KZ.txt b/chromium/third_party/icu/source/data/curr/kk_KZ.txt
index 99a0861e733..9455f3e924d 100644
--- a/chromium/third_party/icu/source/data/curr/kk_KZ.txt
+++ b/chromium/third_party/icu/source/data/curr/kk_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kl.txt b/chromium/third_party/icu/source/data/curr/kl.txt
index 718021f6264..31bd80c872f 100644
--- a/chromium/third_party/icu/source/data/curr/kl.txt
+++ b/chromium/third_party/icu/source/data/curr/kl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kln.txt b/chromium/third_party/icu/source/data/curr/kln.txt
index 73300151660..00ed8703041 100644
--- a/chromium/third_party/icu/source/data/curr/kln.txt
+++ b/chromium/third_party/icu/source/data/curr/kln.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/km.txt b/chromium/third_party/icu/source/data/curr/km.txt
index 5ef6084a389..659da2b2ad1 100644
--- a/chromium/third_party/icu/source/data/curr/km.txt
+++ b/chromium/third_party/icu/source/data/curr/km.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kn.txt b/chromium/third_party/icu/source/data/curr/kn.txt
index 2d1f315384f..8c1e4474d61 100644
--- a/chromium/third_party/icu/source/data/curr/kn.txt
+++ b/chromium/third_party/icu/source/data/curr/kn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ko.txt b/chromium/third_party/icu/source/data/curr/ko.txt
index 9ab27630e5a..d213f5aa35f 100644
--- a/chromium/third_party/icu/source/data/curr/ko.txt
+++ b/chromium/third_party/icu/source/data/curr/ko.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kok.txt b/chromium/third_party/icu/source/data/curr/kok.txt
index 455db31a51c..eb0a67be1ed 100644
--- a/chromium/third_party/icu/source/data/curr/kok.txt
+++ b/chromium/third_party/icu/source/data/curr/kok.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/kw.txt b/chromium/third_party/icu/source/data/curr/kw.txt
index a588cd2bbdd..ba38c6927f5 100644
--- a/chromium/third_party/icu/source/data/curr/kw.txt
+++ b/chromium/third_party/icu/source/data/curr/kw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/lag.txt b/chromium/third_party/icu/source/data/curr/lag.txt
index ab62b798a65..d612c8a52dc 100644
--- a/chromium/third_party/icu/source/data/curr/lag.txt
+++ b/chromium/third_party/icu/source/data/curr/lag.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/lg.txt b/chromium/third_party/icu/source/data/curr/lg.txt
index 1df861541f8..ae75816cc7c 100644
--- a/chromium/third_party/icu/source/data/curr/lg.txt
+++ b/chromium/third_party/icu/source/data/curr/lg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/lt.txt b/chromium/third_party/icu/source/data/curr/lt.txt
index d37e3f0e36e..1164494f8f1 100644
--- a/chromium/third_party/icu/source/data/curr/lt.txt
+++ b/chromium/third_party/icu/source/data/curr/lt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/luo.txt b/chromium/third_party/icu/source/data/curr/luo.txt
index d81a8c40724..53b295e049e 100644
--- a/chromium/third_party/icu/source/data/curr/luo.txt
+++ b/chromium/third_party/icu/source/data/curr/luo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/luy.txt b/chromium/third_party/icu/source/data/curr/luy.txt
index 989c9ad57bf..c86e2a3bc3d 100644
--- a/chromium/third_party/icu/source/data/curr/luy.txt
+++ b/chromium/third_party/icu/source/data/curr/luy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/lv.txt b/chromium/third_party/icu/source/data/curr/lv.txt
index e492e4b5174..caea5b5fc1b 100644
--- a/chromium/third_party/icu/source/data/curr/lv.txt
+++ b/chromium/third_party/icu/source/data/curr/lv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mas.txt b/chromium/third_party/icu/source/data/curr/mas.txt
index 1198fc1e981..a16ac143814 100644
--- a/chromium/third_party/icu/source/data/curr/mas.txt
+++ b/chromium/third_party/icu/source/data/curr/mas.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mer.txt b/chromium/third_party/icu/source/data/curr/mer.txt
index fe86ee77ab5..96d32a35eca 100644
--- a/chromium/third_party/icu/source/data/curr/mer.txt
+++ b/chromium/third_party/icu/source/data/curr/mer.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mfe.txt b/chromium/third_party/icu/source/data/curr/mfe.txt
index e44909993d9..3b6eda3598b 100644
--- a/chromium/third_party/icu/source/data/curr/mfe.txt
+++ b/chromium/third_party/icu/source/data/curr/mfe.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mg.txt b/chromium/third_party/icu/source/data/curr/mg.txt
index 7209d0aad0f..8013e66f3ec 100644
--- a/chromium/third_party/icu/source/data/curr/mg.txt
+++ b/chromium/third_party/icu/source/data/curr/mg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mk.txt b/chromium/third_party/icu/source/data/curr/mk.txt
index af154b2062e..7437ea3bb96 100644
--- a/chromium/third_party/icu/source/data/curr/mk.txt
+++ b/chromium/third_party/icu/source/data/curr/mk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ml.txt b/chromium/third_party/icu/source/data/curr/ml.txt
index f3bd28c73e1..25d390fbe05 100644
--- a/chromium/third_party/icu/source/data/curr/ml.txt
+++ b/chromium/third_party/icu/source/data/curr/ml.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mo.txt b/chromium/third_party/icu/source/data/curr/mo.txt
index 0139be8022c..23495025131 100644
--- a/chromium/third_party/icu/source/data/curr/mo.txt
+++ b/chromium/third_party/icu/source/data/curr/mo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mr.txt b/chromium/third_party/icu/source/data/curr/mr.txt
index e6330ffbda2..7527e2e859c 100644
--- a/chromium/third_party/icu/source/data/curr/mr.txt
+++ b/chromium/third_party/icu/source/data/curr/mr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ms.txt b/chromium/third_party/icu/source/data/curr/ms.txt
index 74d761309ed..d15346d2214 100644
--- a/chromium/third_party/icu/source/data/curr/ms.txt
+++ b/chromium/third_party/icu/source/data/curr/ms.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2011 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ms_BN.txt b/chromium/third_party/icu/source/data/curr/ms_BN.txt
index 03d852281bf..e7b8c3debdf 100644
--- a/chromium/third_party/icu/source/data/curr/ms_BN.txt
+++ b/chromium/third_party/icu/source/data/curr/ms_BN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/mt.txt b/chromium/third_party/icu/source/data/curr/mt.txt
index fafd2850ed1..e31f183a580 100644
--- a/chromium/third_party/icu/source/data/curr/mt.txt
+++ b/chromium/third_party/icu/source/data/curr/mt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/my.txt b/chromium/third_party/icu/source/data/curr/my.txt
index ad5f1610954..ce2a1262117 100644
--- a/chromium/third_party/icu/source/data/curr/my.txt
+++ b/chromium/third_party/icu/source/data/curr/my.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/naq.txt b/chromium/third_party/icu/source/data/curr/naq.txt
index 73693be9218..7dc00dd83cf 100644
--- a/chromium/third_party/icu/source/data/curr/naq.txt
+++ b/chromium/third_party/icu/source/data/curr/naq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/nb.txt b/chromium/third_party/icu/source/data/curr/nb.txt
index 88162227fc3..d8c3ac0b83a 100644
--- a/chromium/third_party/icu/source/data/curr/nb.txt
+++ b/chromium/third_party/icu/source/data/curr/nb.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/nb_NO.txt b/chromium/third_party/icu/source/data/curr/nb_NO.txt
index 5f0d97e1158..e57bcbf5f8c 100644
--- a/chromium/third_party/icu/source/data/curr/nb_NO.txt
+++ b/chromium/third_party/icu/source/data/curr/nb_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/nd.txt b/chromium/third_party/icu/source/data/curr/nd.txt
index bd17fb22ca9..3ec91dc11cb 100644
--- a/chromium/third_party/icu/source/data/curr/nd.txt
+++ b/chromium/third_party/icu/source/data/curr/nd.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ne.txt b/chromium/third_party/icu/source/data/curr/ne.txt
index b02f2984a2b..e87e51be4fe 100644
--- a/chromium/third_party/icu/source/data/curr/ne.txt
+++ b/chromium/third_party/icu/source/data/curr/ne.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ne_IN.txt b/chromium/third_party/icu/source/data/curr/ne_IN.txt
index 87537170a44..1fa8d098a12 100644
--- a/chromium/third_party/icu/source/data/curr/ne_IN.txt
+++ b/chromium/third_party/icu/source/data/curr/ne_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/nl.txt b/chromium/third_party/icu/source/data/curr/nl.txt
index 79e34df7acf..ccbe0fd573b 100644
--- a/chromium/third_party/icu/source/data/curr/nl.txt
+++ b/chromium/third_party/icu/source/data/curr/nl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/nn.txt b/chromium/third_party/icu/source/data/curr/nn.txt
index b4fd63718e1..97a60270299 100644
--- a/chromium/third_party/icu/source/data/curr/nn.txt
+++ b/chromium/third_party/icu/source/data/curr/nn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/nn_NO.txt b/chromium/third_party/icu/source/data/curr/nn_NO.txt
index 0d6ccfbb657..756c18773d7 100644
--- a/chromium/third_party/icu/source/data/curr/nn_NO.txt
+++ b/chromium/third_party/icu/source/data/curr/nn_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/no.txt b/chromium/third_party/icu/source/data/curr/no.txt
index 3cad66b196f..c8cd44f5082 100644
--- a/chromium/third_party/icu/source/data/curr/no.txt
+++ b/chromium/third_party/icu/source/data/curr/no.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/no_NO.txt b/chromium/third_party/icu/source/data/curr/no_NO.txt
index d4a0fe37215..d482b8e8fa7 100644
--- a/chromium/third_party/icu/source/data/curr/no_NO.txt
+++ b/chromium/third_party/icu/source/data/curr/no_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/no_NO_NY.txt b/chromium/third_party/icu/source/data/curr/no_NO_NY.txt
index 6c69850a275..a582afde467 100644
--- a/chromium/third_party/icu/source/data/curr/no_NO_NY.txt
+++ b/chromium/third_party/icu/source/data/curr/no_NO_NY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/nyn.txt b/chromium/third_party/icu/source/data/curr/nyn.txt
index f8c2f961111..9caed812164 100644
--- a/chromium/third_party/icu/source/data/curr/nyn.txt
+++ b/chromium/third_party/icu/source/data/curr/nyn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/om.txt b/chromium/third_party/icu/source/data/curr/om.txt
index d4144a9035c..afdec75d679 100644
--- a/chromium/third_party/icu/source/data/curr/om.txt
+++ b/chromium/third_party/icu/source/data/curr/om.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/or.txt b/chromium/third_party/icu/source/data/curr/or.txt
index 6625916e902..80a0eef712e 100644
--- a/chromium/third_party/icu/source/data/curr/or.txt
+++ b/chromium/third_party/icu/source/data/curr/or.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pa.txt b/chromium/third_party/icu/source/data/curr/pa.txt
index afbcb6f50ef..de6a722780c 100644
--- a/chromium/third_party/icu/source/data/curr/pa.txt
+++ b/chromium/third_party/icu/source/data/curr/pa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pa_Arab.txt b/chromium/third_party/icu/source/data/curr/pa_Arab.txt
index be29923a674..0e74b6e95ee 100644
--- a/chromium/third_party/icu/source/data/curr/pa_Arab.txt
+++ b/chromium/third_party/icu/source/data/curr/pa_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pa_Arab_PK.txt b/chromium/third_party/icu/source/data/curr/pa_Arab_PK.txt
index f1e5aae7277..d87ad492e44 100644
--- a/chromium/third_party/icu/source/data/curr/pa_Arab_PK.txt
+++ b/chromium/third_party/icu/source/data/curr/pa_Arab_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pa_Guru.txt b/chromium/third_party/icu/source/data/curr/pa_Guru.txt
index ff573c63583..9bafe21b850 100644
--- a/chromium/third_party/icu/source/data/curr/pa_Guru.txt
+++ b/chromium/third_party/icu/source/data/curr/pa_Guru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pa_Guru_IN.txt b/chromium/third_party/icu/source/data/curr/pa_Guru_IN.txt
index 52fc2b5a4f6..2d94e423b52 100644
--- a/chromium/third_party/icu/source/data/curr/pa_Guru_IN.txt
+++ b/chromium/third_party/icu/source/data/curr/pa_Guru_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pa_IN.txt b/chromium/third_party/icu/source/data/curr/pa_IN.txt
index dbef05b7216..3115a43da40 100644
--- a/chromium/third_party/icu/source/data/curr/pa_IN.txt
+++ b/chromium/third_party/icu/source/data/curr/pa_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pa_PK.txt b/chromium/third_party/icu/source/data/curr/pa_PK.txt
index 7552eb0afb0..c4045f1f2eb 100644
--- a/chromium/third_party/icu/source/data/curr/pa_PK.txt
+++ b/chromium/third_party/icu/source/data/curr/pa_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pl.txt b/chromium/third_party/icu/source/data/curr/pl.txt
index 4aea6099489..f9e6450506b 100644
--- a/chromium/third_party/icu/source/data/curr/pl.txt
+++ b/chromium/third_party/icu/source/data/curr/pl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ps.txt b/chromium/third_party/icu/source/data/curr/ps.txt
index afae7ebe599..3f66413d255 100644
--- a/chromium/third_party/icu/source/data/curr/ps.txt
+++ b/chromium/third_party/icu/source/data/curr/ps.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pt.txt b/chromium/third_party/icu/source/data/curr/pt.txt
index 70964315966..b65691d2079 100644
--- a/chromium/third_party/icu/source/data/curr/pt.txt
+++ b/chromium/third_party/icu/source/data/curr/pt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/pt_PT.txt b/chromium/third_party/icu/source/data/curr/pt_PT.txt
index d0819edd7cf..25494f294c3 100644
--- a/chromium/third_party/icu/source/data/curr/pt_PT.txt
+++ b/chromium/third_party/icu/source/data/curr/pt_PT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/rm.txt b/chromium/third_party/icu/source/data/curr/rm.txt
index e01d44b8736..02ed829705f 100644
--- a/chromium/third_party/icu/source/data/curr/rm.txt
+++ b/chromium/third_party/icu/source/data/curr/rm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ro.txt b/chromium/third_party/icu/source/data/curr/ro.txt
index db5cac750e9..16312610750 100644
--- a/chromium/third_party/icu/source/data/curr/ro.txt
+++ b/chromium/third_party/icu/source/data/curr/ro.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ro_MD.txt b/chromium/third_party/icu/source/data/curr/ro_MD.txt
index 573571fdcbd..f5dd26dd788 100644
--- a/chromium/third_party/icu/source/data/curr/ro_MD.txt
+++ b/chromium/third_party/icu/source/data/curr/ro_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/rof.txt b/chromium/third_party/icu/source/data/curr/rof.txt
index 3c6c370d33e..9d005a394c1 100644
--- a/chromium/third_party/icu/source/data/curr/rof.txt
+++ b/chromium/third_party/icu/source/data/curr/rof.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/root.txt b/chromium/third_party/icu/source/data/curr/root.txt
index e1a007dd515..39c0db8fc3a 100644
--- a/chromium/third_party/icu/source/data/curr/root.txt
+++ b/chromium/third_party/icu/source/data/curr/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ru.txt b/chromium/third_party/icu/source/data/curr/ru.txt
index 6a1070f8681..1d8a8186043 100644
--- a/chromium/third_party/icu/source/data/curr/ru.txt
+++ b/chromium/third_party/icu/source/data/curr/ru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/rw.txt b/chromium/third_party/icu/source/data/curr/rw.txt
index f4a39342f72..b29b9507d7a 100644
--- a/chromium/third_party/icu/source/data/curr/rw.txt
+++ b/chromium/third_party/icu/source/data/curr/rw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/rwk.txt b/chromium/third_party/icu/source/data/curr/rwk.txt
index 148e6e1f9a3..b22ed354445 100644
--- a/chromium/third_party/icu/source/data/curr/rwk.txt
+++ b/chromium/third_party/icu/source/data/curr/rwk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/saq.txt b/chromium/third_party/icu/source/data/curr/saq.txt
index bdaf2819f99..8671cd26c56 100644
--- a/chromium/third_party/icu/source/data/curr/saq.txt
+++ b/chromium/third_party/icu/source/data/curr/saq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/seh.txt b/chromium/third_party/icu/source/data/curr/seh.txt
index 20b19656586..1bc5800e8aa 100644
--- a/chromium/third_party/icu/source/data/curr/seh.txt
+++ b/chromium/third_party/icu/source/data/curr/seh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ses.txt b/chromium/third_party/icu/source/data/curr/ses.txt
index e852542c459..5642d992bd7 100644
--- a/chromium/third_party/icu/source/data/curr/ses.txt
+++ b/chromium/third_party/icu/source/data/curr/ses.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sg.txt b/chromium/third_party/icu/source/data/curr/sg.txt
index 72c6f786271..14358647b77 100644
--- a/chromium/third_party/icu/source/data/curr/sg.txt
+++ b/chromium/third_party/icu/source/data/curr/sg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sh.txt b/chromium/third_party/icu/source/data/curr/sh.txt
index ccdafa1c2b8..aa4e9004623 100644
--- a/chromium/third_party/icu/source/data/curr/sh.txt
+++ b/chromium/third_party/icu/source/data/curr/sh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sh_BA.txt b/chromium/third_party/icu/source/data/curr/sh_BA.txt
index 5432be2a437..1b797bf2f1d 100644
--- a/chromium/third_party/icu/source/data/curr/sh_BA.txt
+++ b/chromium/third_party/icu/source/data/curr/sh_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sh_CS.txt b/chromium/third_party/icu/source/data/curr/sh_CS.txt
index acc8e18d396..3fa3a7c7798 100644
--- a/chromium/third_party/icu/source/data/curr/sh_CS.txt
+++ b/chromium/third_party/icu/source/data/curr/sh_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sh_YU.txt b/chromium/third_party/icu/source/data/curr/sh_YU.txt
index 57d21fe61ea..ea8bd15e1df 100644
--- a/chromium/third_party/icu/source/data/curr/sh_YU.txt
+++ b/chromium/third_party/icu/source/data/curr/sh_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/shi.txt b/chromium/third_party/icu/source/data/curr/shi.txt
index c3ad5b31577..86eff635443 100644
--- a/chromium/third_party/icu/source/data/curr/shi.txt
+++ b/chromium/third_party/icu/source/data/curr/shi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/shi_Latn.txt b/chromium/third_party/icu/source/data/curr/shi_Latn.txt
index 99dd363ead3..785cb7a1d6e 100644
--- a/chromium/third_party/icu/source/data/curr/shi_Latn.txt
+++ b/chromium/third_party/icu/source/data/curr/shi_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/shi_Latn_MA.txt b/chromium/third_party/icu/source/data/curr/shi_Latn_MA.txt
index 1489e310907..3e8daa7fdce 100644
--- a/chromium/third_party/icu/source/data/curr/shi_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/curr/shi_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/shi_MA.txt b/chromium/third_party/icu/source/data/curr/shi_MA.txt
index 14a51a9d966..d43e1179bc8 100644
--- a/chromium/third_party/icu/source/data/curr/shi_MA.txt
+++ b/chromium/third_party/icu/source/data/curr/shi_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/shi_Tfng.txt b/chromium/third_party/icu/source/data/curr/shi_Tfng.txt
index 5d25dc0f164..f75847f0d55 100644
--- a/chromium/third_party/icu/source/data/curr/shi_Tfng.txt
+++ b/chromium/third_party/icu/source/data/curr/shi_Tfng.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/si.txt b/chromium/third_party/icu/source/data/curr/si.txt
index 75f1117390b..1b62f1e7209 100644
--- a/chromium/third_party/icu/source/data/curr/si.txt
+++ b/chromium/third_party/icu/source/data/curr/si.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sk.txt b/chromium/third_party/icu/source/data/curr/sk.txt
index c75802852b9..502ef9870e2 100644
--- a/chromium/third_party/icu/source/data/curr/sk.txt
+++ b/chromium/third_party/icu/source/data/curr/sk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sl.txt b/chromium/third_party/icu/source/data/curr/sl.txt
index c81af7b9b67..bf6b550e453 100644
--- a/chromium/third_party/icu/source/data/curr/sl.txt
+++ b/chromium/third_party/icu/source/data/curr/sl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sn.txt b/chromium/third_party/icu/source/data/curr/sn.txt
index 79617509667..cd06a84614a 100644
--- a/chromium/third_party/icu/source/data/curr/sn.txt
+++ b/chromium/third_party/icu/source/data/curr/sn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/so.txt b/chromium/third_party/icu/source/data/curr/so.txt
index 452f77cbc50..7d93fd795ea 100644
--- a/chromium/third_party/icu/source/data/curr/so.txt
+++ b/chromium/third_party/icu/source/data/curr/so.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sq.txt b/chromium/third_party/icu/source/data/curr/sq.txt
index 1710f8f3742..5ea6c0d7c4f 100644
--- a/chromium/third_party/icu/source/data/curr/sq.txt
+++ b/chromium/third_party/icu/source/data/curr/sq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr.txt b/chromium/third_party/icu/source/data/curr/sr.txt
index ffea5cfebe6..987ecd50b06 100644
--- a/chromium/third_party/icu/source/data/curr/sr.txt
+++ b/chromium/third_party/icu/source/data/curr/sr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_BA.txt b/chromium/third_party/icu/source/data/curr/sr_BA.txt
index db8f5efd607..ec7e3fbe61d 100644
--- a/chromium/third_party/icu/source/data/curr/sr_BA.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_CS.txt b/chromium/third_party/icu/source/data/curr/sr_CS.txt
index f05ad8effa1..d1a9bffffb7 100644
--- a/chromium/third_party/icu/source/data/curr/sr_CS.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Cyrl.txt b/chromium/third_party/icu/source/data/curr/sr_Cyrl.txt
index fea831765ed..49833f334ba 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Cyrl_BA.txt b/chromium/third_party/icu/source/data/curr/sr_Cyrl_BA.txt
index fb782c510cd..1dd2950cd95 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Cyrl_BA.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Cyrl_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Cyrl_CS.txt b/chromium/third_party/icu/source/data/curr/sr_Cyrl_CS.txt
index 6a8dac22e1b..d9be60f5cc3 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Cyrl_CS.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Cyrl_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Cyrl_RS.txt b/chromium/third_party/icu/source/data/curr/sr_Cyrl_RS.txt
index 93940c46c42..a82ca9cd4ac 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Cyrl_RS.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Cyrl_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Cyrl_YU.txt b/chromium/third_party/icu/source/data/curr/sr_Cyrl_YU.txt
index 66c143d1a52..dd1a461e3df 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Cyrl_YU.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Cyrl_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Latn.txt b/chromium/third_party/icu/source/data/curr/sr_Latn.txt
index e7403aa8a58..11390fb9d24 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Latn.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Latn_BA.txt b/chromium/third_party/icu/source/data/curr/sr_Latn_BA.txt
index c2fcc1b8aef..767b46e6b26 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Latn_BA.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Latn_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Latn_CS.txt b/chromium/third_party/icu/source/data/curr/sr_Latn_CS.txt
index c63f9a0671d..400ae3f4666 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Latn_CS.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Latn_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Latn_ME.txt b/chromium/third_party/icu/source/data/curr/sr_Latn_ME.txt
index 94576b12393..a2e52e8adb0 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Latn_ME.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Latn_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Latn_RS.txt b/chromium/third_party/icu/source/data/curr/sr_Latn_RS.txt
index bed8c50288f..17878ffd0d1 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Latn_RS.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Latn_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_Latn_YU.txt b/chromium/third_party/icu/source/data/curr/sr_Latn_YU.txt
index b810d8b8815..c6d91752f83 100644
--- a/chromium/third_party/icu/source/data/curr/sr_Latn_YU.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_Latn_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_ME.txt b/chromium/third_party/icu/source/data/curr/sr_ME.txt
index f5caa292760..80ba62f66f7 100644
--- a/chromium/third_party/icu/source/data/curr/sr_ME.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_RS.txt b/chromium/third_party/icu/source/data/curr/sr_RS.txt
index 06ef6a1ffdb..99dafdf152e 100644
--- a/chromium/third_party/icu/source/data/curr/sr_RS.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sr_YU.txt b/chromium/third_party/icu/source/data/curr/sr_YU.txt
index 2c66494575e..85da57469ce 100644
--- a/chromium/third_party/icu/source/data/curr/sr_YU.txt
+++ b/chromium/third_party/icu/source/data/curr/sr_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/supplementalData.txt b/chromium/third_party/icu/source/data/curr/supplementalData.txt
index 1abbfef56a4..343ab7dd462 100644
--- a/chromium/third_party/icu/source/data/curr/supplementalData.txt
+++ b/chromium/third_party/icu/source/data/curr/supplementalData.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sv.txt b/chromium/third_party/icu/source/data/curr/sv.txt
index f8e7e243529..af859e7c026 100644
--- a/chromium/third_party/icu/source/data/curr/sv.txt
+++ b/chromium/third_party/icu/source/data/curr/sv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/sw.txt b/chromium/third_party/icu/source/data/curr/sw.txt
index 20a39ace050..c8f6b21713a 100644
--- a/chromium/third_party/icu/source/data/curr/sw.txt
+++ b/chromium/third_party/icu/source/data/curr/sw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ta.txt b/chromium/third_party/icu/source/data/curr/ta.txt
index 5043b1216b8..c59c3ffc927 100644
--- a/chromium/third_party/icu/source/data/curr/ta.txt
+++ b/chromium/third_party/icu/source/data/curr/ta.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/te.txt b/chromium/third_party/icu/source/data/curr/te.txt
index 8b2d46c2cda..2011efdf76e 100644
--- a/chromium/third_party/icu/source/data/curr/te.txt
+++ b/chromium/third_party/icu/source/data/curr/te.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/teo.txt b/chromium/third_party/icu/source/data/curr/teo.txt
index e1ddf89f91e..f981c8ea986 100644
--- a/chromium/third_party/icu/source/data/curr/teo.txt
+++ b/chromium/third_party/icu/source/data/curr/teo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/th.txt b/chromium/third_party/icu/source/data/curr/th.txt
index a3e1226a37b..eb66fe50840 100644
--- a/chromium/third_party/icu/source/data/curr/th.txt
+++ b/chromium/third_party/icu/source/data/curr/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/th_TH.txt b/chromium/third_party/icu/source/data/curr/th_TH.txt
index ab3c89b4f9e..42384e28116 100644
--- a/chromium/third_party/icu/source/data/curr/th_TH.txt
+++ b/chromium/third_party/icu/source/data/curr/th_TH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/th_TH_TRADITIONAL.txt b/chromium/third_party/icu/source/data/curr/th_TH_TRADITIONAL.txt
index 843843b3390..a13f87f8774 100644
--- a/chromium/third_party/icu/source/data/curr/th_TH_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/curr/th_TH_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ti.txt b/chromium/third_party/icu/source/data/curr/ti.txt
index 9b6fce5aebd..ca732151f51 100644
--- a/chromium/third_party/icu/source/data/curr/ti.txt
+++ b/chromium/third_party/icu/source/data/curr/ti.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/tl.txt b/chromium/third_party/icu/source/data/curr/tl.txt
index f2d22a99edc..d393371c970 100644
--- a/chromium/third_party/icu/source/data/curr/tl.txt
+++ b/chromium/third_party/icu/source/data/curr/tl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/tl_PH.txt b/chromium/third_party/icu/source/data/curr/tl_PH.txt
index d8068f62e93..8a834380193 100644
--- a/chromium/third_party/icu/source/data/curr/tl_PH.txt
+++ b/chromium/third_party/icu/source/data/curr/tl_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/to.txt b/chromium/third_party/icu/source/data/curr/to.txt
index a487fa176b0..600c5a03145 100644
--- a/chromium/third_party/icu/source/data/curr/to.txt
+++ b/chromium/third_party/icu/source/data/curr/to.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/tr.txt b/chromium/third_party/icu/source/data/curr/tr.txt
index 283738eb537..e5973d002a2 100644
--- a/chromium/third_party/icu/source/data/curr/tr.txt
+++ b/chromium/third_party/icu/source/data/curr/tr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/tzm.txt b/chromium/third_party/icu/source/data/curr/tzm.txt
index 63bae8db669..26d24955053 100644
--- a/chromium/third_party/icu/source/data/curr/tzm.txt
+++ b/chromium/third_party/icu/source/data/curr/tzm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/tzm_Latn.txt b/chromium/third_party/icu/source/data/curr/tzm_Latn.txt
index 6a8b1bd268f..8c70621a44b 100644
--- a/chromium/third_party/icu/source/data/curr/tzm_Latn.txt
+++ b/chromium/third_party/icu/source/data/curr/tzm_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/tzm_Latn_MA.txt b/chromium/third_party/icu/source/data/curr/tzm_Latn_MA.txt
index 6e5f2b7b67c..e4b3aae29ae 100644
--- a/chromium/third_party/icu/source/data/curr/tzm_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/curr/tzm_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/tzm_MA.txt b/chromium/third_party/icu/source/data/curr/tzm_MA.txt
index a92148d3efc..8a4d156c604 100644
--- a/chromium/third_party/icu/source/data/curr/tzm_MA.txt
+++ b/chromium/third_party/icu/source/data/curr/tzm_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uk.txt b/chromium/third_party/icu/source/data/curr/uk.txt
index 8f3155af5eb..013b56bd1a9 100644
--- a/chromium/third_party/icu/source/data/curr/uk.txt
+++ b/chromium/third_party/icu/source/data/curr/uk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/ur.txt b/chromium/third_party/icu/source/data/curr/ur.txt
index 609f066ea96..0019ea09047 100644
--- a/chromium/third_party/icu/source/data/curr/ur.txt
+++ b/chromium/third_party/icu/source/data/curr/ur.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz.txt b/chromium/third_party/icu/source/data/curr/uz.txt
index ab3be35eb61..343caed040e 100644
--- a/chromium/third_party/icu/source/data/curr/uz.txt
+++ b/chromium/third_party/icu/source/data/curr/uz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz_AF.txt b/chromium/third_party/icu/source/data/curr/uz_AF.txt
index 9135c836cf5..c43731f7fa4 100644
--- a/chromium/third_party/icu/source/data/curr/uz_AF.txt
+++ b/chromium/third_party/icu/source/data/curr/uz_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz_Arab.txt b/chromium/third_party/icu/source/data/curr/uz_Arab.txt
index 551996bcba8..cda1861ecb5 100644
--- a/chromium/third_party/icu/source/data/curr/uz_Arab.txt
+++ b/chromium/third_party/icu/source/data/curr/uz_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz_Arab_AF.txt b/chromium/third_party/icu/source/data/curr/uz_Arab_AF.txt
index e30dc27272b..3d5b5eb7462 100644
--- a/chromium/third_party/icu/source/data/curr/uz_Arab_AF.txt
+++ b/chromium/third_party/icu/source/data/curr/uz_Arab_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz_Cyrl.txt b/chromium/third_party/icu/source/data/curr/uz_Cyrl.txt
index 29a81452d27..6d5ff066c47 100644
--- a/chromium/third_party/icu/source/data/curr/uz_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/curr/uz_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz_Cyrl_UZ.txt b/chromium/third_party/icu/source/data/curr/uz_Cyrl_UZ.txt
index 9dafe036333..4b24d314b29 100644
--- a/chromium/third_party/icu/source/data/curr/uz_Cyrl_UZ.txt
+++ b/chromium/third_party/icu/source/data/curr/uz_Cyrl_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz_Latn.txt b/chromium/third_party/icu/source/data/curr/uz_Latn.txt
index 19404d9ec23..fbe92bc01b0 100644
--- a/chromium/third_party/icu/source/data/curr/uz_Latn.txt
+++ b/chromium/third_party/icu/source/data/curr/uz_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/uz_UZ.txt b/chromium/third_party/icu/source/data/curr/uz_UZ.txt
index fcaadc4a76b..707f304c368 100644
--- a/chromium/third_party/icu/source/data/curr/uz_UZ.txt
+++ b/chromium/third_party/icu/source/data/curr/uz_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/vi.txt b/chromium/third_party/icu/source/data/curr/vi.txt
index 745e9448536..cfadd7db2a9 100644
--- a/chromium/third_party/icu/source/data/curr/vi.txt
+++ b/chromium/third_party/icu/source/data/curr/vi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/vun.txt b/chromium/third_party/icu/source/data/curr/vun.txt
index 621ceffe254..b589b564671 100644
--- a/chromium/third_party/icu/source/data/curr/vun.txt
+++ b/chromium/third_party/icu/source/data/curr/vun.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/xog.txt b/chromium/third_party/icu/source/data/curr/xog.txt
index 535f50504fb..077d6a30d70 100644
--- a/chromium/third_party/icu/source/data/curr/xog.txt
+++ b/chromium/third_party/icu/source/data/curr/xog.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/yo.txt b/chromium/third_party/icu/source/data/curr/yo.txt
index 999901e7390..ee999c205ce 100644
--- a/chromium/third_party/icu/source/data/curr/yo.txt
+++ b/chromium/third_party/icu/source/data/curr/yo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh.txt b/chromium/third_party/icu/source/data/curr/zh.txt
index 9b3efaf335c..e80f5fd0353 100644
--- a/chromium/third_party/icu/source/data/curr/zh.txt
+++ b/chromium/third_party/icu/source/data/curr/zh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_CN.txt b/chromium/third_party/icu/source/data/curr/zh_CN.txt
index 5f9c9ee0e9e..cdf17f15726 100644
--- a/chromium/third_party/icu/source/data/curr/zh_CN.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_HK.txt b/chromium/third_party/icu/source/data/curr/zh_HK.txt
index 0db8a99abb5..78e6c2c3857 100644
--- a/chromium/third_party/icu/source/data/curr/zh_HK.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hans.txt b/chromium/third_party/icu/source/data/curr/zh_Hans.txt
index d9a1c6cc113..c5de7c10811 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hans.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hans.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hans_CN.txt b/chromium/third_party/icu/source/data/curr/zh_Hans_CN.txt
index ee809a10d29..5a262c2012b 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hans_CN.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hans_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hans_HK.txt b/chromium/third_party/icu/source/data/curr/zh_Hans_HK.txt
index b00671e0a5c..a0ead93b360 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hans_HK.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hans_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hans_SG.txt b/chromium/third_party/icu/source/data/curr/zh_Hans_SG.txt
index 9b4d3e7e370..fcad1638a7f 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hans_SG.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hans_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hant.txt b/chromium/third_party/icu/source/data/curr/zh_Hant.txt
index 68856034241..4f96a31f8c0 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hant.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hant.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hant_HK.txt b/chromium/third_party/icu/source/data/curr/zh_Hant_HK.txt
index 5c2389b5193..9e31d4f0f50 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hant_HK.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hant_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hant_MO.txt b/chromium/third_party/icu/source/data/curr/zh_Hant_MO.txt
index 571af8debfc..1eb1ebd31bd 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hant_MO.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hant_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_Hant_TW.txt b/chromium/third_party/icu/source/data/curr/zh_Hant_TW.txt
index f00120ec991..9328f9a668f 100644
--- a/chromium/third_party/icu/source/data/curr/zh_Hant_TW.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_Hant_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_MO.txt b/chromium/third_party/icu/source/data/curr/zh_MO.txt
index 87e6b50f200..182447e37bf 100644
--- a/chromium/third_party/icu/source/data/curr/zh_MO.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_SG.txt b/chromium/third_party/icu/source/data/curr/zh_SG.txt
index 3b025136f7a..8ad0cb9fc67 100644
--- a/chromium/third_party/icu/source/data/curr/zh_SG.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zh_TW.txt b/chromium/third_party/icu/source/data/curr/zh_TW.txt
index 384df322c15..aaf5ad8845d 100644
--- a/chromium/third_party/icu/source/data/curr/zh_TW.txt
+++ b/chromium/third_party/icu/source/data/curr/zh_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/curr/zu.txt b/chromium/third_party/icu/source/data/curr/zu.txt
index 7df28e8443a..e4366c5cec2 100644
--- a/chromium/third_party/icu/source/data/curr/zu.txt
+++ b/chromium/third_party/icu/source/data/curr/zu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/af.txt b/chromium/third_party/icu/source/data/lang/af.txt
index 567f8f35ea5..7cd61d7581d 100644
--- a/chromium/third_party/icu/source/data/lang/af.txt
+++ b/chromium/third_party/icu/source/data/lang/af.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ak.txt b/chromium/third_party/icu/source/data/lang/ak.txt
index 21eb7726a3b..0af2506ce54 100644
--- a/chromium/third_party/icu/source/data/lang/ak.txt
+++ b/chromium/third_party/icu/source/data/lang/ak.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/am.txt b/chromium/third_party/icu/source/data/lang/am.txt
index efd6de619bd..3b5f6a1bd63 100644
--- a/chromium/third_party/icu/source/data/lang/am.txt
+++ b/chromium/third_party/icu/source/data/lang/am.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ar.txt b/chromium/third_party/icu/source/data/lang/ar.txt
index e3cecdb0825..0c2da521710 100644
--- a/chromium/third_party/icu/source/data/lang/ar.txt
+++ b/chromium/third_party/icu/source/data/lang/ar.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/as.txt b/chromium/third_party/icu/source/data/lang/as.txt
index d66ea164d34..73939993e09 100644
--- a/chromium/third_party/icu/source/data/lang/as.txt
+++ b/chromium/third_party/icu/source/data/lang/as.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/asa.txt b/chromium/third_party/icu/source/data/lang/asa.txt
index 94c19828efa..4a2d27175ef 100644
--- a/chromium/third_party/icu/source/data/lang/asa.txt
+++ b/chromium/third_party/icu/source/data/lang/asa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/az.txt b/chromium/third_party/icu/source/data/lang/az.txt
index 1ddc5c7721c..9ae23115636 100644
--- a/chromium/third_party/icu/source/data/lang/az.txt
+++ b/chromium/third_party/icu/source/data/lang/az.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/az_AZ.txt b/chromium/third_party/icu/source/data/lang/az_AZ.txt
index b478c019e3d..a6896130aae 100644
--- a/chromium/third_party/icu/source/data/lang/az_AZ.txt
+++ b/chromium/third_party/icu/source/data/lang/az_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/az_Cyrl.txt b/chromium/third_party/icu/source/data/lang/az_Cyrl.txt
index 65eb293dc73..007b05ce0ca 100644
--- a/chromium/third_party/icu/source/data/lang/az_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/lang/az_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/az_Latn.txt b/chromium/third_party/icu/source/data/lang/az_Latn.txt
index 98da326e2e3..511581591cf 100644
--- a/chromium/third_party/icu/source/data/lang/az_Latn.txt
+++ b/chromium/third_party/icu/source/data/lang/az_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/az_Latn_AZ.txt b/chromium/third_party/icu/source/data/lang/az_Latn_AZ.txt
index 9f079fc6036..66777b050f4 100644
--- a/chromium/third_party/icu/source/data/lang/az_Latn_AZ.txt
+++ b/chromium/third_party/icu/source/data/lang/az_Latn_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/be.txt b/chromium/third_party/icu/source/data/lang/be.txt
index c3b735adf98..1e67ab781c9 100644
--- a/chromium/third_party/icu/source/data/lang/be.txt
+++ b/chromium/third_party/icu/source/data/lang/be.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bem.txt b/chromium/third_party/icu/source/data/lang/bem.txt
index 8d1a7955c08..c411f10d158 100644
--- a/chromium/third_party/icu/source/data/lang/bem.txt
+++ b/chromium/third_party/icu/source/data/lang/bem.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bez.txt b/chromium/third_party/icu/source/data/lang/bez.txt
index 2187aba1859..50a3e0aaa3b 100644
--- a/chromium/third_party/icu/source/data/lang/bez.txt
+++ b/chromium/third_party/icu/source/data/lang/bez.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bg.txt b/chromium/third_party/icu/source/data/lang/bg.txt
index 52b9661e4f5..61276e99ec0 100644
--- a/chromium/third_party/icu/source/data/lang/bg.txt
+++ b/chromium/third_party/icu/source/data/lang/bg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bm.txt b/chromium/third_party/icu/source/data/lang/bm.txt
index c21742b4e87..08dd913e5e5 100644
--- a/chromium/third_party/icu/source/data/lang/bm.txt
+++ b/chromium/third_party/icu/source/data/lang/bm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bn.txt b/chromium/third_party/icu/source/data/lang/bn.txt
index f344b321192..faa9f0c4204 100644
--- a/chromium/third_party/icu/source/data/lang/bn.txt
+++ b/chromium/third_party/icu/source/data/lang/bn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bn_IN.txt b/chromium/third_party/icu/source/data/lang/bn_IN.txt
index 37e7233591e..68d8cbee675 100644
--- a/chromium/third_party/icu/source/data/lang/bn_IN.txt
+++ b/chromium/third_party/icu/source/data/lang/bn_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bo.txt b/chromium/third_party/icu/source/data/lang/bo.txt
index 0c64f59a5bb..b65c44f5693 100644
--- a/chromium/third_party/icu/source/data/lang/bo.txt
+++ b/chromium/third_party/icu/source/data/lang/bo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/bs.txt b/chromium/third_party/icu/source/data/lang/bs.txt
index 7c6d308516c..0fe15e61ae9 100644
--- a/chromium/third_party/icu/source/data/lang/bs.txt
+++ b/chromium/third_party/icu/source/data/lang/bs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ca.txt b/chromium/third_party/icu/source/data/lang/ca.txt
index b4ee00485d1..5335e09f80c 100644
--- a/chromium/third_party/icu/source/data/lang/ca.txt
+++ b/chromium/third_party/icu/source/data/lang/ca.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/cgg.txt b/chromium/third_party/icu/source/data/lang/cgg.txt
index 416353c79a9..16d42eea760 100644
--- a/chromium/third_party/icu/source/data/lang/cgg.txt
+++ b/chromium/third_party/icu/source/data/lang/cgg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/chr.txt b/chromium/third_party/icu/source/data/lang/chr.txt
index fab7dc51d7d..b56fa266fae 100644
--- a/chromium/third_party/icu/source/data/lang/chr.txt
+++ b/chromium/third_party/icu/source/data/lang/chr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/cs.txt b/chromium/third_party/icu/source/data/lang/cs.txt
index 99496a30cd6..cc7af46e8da 100644
--- a/chromium/third_party/icu/source/data/lang/cs.txt
+++ b/chromium/third_party/icu/source/data/lang/cs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/cy.txt b/chromium/third_party/icu/source/data/lang/cy.txt
index 8c06f0d9491..237a480ff07 100644
--- a/chromium/third_party/icu/source/data/lang/cy.txt
+++ b/chromium/third_party/icu/source/data/lang/cy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/da.txt b/chromium/third_party/icu/source/data/lang/da.txt
index e803b624cfd..7863ff9f0ae 100644
--- a/chromium/third_party/icu/source/data/lang/da.txt
+++ b/chromium/third_party/icu/source/data/lang/da.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/dav.txt b/chromium/third_party/icu/source/data/lang/dav.txt
index c9e4f8a83d6..b70b9c45a2a 100644
--- a/chromium/third_party/icu/source/data/lang/dav.txt
+++ b/chromium/third_party/icu/source/data/lang/dav.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/de.txt b/chromium/third_party/icu/source/data/lang/de.txt
index 645ef0f9db3..c32d2ad2945 100644
--- a/chromium/third_party/icu/source/data/lang/de.txt
+++ b/chromium/third_party/icu/source/data/lang/de.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/de_CH.txt b/chromium/third_party/icu/source/data/lang/de_CH.txt
index 5e344937412..cbbe12edd2f 100644
--- a/chromium/third_party/icu/source/data/lang/de_CH.txt
+++ b/chromium/third_party/icu/source/data/lang/de_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ebu.txt b/chromium/third_party/icu/source/data/lang/ebu.txt
index 6f59f5c0219..557349eaa56 100644
--- a/chromium/third_party/icu/source/data/lang/ebu.txt
+++ b/chromium/third_party/icu/source/data/lang/ebu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ee.txt b/chromium/third_party/icu/source/data/lang/ee.txt
index 09b400d99c2..6ec22d52379 100644
--- a/chromium/third_party/icu/source/data/lang/ee.txt
+++ b/chromium/third_party/icu/source/data/lang/ee.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/el.txt b/chromium/third_party/icu/source/data/lang/el.txt
index 79b99cf4b33..e5f849717e7 100644
--- a/chromium/third_party/icu/source/data/lang/el.txt
+++ b/chromium/third_party/icu/source/data/lang/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/en.txt b/chromium/third_party/icu/source/data/lang/en.txt
index afa115bc44e..01756dad267 100644
--- a/chromium/third_party/icu/source/data/lang/en.txt
+++ b/chromium/third_party/icu/source/data/lang/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/en_RH.txt b/chromium/third_party/icu/source/data/lang/en_RH.txt
index d38afa5722a..0b3ed79a235 100644
--- a/chromium/third_party/icu/source/data/lang/en_RH.txt
+++ b/chromium/third_party/icu/source/data/lang/en_RH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/en_ZW.txt b/chromium/third_party/icu/source/data/lang/en_ZW.txt
index e008a2c354a..a0f005707eb 100644
--- a/chromium/third_party/icu/source/data/lang/en_ZW.txt
+++ b/chromium/third_party/icu/source/data/lang/en_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/eo.txt b/chromium/third_party/icu/source/data/lang/eo.txt
index 2e2d5213554..f83e87c91d3 100644
--- a/chromium/third_party/icu/source/data/lang/eo.txt
+++ b/chromium/third_party/icu/source/data/lang/eo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/es.txt b/chromium/third_party/icu/source/data/lang/es.txt
index 2a00e8bd22f..df398ac09a4 100644
--- a/chromium/third_party/icu/source/data/lang/es.txt
+++ b/chromium/third_party/icu/source/data/lang/es.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/es_AR.txt b/chromium/third_party/icu/source/data/lang/es_AR.txt
index 441bcfc1df8..80b8d3ea3cd 100644
--- a/chromium/third_party/icu/source/data/lang/es_AR.txt
+++ b/chromium/third_party/icu/source/data/lang/es_AR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/es_CL.txt b/chromium/third_party/icu/source/data/lang/es_CL.txt
index adb69adc998..3de861d9272 100644
--- a/chromium/third_party/icu/source/data/lang/es_CL.txt
+++ b/chromium/third_party/icu/source/data/lang/es_CL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/et.txt b/chromium/third_party/icu/source/data/lang/et.txt
index 4860c0a5046..dcfbd131bd0 100644
--- a/chromium/third_party/icu/source/data/lang/et.txt
+++ b/chromium/third_party/icu/source/data/lang/et.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/eu.txt b/chromium/third_party/icu/source/data/lang/eu.txt
index 01a135ba0c8..738b80136e0 100644
--- a/chromium/third_party/icu/source/data/lang/eu.txt
+++ b/chromium/third_party/icu/source/data/lang/eu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/fa.txt b/chromium/third_party/icu/source/data/lang/fa.txt
index 8bb38cf3f21..0d08a281c51 100644
--- a/chromium/third_party/icu/source/data/lang/fa.txt
+++ b/chromium/third_party/icu/source/data/lang/fa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/fa_AF.txt b/chromium/third_party/icu/source/data/lang/fa_AF.txt
index 8d66d4e6715..b0433d92baf 100644
--- a/chromium/third_party/icu/source/data/lang/fa_AF.txt
+++ b/chromium/third_party/icu/source/data/lang/fa_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ff.txt b/chromium/third_party/icu/source/data/lang/ff.txt
index ed64d432bb6..478c3e12479 100644
--- a/chromium/third_party/icu/source/data/lang/ff.txt
+++ b/chromium/third_party/icu/source/data/lang/ff.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/fi.txt b/chromium/third_party/icu/source/data/lang/fi.txt
index 836e2111773..2d53bc7e9ba 100644
--- a/chromium/third_party/icu/source/data/lang/fi.txt
+++ b/chromium/third_party/icu/source/data/lang/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/fil.txt b/chromium/third_party/icu/source/data/lang/fil.txt
index 490986a14ff..fd5b05dac24 100644
--- a/chromium/third_party/icu/source/data/lang/fil.txt
+++ b/chromium/third_party/icu/source/data/lang/fil.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/fil_PH.txt b/chromium/third_party/icu/source/data/lang/fil_PH.txt
index 5d0b43ca410..90fd6ef399e 100644
--- a/chromium/third_party/icu/source/data/lang/fil_PH.txt
+++ b/chromium/third_party/icu/source/data/lang/fil_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/fo.txt b/chromium/third_party/icu/source/data/lang/fo.txt
index b4a3060625d..2369270fcdb 100644
--- a/chromium/third_party/icu/source/data/lang/fo.txt
+++ b/chromium/third_party/icu/source/data/lang/fo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/fr.txt b/chromium/third_party/icu/source/data/lang/fr.txt
index e5148a96eab..90a87b0ce43 100644
--- a/chromium/third_party/icu/source/data/lang/fr.txt
+++ b/chromium/third_party/icu/source/data/lang/fr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ga.txt b/chromium/third_party/icu/source/data/lang/ga.txt
index 6985b3b0b8e..33d1ff5ff6f 100644
--- a/chromium/third_party/icu/source/data/lang/ga.txt
+++ b/chromium/third_party/icu/source/data/lang/ga.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/gl.txt b/chromium/third_party/icu/source/data/lang/gl.txt
index f54932bf441..0cb3f6f41b2 100644
--- a/chromium/third_party/icu/source/data/lang/gl.txt
+++ b/chromium/third_party/icu/source/data/lang/gl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/gsw.txt b/chromium/third_party/icu/source/data/lang/gsw.txt
index 2aa5091cf50..d16a695d78b 100644
--- a/chromium/third_party/icu/source/data/lang/gsw.txt
+++ b/chromium/third_party/icu/source/data/lang/gsw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/gu.txt b/chromium/third_party/icu/source/data/lang/gu.txt
index 0259582562e..24648521d63 100644
--- a/chromium/third_party/icu/source/data/lang/gu.txt
+++ b/chromium/third_party/icu/source/data/lang/gu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/guz.txt b/chromium/third_party/icu/source/data/lang/guz.txt
index 44105470b5b..1004edf3c42 100644
--- a/chromium/third_party/icu/source/data/lang/guz.txt
+++ b/chromium/third_party/icu/source/data/lang/guz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/gv.txt b/chromium/third_party/icu/source/data/lang/gv.txt
index 9667e076367..2684cdb176e 100644
--- a/chromium/third_party/icu/source/data/lang/gv.txt
+++ b/chromium/third_party/icu/source/data/lang/gv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha.txt b/chromium/third_party/icu/source/data/lang/ha.txt
index 3761e6d102d..ef9f954c2cd 100644
--- a/chromium/third_party/icu/source/data/lang/ha.txt
+++ b/chromium/third_party/icu/source/data/lang/ha.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha_GH.txt b/chromium/third_party/icu/source/data/lang/ha_GH.txt
index 4157039e1db..bb61aeac8a0 100644
--- a/chromium/third_party/icu/source/data/lang/ha_GH.txt
+++ b/chromium/third_party/icu/source/data/lang/ha_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha_Latn.txt b/chromium/third_party/icu/source/data/lang/ha_Latn.txt
index c1936cbfda6..70117d0c36b 100644
--- a/chromium/third_party/icu/source/data/lang/ha_Latn.txt
+++ b/chromium/third_party/icu/source/data/lang/ha_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha_Latn_GH.txt b/chromium/third_party/icu/source/data/lang/ha_Latn_GH.txt
index 8edc43a56b9..f6953348e89 100644
--- a/chromium/third_party/icu/source/data/lang/ha_Latn_GH.txt
+++ b/chromium/third_party/icu/source/data/lang/ha_Latn_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha_Latn_NE.txt b/chromium/third_party/icu/source/data/lang/ha_Latn_NE.txt
index bb40882b0d3..d8aa7852983 100644
--- a/chromium/third_party/icu/source/data/lang/ha_Latn_NE.txt
+++ b/chromium/third_party/icu/source/data/lang/ha_Latn_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha_Latn_NG.txt b/chromium/third_party/icu/source/data/lang/ha_Latn_NG.txt
index 4b580dc8bdf..18a74544a87 100644
--- a/chromium/third_party/icu/source/data/lang/ha_Latn_NG.txt
+++ b/chromium/third_party/icu/source/data/lang/ha_Latn_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha_NE.txt b/chromium/third_party/icu/source/data/lang/ha_NE.txt
index c0462df7357..a13635251a5 100644
--- a/chromium/third_party/icu/source/data/lang/ha_NE.txt
+++ b/chromium/third_party/icu/source/data/lang/ha_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ha_NG.txt b/chromium/third_party/icu/source/data/lang/ha_NG.txt
index f94c8c125e9..15ef96a20cc 100644
--- a/chromium/third_party/icu/source/data/lang/ha_NG.txt
+++ b/chromium/third_party/icu/source/data/lang/ha_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/haw.txt b/chromium/third_party/icu/source/data/lang/haw.txt
index ce3b2bf5317..513ee6535a8 100644
--- a/chromium/third_party/icu/source/data/lang/haw.txt
+++ b/chromium/third_party/icu/source/data/lang/haw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/he.txt b/chromium/third_party/icu/source/data/lang/he.txt
index e505609dba9..304ec1573b5 100644
--- a/chromium/third_party/icu/source/data/lang/he.txt
+++ b/chromium/third_party/icu/source/data/lang/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/he_IL.txt b/chromium/third_party/icu/source/data/lang/he_IL.txt
index a563fbf0fb4..bbaca24bfcd 100644
--- a/chromium/third_party/icu/source/data/lang/he_IL.txt
+++ b/chromium/third_party/icu/source/data/lang/he_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/hi.txt b/chromium/third_party/icu/source/data/lang/hi.txt
index 830722adf1e..28286153f23 100644
--- a/chromium/third_party/icu/source/data/lang/hi.txt
+++ b/chromium/third_party/icu/source/data/lang/hi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/hr.txt b/chromium/third_party/icu/source/data/lang/hr.txt
index 9f5790afedf..ceb3dab58a5 100644
--- a/chromium/third_party/icu/source/data/lang/hr.txt
+++ b/chromium/third_party/icu/source/data/lang/hr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/hu.txt b/chromium/third_party/icu/source/data/lang/hu.txt
index dc56a823d71..66eec1b4feb 100644
--- a/chromium/third_party/icu/source/data/lang/hu.txt
+++ b/chromium/third_party/icu/source/data/lang/hu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/hy.txt b/chromium/third_party/icu/source/data/lang/hy.txt
index 879c6cdfda5..a5e8666d48d 100644
--- a/chromium/third_party/icu/source/data/lang/hy.txt
+++ b/chromium/third_party/icu/source/data/lang/hy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/id.txt b/chromium/third_party/icu/source/data/lang/id.txt
index 0c7d653b75f..f879b01220d 100644
--- a/chromium/third_party/icu/source/data/lang/id.txt
+++ b/chromium/third_party/icu/source/data/lang/id.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/id_ID.txt b/chromium/third_party/icu/source/data/lang/id_ID.txt
index 0dfbf33ce8a..6f46f3d6bef 100644
--- a/chromium/third_party/icu/source/data/lang/id_ID.txt
+++ b/chromium/third_party/icu/source/data/lang/id_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ig.txt b/chromium/third_party/icu/source/data/lang/ig.txt
index a406719b391..e9c56182b33 100644
--- a/chromium/third_party/icu/source/data/lang/ig.txt
+++ b/chromium/third_party/icu/source/data/lang/ig.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ii.txt b/chromium/third_party/icu/source/data/lang/ii.txt
index 64fa28c53c4..79793864c6c 100644
--- a/chromium/third_party/icu/source/data/lang/ii.txt
+++ b/chromium/third_party/icu/source/data/lang/ii.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/in.txt b/chromium/third_party/icu/source/data/lang/in.txt
index 61b30d727f6..aa1633f6fdd 100644
--- a/chromium/third_party/icu/source/data/lang/in.txt
+++ b/chromium/third_party/icu/source/data/lang/in.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/in_ID.txt b/chromium/third_party/icu/source/data/lang/in_ID.txt
index 3345520acb1..daa7cd0dfef 100644
--- a/chromium/third_party/icu/source/data/lang/in_ID.txt
+++ b/chromium/third_party/icu/source/data/lang/in_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/is.txt b/chromium/third_party/icu/source/data/lang/is.txt
index dadd6dffe19..c2d899ecc54 100644
--- a/chromium/third_party/icu/source/data/lang/is.txt
+++ b/chromium/third_party/icu/source/data/lang/is.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/it.txt b/chromium/third_party/icu/source/data/lang/it.txt
index 4c10e47cd1d..14a2fccc44c 100644
--- a/chromium/third_party/icu/source/data/lang/it.txt
+++ b/chromium/third_party/icu/source/data/lang/it.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/iw.txt b/chromium/third_party/icu/source/data/lang/iw.txt
index 343433da8a2..948bdda04ac 100644
--- a/chromium/third_party/icu/source/data/lang/iw.txt
+++ b/chromium/third_party/icu/source/data/lang/iw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/iw_IL.txt b/chromium/third_party/icu/source/data/lang/iw_IL.txt
index 7fbbe53be73..bc467350b58 100644
--- a/chromium/third_party/icu/source/data/lang/iw_IL.txt
+++ b/chromium/third_party/icu/source/data/lang/iw_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ja.txt b/chromium/third_party/icu/source/data/lang/ja.txt
index 6726a64c5d1..4c6ecce4742 100644
--- a/chromium/third_party/icu/source/data/lang/ja.txt
+++ b/chromium/third_party/icu/source/data/lang/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ja_JP.txt b/chromium/third_party/icu/source/data/lang/ja_JP.txt
index 0658922eca5..0b251c0d340 100644
--- a/chromium/third_party/icu/source/data/lang/ja_JP.txt
+++ b/chromium/third_party/icu/source/data/lang/ja_JP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ja_JP_TRADITIONAL.txt b/chromium/third_party/icu/source/data/lang/ja_JP_TRADITIONAL.txt
index 63aeb0c69d6..a0d8d37af45 100644
--- a/chromium/third_party/icu/source/data/lang/ja_JP_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/lang/ja_JP_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/jmc.txt b/chromium/third_party/icu/source/data/lang/jmc.txt
index dcb267ad244..ba7499e215f 100644
--- a/chromium/third_party/icu/source/data/lang/jmc.txt
+++ b/chromium/third_party/icu/source/data/lang/jmc.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ka.txt b/chromium/third_party/icu/source/data/lang/ka.txt
index f558704f5e6..fc4eb77f718 100644
--- a/chromium/third_party/icu/source/data/lang/ka.txt
+++ b/chromium/third_party/icu/source/data/lang/ka.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kab.txt b/chromium/third_party/icu/source/data/lang/kab.txt
index bac07691349..055b81cdb41 100644
--- a/chromium/third_party/icu/source/data/lang/kab.txt
+++ b/chromium/third_party/icu/source/data/lang/kab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kam.txt b/chromium/third_party/icu/source/data/lang/kam.txt
index e9cc2a9dcf9..4eab0005d70 100644
--- a/chromium/third_party/icu/source/data/lang/kam.txt
+++ b/chromium/third_party/icu/source/data/lang/kam.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kde.txt b/chromium/third_party/icu/source/data/lang/kde.txt
index 433600b4e4a..4969350ccea 100644
--- a/chromium/third_party/icu/source/data/lang/kde.txt
+++ b/chromium/third_party/icu/source/data/lang/kde.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kea.txt b/chromium/third_party/icu/source/data/lang/kea.txt
index 28193736284..ef37bfc342f 100644
--- a/chromium/third_party/icu/source/data/lang/kea.txt
+++ b/chromium/third_party/icu/source/data/lang/kea.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/khq.txt b/chromium/third_party/icu/source/data/lang/khq.txt
index c703ac11bae..8bcf0f41847 100644
--- a/chromium/third_party/icu/source/data/lang/khq.txt
+++ b/chromium/third_party/icu/source/data/lang/khq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ki.txt b/chromium/third_party/icu/source/data/lang/ki.txt
index c5991645c76..a8acb3c6518 100644
--- a/chromium/third_party/icu/source/data/lang/ki.txt
+++ b/chromium/third_party/icu/source/data/lang/ki.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kk.txt b/chromium/third_party/icu/source/data/lang/kk.txt
index 7a9e7dc6c92..b794e5a57c8 100644
--- a/chromium/third_party/icu/source/data/lang/kk.txt
+++ b/chromium/third_party/icu/source/data/lang/kk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kk_Cyrl.txt b/chromium/third_party/icu/source/data/lang/kk_Cyrl.txt
index 690d8e02e4f..ee4c5941347 100644
--- a/chromium/third_party/icu/source/data/lang/kk_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/lang/kk_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kk_Cyrl_KZ.txt b/chromium/third_party/icu/source/data/lang/kk_Cyrl_KZ.txt
index 371d161d679..91960025f0c 100644
--- a/chromium/third_party/icu/source/data/lang/kk_Cyrl_KZ.txt
+++ b/chromium/third_party/icu/source/data/lang/kk_Cyrl_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kk_KZ.txt b/chromium/third_party/icu/source/data/lang/kk_KZ.txt
index 99a0861e733..9455f3e924d 100644
--- a/chromium/third_party/icu/source/data/lang/kk_KZ.txt
+++ b/chromium/third_party/icu/source/data/lang/kk_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kl.txt b/chromium/third_party/icu/source/data/lang/kl.txt
index 1ead33c8306..bb8644ab5aa 100644
--- a/chromium/third_party/icu/source/data/lang/kl.txt
+++ b/chromium/third_party/icu/source/data/lang/kl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kln.txt b/chromium/third_party/icu/source/data/lang/kln.txt
index 5d0d62cb9f6..eb4dbda5274 100644
--- a/chromium/third_party/icu/source/data/lang/kln.txt
+++ b/chromium/third_party/icu/source/data/lang/kln.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/km.txt b/chromium/third_party/icu/source/data/lang/km.txt
index 7fab5480928..51889b140e6 100644
--- a/chromium/third_party/icu/source/data/lang/km.txt
+++ b/chromium/third_party/icu/source/data/lang/km.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kn.txt b/chromium/third_party/icu/source/data/lang/kn.txt
index 7c36866ed9a..e5e4409dbb8 100644
--- a/chromium/third_party/icu/source/data/lang/kn.txt
+++ b/chromium/third_party/icu/source/data/lang/kn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ko.txt b/chromium/third_party/icu/source/data/lang/ko.txt
index 31626d910a1..0147035ae36 100644
--- a/chromium/third_party/icu/source/data/lang/ko.txt
+++ b/chromium/third_party/icu/source/data/lang/ko.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kok.txt b/chromium/third_party/icu/source/data/lang/kok.txt
index ccfbef0bdb3..5e77ed1c8a3 100644
--- a/chromium/third_party/icu/source/data/lang/kok.txt
+++ b/chromium/third_party/icu/source/data/lang/kok.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/kw.txt b/chromium/third_party/icu/source/data/lang/kw.txt
index 6473e207352..9b046a9c251 100644
--- a/chromium/third_party/icu/source/data/lang/kw.txt
+++ b/chromium/third_party/icu/source/data/lang/kw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/lag.txt b/chromium/third_party/icu/source/data/lang/lag.txt
index 6edc8fbb757..085bab9b0f1 100644
--- a/chromium/third_party/icu/source/data/lang/lag.txt
+++ b/chromium/third_party/icu/source/data/lang/lag.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/lg.txt b/chromium/third_party/icu/source/data/lang/lg.txt
index 2432aeca3bc..95b4481ce6b 100644
--- a/chromium/third_party/icu/source/data/lang/lg.txt
+++ b/chromium/third_party/icu/source/data/lang/lg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/lt.txt b/chromium/third_party/icu/source/data/lang/lt.txt
index 437c10142fe..386e7666114 100644
--- a/chromium/third_party/icu/source/data/lang/lt.txt
+++ b/chromium/third_party/icu/source/data/lang/lt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/luo.txt b/chromium/third_party/icu/source/data/lang/luo.txt
index b41c854edae..aa185b8d9b1 100644
--- a/chromium/third_party/icu/source/data/lang/luo.txt
+++ b/chromium/third_party/icu/source/data/lang/luo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/luy.txt b/chromium/third_party/icu/source/data/lang/luy.txt
index f5f37cefcfb..29b398913b1 100644
--- a/chromium/third_party/icu/source/data/lang/luy.txt
+++ b/chromium/third_party/icu/source/data/lang/luy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/lv.txt b/chromium/third_party/icu/source/data/lang/lv.txt
index 9f94232ae28..fa4d7e7013a 100644
--- a/chromium/third_party/icu/source/data/lang/lv.txt
+++ b/chromium/third_party/icu/source/data/lang/lv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mas.txt b/chromium/third_party/icu/source/data/lang/mas.txt
index b5d8d29e08e..55dd354a689 100644
--- a/chromium/third_party/icu/source/data/lang/mas.txt
+++ b/chromium/third_party/icu/source/data/lang/mas.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mer.txt b/chromium/third_party/icu/source/data/lang/mer.txt
index ce8ed688202..328f4690a75 100644
--- a/chromium/third_party/icu/source/data/lang/mer.txt
+++ b/chromium/third_party/icu/source/data/lang/mer.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mfe.txt b/chromium/third_party/icu/source/data/lang/mfe.txt
index f36bb676d2a..a1cc90a20b8 100644
--- a/chromium/third_party/icu/source/data/lang/mfe.txt
+++ b/chromium/third_party/icu/source/data/lang/mfe.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mg.txt b/chromium/third_party/icu/source/data/lang/mg.txt
index f0aa8482353..05f8cd7595a 100644
--- a/chromium/third_party/icu/source/data/lang/mg.txt
+++ b/chromium/third_party/icu/source/data/lang/mg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mk.txt b/chromium/third_party/icu/source/data/lang/mk.txt
index 99c3653da01..4050f131c55 100644
--- a/chromium/third_party/icu/source/data/lang/mk.txt
+++ b/chromium/third_party/icu/source/data/lang/mk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ml.txt b/chromium/third_party/icu/source/data/lang/ml.txt
index bd3f18d60cf..de51a2d97a0 100644
--- a/chromium/third_party/icu/source/data/lang/ml.txt
+++ b/chromium/third_party/icu/source/data/lang/ml.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mo.txt b/chromium/third_party/icu/source/data/lang/mo.txt
index 3f161851f0a..af8043982c0 100644
--- a/chromium/third_party/icu/source/data/lang/mo.txt
+++ b/chromium/third_party/icu/source/data/lang/mo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mr.txt b/chromium/third_party/icu/source/data/lang/mr.txt
index 21b01e8cba6..ea6dfb3ac81 100644
--- a/chromium/third_party/icu/source/data/lang/mr.txt
+++ b/chromium/third_party/icu/source/data/lang/mr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ms.txt b/chromium/third_party/icu/source/data/lang/ms.txt
index aeee99f33ab..f3a54eabc75 100644
--- a/chromium/third_party/icu/source/data/lang/ms.txt
+++ b/chromium/third_party/icu/source/data/lang/ms.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2011 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/mt.txt b/chromium/third_party/icu/source/data/lang/mt.txt
index d4f349f04f7..1e3e06c6758 100644
--- a/chromium/third_party/icu/source/data/lang/mt.txt
+++ b/chromium/third_party/icu/source/data/lang/mt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/my.txt b/chromium/third_party/icu/source/data/lang/my.txt
index 0d1f4af240e..c5bfbde537c 100644
--- a/chromium/third_party/icu/source/data/lang/my.txt
+++ b/chromium/third_party/icu/source/data/lang/my.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/naq.txt b/chromium/third_party/icu/source/data/lang/naq.txt
index 8d9b31f7036..6b07dff45fa 100644
--- a/chromium/third_party/icu/source/data/lang/naq.txt
+++ b/chromium/third_party/icu/source/data/lang/naq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nb.txt b/chromium/third_party/icu/source/data/lang/nb.txt
index 19f2eb01cd1..e2aca4d6c67 100644
--- a/chromium/third_party/icu/source/data/lang/nb.txt
+++ b/chromium/third_party/icu/source/data/lang/nb.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nb_NO.txt b/chromium/third_party/icu/source/data/lang/nb_NO.txt
index 5f0d97e1158..e57bcbf5f8c 100644
--- a/chromium/third_party/icu/source/data/lang/nb_NO.txt
+++ b/chromium/third_party/icu/source/data/lang/nb_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nd.txt b/chromium/third_party/icu/source/data/lang/nd.txt
index 4d43fa2bbde..571541f40d4 100644
--- a/chromium/third_party/icu/source/data/lang/nd.txt
+++ b/chromium/third_party/icu/source/data/lang/nd.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ne.txt b/chromium/third_party/icu/source/data/lang/ne.txt
index b8caca4ebc4..f5e0d312b92 100644
--- a/chromium/third_party/icu/source/data/lang/ne.txt
+++ b/chromium/third_party/icu/source/data/lang/ne.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nl.txt b/chromium/third_party/icu/source/data/lang/nl.txt
index 7f3d63201b3..8f86a6106ba 100644
--- a/chromium/third_party/icu/source/data/lang/nl.txt
+++ b/chromium/third_party/icu/source/data/lang/nl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nl_BE.txt b/chromium/third_party/icu/source/data/lang/nl_BE.txt
index d32b262d670..47a138e2a23 100644
--- a/chromium/third_party/icu/source/data/lang/nl_BE.txt
+++ b/chromium/third_party/icu/source/data/lang/nl_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nn.txt b/chromium/third_party/icu/source/data/lang/nn.txt
index 10ea37237a2..578bfc7f467 100644
--- a/chromium/third_party/icu/source/data/lang/nn.txt
+++ b/chromium/third_party/icu/source/data/lang/nn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nn_NO.txt b/chromium/third_party/icu/source/data/lang/nn_NO.txt
index 0d6ccfbb657..756c18773d7 100644
--- a/chromium/third_party/icu/source/data/lang/nn_NO.txt
+++ b/chromium/third_party/icu/source/data/lang/nn_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/no.txt b/chromium/third_party/icu/source/data/lang/no.txt
index 3cad66b196f..c8cd44f5082 100644
--- a/chromium/third_party/icu/source/data/lang/no.txt
+++ b/chromium/third_party/icu/source/data/lang/no.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/no_NO.txt b/chromium/third_party/icu/source/data/lang/no_NO.txt
index d4a0fe37215..d482b8e8fa7 100644
--- a/chromium/third_party/icu/source/data/lang/no_NO.txt
+++ b/chromium/third_party/icu/source/data/lang/no_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/no_NO_NY.txt b/chromium/third_party/icu/source/data/lang/no_NO_NY.txt
index 6c69850a275..a582afde467 100644
--- a/chromium/third_party/icu/source/data/lang/no_NO_NY.txt
+++ b/chromium/third_party/icu/source/data/lang/no_NO_NY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/nyn.txt b/chromium/third_party/icu/source/data/lang/nyn.txt
index 8fa3a03680b..5f883110222 100644
--- a/chromium/third_party/icu/source/data/lang/nyn.txt
+++ b/chromium/third_party/icu/source/data/lang/nyn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/om.txt b/chromium/third_party/icu/source/data/lang/om.txt
index f1bc074c442..b334684e597 100644
--- a/chromium/third_party/icu/source/data/lang/om.txt
+++ b/chromium/third_party/icu/source/data/lang/om.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/or.txt b/chromium/third_party/icu/source/data/lang/or.txt
index 8641dee3f44..55f8dee919d 100644
--- a/chromium/third_party/icu/source/data/lang/or.txt
+++ b/chromium/third_party/icu/source/data/lang/or.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pa.txt b/chromium/third_party/icu/source/data/lang/pa.txt
index 5998e716c53..7d5ab559cb3 100644
--- a/chromium/third_party/icu/source/data/lang/pa.txt
+++ b/chromium/third_party/icu/source/data/lang/pa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pa_Arab.txt b/chromium/third_party/icu/source/data/lang/pa_Arab.txt
index 2ba2803830b..29366319d58 100644
--- a/chromium/third_party/icu/source/data/lang/pa_Arab.txt
+++ b/chromium/third_party/icu/source/data/lang/pa_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pa_Arab_PK.txt b/chromium/third_party/icu/source/data/lang/pa_Arab_PK.txt
index f1e5aae7277..d87ad492e44 100644
--- a/chromium/third_party/icu/source/data/lang/pa_Arab_PK.txt
+++ b/chromium/third_party/icu/source/data/lang/pa_Arab_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pa_Guru.txt b/chromium/third_party/icu/source/data/lang/pa_Guru.txt
index ff573c63583..9bafe21b850 100644
--- a/chromium/third_party/icu/source/data/lang/pa_Guru.txt
+++ b/chromium/third_party/icu/source/data/lang/pa_Guru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pa_Guru_IN.txt b/chromium/third_party/icu/source/data/lang/pa_Guru_IN.txt
index 52fc2b5a4f6..2d94e423b52 100644
--- a/chromium/third_party/icu/source/data/lang/pa_Guru_IN.txt
+++ b/chromium/third_party/icu/source/data/lang/pa_Guru_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pa_IN.txt b/chromium/third_party/icu/source/data/lang/pa_IN.txt
index dbef05b7216..3115a43da40 100644
--- a/chromium/third_party/icu/source/data/lang/pa_IN.txt
+++ b/chromium/third_party/icu/source/data/lang/pa_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pa_PK.txt b/chromium/third_party/icu/source/data/lang/pa_PK.txt
index 7552eb0afb0..c4045f1f2eb 100644
--- a/chromium/third_party/icu/source/data/lang/pa_PK.txt
+++ b/chromium/third_party/icu/source/data/lang/pa_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pl.txt b/chromium/third_party/icu/source/data/lang/pl.txt
index 99ac840fa2d..4c87f9cd650 100644
--- a/chromium/third_party/icu/source/data/lang/pl.txt
+++ b/chromium/third_party/icu/source/data/lang/pl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ps.txt b/chromium/third_party/icu/source/data/lang/ps.txt
index 33c5026f910..2034a4a03ab 100644
--- a/chromium/third_party/icu/source/data/lang/ps.txt
+++ b/chromium/third_party/icu/source/data/lang/ps.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pt.txt b/chromium/third_party/icu/source/data/lang/pt.txt
index 4a8e48fb09a..4e9702c1016 100644
--- a/chromium/third_party/icu/source/data/lang/pt.txt
+++ b/chromium/third_party/icu/source/data/lang/pt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/pt_PT.txt b/chromium/third_party/icu/source/data/lang/pt_PT.txt
index 57a2f59e8df..dba82412a0c 100644
--- a/chromium/third_party/icu/source/data/lang/pt_PT.txt
+++ b/chromium/third_party/icu/source/data/lang/pt_PT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/rm.txt b/chromium/third_party/icu/source/data/lang/rm.txt
index 812858ce256..841ffccf69c 100644
--- a/chromium/third_party/icu/source/data/lang/rm.txt
+++ b/chromium/third_party/icu/source/data/lang/rm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ro.txt b/chromium/third_party/icu/source/data/lang/ro.txt
index e457a4ac568..7217193b3fa 100644
--- a/chromium/third_party/icu/source/data/lang/ro.txt
+++ b/chromium/third_party/icu/source/data/lang/ro.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ro_MD.txt b/chromium/third_party/icu/source/data/lang/ro_MD.txt
index 573571fdcbd..f5dd26dd788 100644
--- a/chromium/third_party/icu/source/data/lang/ro_MD.txt
+++ b/chromium/third_party/icu/source/data/lang/ro_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/rof.txt b/chromium/third_party/icu/source/data/lang/rof.txt
index 3bc38e133bc..ef7651d2e02 100644
--- a/chromium/third_party/icu/source/data/lang/rof.txt
+++ b/chromium/third_party/icu/source/data/lang/rof.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/root.txt b/chromium/third_party/icu/source/data/lang/root.txt
index 1b4212fa1be..65d3f9ba28e 100644
--- a/chromium/third_party/icu/source/data/lang/root.txt
+++ b/chromium/third_party/icu/source/data/lang/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ru.txt b/chromium/third_party/icu/source/data/lang/ru.txt
index b5215408663..4daede0760e 100644
--- a/chromium/third_party/icu/source/data/lang/ru.txt
+++ b/chromium/third_party/icu/source/data/lang/ru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ru_UA.txt b/chromium/third_party/icu/source/data/lang/ru_UA.txt
index c918fac3384..9f7dff1bd77 100644
--- a/chromium/third_party/icu/source/data/lang/ru_UA.txt
+++ b/chromium/third_party/icu/source/data/lang/ru_UA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/rw.txt b/chromium/third_party/icu/source/data/lang/rw.txt
index 2dc79e5e1d9..fad4f2c3121 100644
--- a/chromium/third_party/icu/source/data/lang/rw.txt
+++ b/chromium/third_party/icu/source/data/lang/rw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/rwk.txt b/chromium/third_party/icu/source/data/lang/rwk.txt
index 6b70ea506e4..cb44bfa842d 100644
--- a/chromium/third_party/icu/source/data/lang/rwk.txt
+++ b/chromium/third_party/icu/source/data/lang/rwk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/saq.txt b/chromium/third_party/icu/source/data/lang/saq.txt
index f50bb97dc09..bad52db34fb 100644
--- a/chromium/third_party/icu/source/data/lang/saq.txt
+++ b/chromium/third_party/icu/source/data/lang/saq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/seh.txt b/chromium/third_party/icu/source/data/lang/seh.txt
index 73f2f52fdc2..6c58e9fe6c9 100644
--- a/chromium/third_party/icu/source/data/lang/seh.txt
+++ b/chromium/third_party/icu/source/data/lang/seh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ses.txt b/chromium/third_party/icu/source/data/lang/ses.txt
index 97f7f92fa2d..b76ccd3aed6 100644
--- a/chromium/third_party/icu/source/data/lang/ses.txt
+++ b/chromium/third_party/icu/source/data/lang/ses.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sg.txt b/chromium/third_party/icu/source/data/lang/sg.txt
index 9a25e61409b..f345cb2732b 100644
--- a/chromium/third_party/icu/source/data/lang/sg.txt
+++ b/chromium/third_party/icu/source/data/lang/sg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sh.txt b/chromium/third_party/icu/source/data/lang/sh.txt
index ccdafa1c2b8..aa4e9004623 100644
--- a/chromium/third_party/icu/source/data/lang/sh.txt
+++ b/chromium/third_party/icu/source/data/lang/sh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sh_BA.txt b/chromium/third_party/icu/source/data/lang/sh_BA.txt
index 5432be2a437..1b797bf2f1d 100644
--- a/chromium/third_party/icu/source/data/lang/sh_BA.txt
+++ b/chromium/third_party/icu/source/data/lang/sh_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sh_CS.txt b/chromium/third_party/icu/source/data/lang/sh_CS.txt
index acc8e18d396..3fa3a7c7798 100644
--- a/chromium/third_party/icu/source/data/lang/sh_CS.txt
+++ b/chromium/third_party/icu/source/data/lang/sh_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sh_YU.txt b/chromium/third_party/icu/source/data/lang/sh_YU.txt
index 57d21fe61ea..ea8bd15e1df 100644
--- a/chromium/third_party/icu/source/data/lang/sh_YU.txt
+++ b/chromium/third_party/icu/source/data/lang/sh_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/shi.txt b/chromium/third_party/icu/source/data/lang/shi.txt
index f0cc1ef7b87..e6b08383e0d 100644
--- a/chromium/third_party/icu/source/data/lang/shi.txt
+++ b/chromium/third_party/icu/source/data/lang/shi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/shi_Latn.txt b/chromium/third_party/icu/source/data/lang/shi_Latn.txt
index 99dd363ead3..785cb7a1d6e 100644
--- a/chromium/third_party/icu/source/data/lang/shi_Latn.txt
+++ b/chromium/third_party/icu/source/data/lang/shi_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/shi_Latn_MA.txt b/chromium/third_party/icu/source/data/lang/shi_Latn_MA.txt
index 1489e310907..3e8daa7fdce 100644
--- a/chromium/third_party/icu/source/data/lang/shi_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/lang/shi_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/shi_MA.txt b/chromium/third_party/icu/source/data/lang/shi_MA.txt
index 14a51a9d966..d43e1179bc8 100644
--- a/chromium/third_party/icu/source/data/lang/shi_MA.txt
+++ b/chromium/third_party/icu/source/data/lang/shi_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/shi_Tfng.txt b/chromium/third_party/icu/source/data/lang/shi_Tfng.txt
index d2bff5674e2..41b464662cb 100644
--- a/chromium/third_party/icu/source/data/lang/shi_Tfng.txt
+++ b/chromium/third_party/icu/source/data/lang/shi_Tfng.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/si.txt b/chromium/third_party/icu/source/data/lang/si.txt
index 46a3c48942c..662dac3790a 100644
--- a/chromium/third_party/icu/source/data/lang/si.txt
+++ b/chromium/third_party/icu/source/data/lang/si.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sk.txt b/chromium/third_party/icu/source/data/lang/sk.txt
index f37fdb862e1..f551d5299fc 100644
--- a/chromium/third_party/icu/source/data/lang/sk.txt
+++ b/chromium/third_party/icu/source/data/lang/sk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sl.txt b/chromium/third_party/icu/source/data/lang/sl.txt
index 08149d47231..c03ffea93f9 100644
--- a/chromium/third_party/icu/source/data/lang/sl.txt
+++ b/chromium/third_party/icu/source/data/lang/sl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sn.txt b/chromium/third_party/icu/source/data/lang/sn.txt
index 900e35ea0ef..00f910c9083 100644
--- a/chromium/third_party/icu/source/data/lang/sn.txt
+++ b/chromium/third_party/icu/source/data/lang/sn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/so.txt b/chromium/third_party/icu/source/data/lang/so.txt
index 55e0c420f60..d6c2ef3a7c0 100644
--- a/chromium/third_party/icu/source/data/lang/so.txt
+++ b/chromium/third_party/icu/source/data/lang/so.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sq.txt b/chromium/third_party/icu/source/data/lang/sq.txt
index 92761c9ace0..1118cd891ac 100644
--- a/chromium/third_party/icu/source/data/lang/sq.txt
+++ b/chromium/third_party/icu/source/data/lang/sq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr.txt b/chromium/third_party/icu/source/data/lang/sr.txt
index 505ee4d5c25..e13af11837d 100644
--- a/chromium/third_party/icu/source/data/lang/sr.txt
+++ b/chromium/third_party/icu/source/data/lang/sr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_BA.txt b/chromium/third_party/icu/source/data/lang/sr_BA.txt
index db8f5efd607..ec7e3fbe61d 100644
--- a/chromium/third_party/icu/source/data/lang/sr_BA.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_CS.txt b/chromium/third_party/icu/source/data/lang/sr_CS.txt
index f05ad8effa1..d1a9bffffb7 100644
--- a/chromium/third_party/icu/source/data/lang/sr_CS.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Cyrl.txt b/chromium/third_party/icu/source/data/lang/sr_Cyrl.txt
index fea831765ed..49833f334ba 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Cyrl_BA.txt b/chromium/third_party/icu/source/data/lang/sr_Cyrl_BA.txt
index f2dcf321eeb..80e1e1a1ed0 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Cyrl_BA.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Cyrl_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Cyrl_CS.txt b/chromium/third_party/icu/source/data/lang/sr_Cyrl_CS.txt
index 6a8dac22e1b..d9be60f5cc3 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Cyrl_CS.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Cyrl_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Cyrl_RS.txt b/chromium/third_party/icu/source/data/lang/sr_Cyrl_RS.txt
index 93940c46c42..a82ca9cd4ac 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Cyrl_RS.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Cyrl_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Cyrl_YU.txt b/chromium/third_party/icu/source/data/lang/sr_Cyrl_YU.txt
index 66c143d1a52..dd1a461e3df 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Cyrl_YU.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Cyrl_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Latn.txt b/chromium/third_party/icu/source/data/lang/sr_Latn.txt
index a20b5d76fb6..3d796c9fb79 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Latn.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Latn_BA.txt b/chromium/third_party/icu/source/data/lang/sr_Latn_BA.txt
index c2fcc1b8aef..767b46e6b26 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Latn_BA.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Latn_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Latn_CS.txt b/chromium/third_party/icu/source/data/lang/sr_Latn_CS.txt
index c63f9a0671d..400ae3f4666 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Latn_CS.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Latn_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Latn_ME.txt b/chromium/third_party/icu/source/data/lang/sr_Latn_ME.txt
index 94576b12393..a2e52e8adb0 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Latn_ME.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Latn_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Latn_RS.txt b/chromium/third_party/icu/source/data/lang/sr_Latn_RS.txt
index bed8c50288f..17878ffd0d1 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Latn_RS.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Latn_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_Latn_YU.txt b/chromium/third_party/icu/source/data/lang/sr_Latn_YU.txt
index b810d8b8815..c6d91752f83 100644
--- a/chromium/third_party/icu/source/data/lang/sr_Latn_YU.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_Latn_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_ME.txt b/chromium/third_party/icu/source/data/lang/sr_ME.txt
index f5caa292760..80ba62f66f7 100644
--- a/chromium/third_party/icu/source/data/lang/sr_ME.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_RS.txt b/chromium/third_party/icu/source/data/lang/sr_RS.txt
index 06ef6a1ffdb..99dafdf152e 100644
--- a/chromium/third_party/icu/source/data/lang/sr_RS.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sr_YU.txt b/chromium/third_party/icu/source/data/lang/sr_YU.txt
index 2c66494575e..85da57469ce 100644
--- a/chromium/third_party/icu/source/data/lang/sr_YU.txt
+++ b/chromium/third_party/icu/source/data/lang/sr_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sv.txt b/chromium/third_party/icu/source/data/lang/sv.txt
index dbe8dd8e0d1..4f1cbfed9a5 100644
--- a/chromium/third_party/icu/source/data/lang/sv.txt
+++ b/chromium/third_party/icu/source/data/lang/sv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sv_FI.txt b/chromium/third_party/icu/source/data/lang/sv_FI.txt
index 0326eca2a7d..bcf0d6c1e61 100644
--- a/chromium/third_party/icu/source/data/lang/sv_FI.txt
+++ b/chromium/third_party/icu/source/data/lang/sv_FI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/sw.txt b/chromium/third_party/icu/source/data/lang/sw.txt
index f9012e04bd5..fe6c2601499 100644
--- a/chromium/third_party/icu/source/data/lang/sw.txt
+++ b/chromium/third_party/icu/source/data/lang/sw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ta.txt b/chromium/third_party/icu/source/data/lang/ta.txt
index 509efdec35f..8405a5711f6 100644
--- a/chromium/third_party/icu/source/data/lang/ta.txt
+++ b/chromium/third_party/icu/source/data/lang/ta.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/te.txt b/chromium/third_party/icu/source/data/lang/te.txt
index fa1e52b647d..d84f84ec6bd 100644
--- a/chromium/third_party/icu/source/data/lang/te.txt
+++ b/chromium/third_party/icu/source/data/lang/te.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/teo.txt b/chromium/third_party/icu/source/data/lang/teo.txt
index c808d59f6b6..0f6416d428c 100644
--- a/chromium/third_party/icu/source/data/lang/teo.txt
+++ b/chromium/third_party/icu/source/data/lang/teo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tg.txt b/chromium/third_party/icu/source/data/lang/tg.txt
index d261777aa72..8510e83b7be 100644
--- a/chromium/third_party/icu/source/data/lang/tg.txt
+++ b/chromium/third_party/icu/source/data/lang/tg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2014 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/th.txt b/chromium/third_party/icu/source/data/lang/th.txt
index 34c23136909..64ad6f5afbd 100644
--- a/chromium/third_party/icu/source/data/lang/th.txt
+++ b/chromium/third_party/icu/source/data/lang/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/th_TH.txt b/chromium/third_party/icu/source/data/lang/th_TH.txt
index ab3c89b4f9e..42384e28116 100644
--- a/chromium/third_party/icu/source/data/lang/th_TH.txt
+++ b/chromium/third_party/icu/source/data/lang/th_TH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/th_TH_TRADITIONAL.txt b/chromium/third_party/icu/source/data/lang/th_TH_TRADITIONAL.txt
index 843843b3390..a13f87f8774 100644
--- a/chromium/third_party/icu/source/data/lang/th_TH_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/lang/th_TH_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ti.txt b/chromium/third_party/icu/source/data/lang/ti.txt
index ef2f00609e3..4ebab4d9421 100644
--- a/chromium/third_party/icu/source/data/lang/ti.txt
+++ b/chromium/third_party/icu/source/data/lang/ti.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tl.txt b/chromium/third_party/icu/source/data/lang/tl.txt
index 29c9e6780ba..2d2366edb86 100644
--- a/chromium/third_party/icu/source/data/lang/tl.txt
+++ b/chromium/third_party/icu/source/data/lang/tl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tl_PH.txt b/chromium/third_party/icu/source/data/lang/tl_PH.txt
index d8068f62e93..8a834380193 100644
--- a/chromium/third_party/icu/source/data/lang/tl_PH.txt
+++ b/chromium/third_party/icu/source/data/lang/tl_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/to.txt b/chromium/third_party/icu/source/data/lang/to.txt
index 4da2263a8ea..a63954472be 100644
--- a/chromium/third_party/icu/source/data/lang/to.txt
+++ b/chromium/third_party/icu/source/data/lang/to.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tr.txt b/chromium/third_party/icu/source/data/lang/tr.txt
index 8876308c6a7..74a742dd1ba 100644
--- a/chromium/third_party/icu/source/data/lang/tr.txt
+++ b/chromium/third_party/icu/source/data/lang/tr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tzm.txt b/chromium/third_party/icu/source/data/lang/tzm.txt
index 5de012ffc67..7eca9180d1a 100644
--- a/chromium/third_party/icu/source/data/lang/tzm.txt
+++ b/chromium/third_party/icu/source/data/lang/tzm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tzm_Latn.txt b/chromium/third_party/icu/source/data/lang/tzm_Latn.txt
index 6a8b1bd268f..8c70621a44b 100644
--- a/chromium/third_party/icu/source/data/lang/tzm_Latn.txt
+++ b/chromium/third_party/icu/source/data/lang/tzm_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tzm_Latn_MA.txt b/chromium/third_party/icu/source/data/lang/tzm_Latn_MA.txt
index 6e5f2b7b67c..e4b3aae29ae 100644
--- a/chromium/third_party/icu/source/data/lang/tzm_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/lang/tzm_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/tzm_MA.txt b/chromium/third_party/icu/source/data/lang/tzm_MA.txt
index a92148d3efc..8a4d156c604 100644
--- a/chromium/third_party/icu/source/data/lang/tzm_MA.txt
+++ b/chromium/third_party/icu/source/data/lang/tzm_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uk.txt b/chromium/third_party/icu/source/data/lang/uk.txt
index 3bdbb1b95ac..13912169969 100644
--- a/chromium/third_party/icu/source/data/lang/uk.txt
+++ b/chromium/third_party/icu/source/data/lang/uk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/ur.txt b/chromium/third_party/icu/source/data/lang/ur.txt
index 8235e7032a5..dd8e6127e9f 100644
--- a/chromium/third_party/icu/source/data/lang/ur.txt
+++ b/chromium/third_party/icu/source/data/lang/ur.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz.txt b/chromium/third_party/icu/source/data/lang/uz.txt
index bd1707512e9..c800953b99c 100644
--- a/chromium/third_party/icu/source/data/lang/uz.txt
+++ b/chromium/third_party/icu/source/data/lang/uz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz_AF.txt b/chromium/third_party/icu/source/data/lang/uz_AF.txt
index 9135c836cf5..c43731f7fa4 100644
--- a/chromium/third_party/icu/source/data/lang/uz_AF.txt
+++ b/chromium/third_party/icu/source/data/lang/uz_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz_Arab.txt b/chromium/third_party/icu/source/data/lang/uz_Arab.txt
index 53334636210..ecc74cd694d 100644
--- a/chromium/third_party/icu/source/data/lang/uz_Arab.txt
+++ b/chromium/third_party/icu/source/data/lang/uz_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz_Arab_AF.txt b/chromium/third_party/icu/source/data/lang/uz_Arab_AF.txt
index e30dc27272b..3d5b5eb7462 100644
--- a/chromium/third_party/icu/source/data/lang/uz_Arab_AF.txt
+++ b/chromium/third_party/icu/source/data/lang/uz_Arab_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz_Cyrl.txt b/chromium/third_party/icu/source/data/lang/uz_Cyrl.txt
index 29a81452d27..6d5ff066c47 100644
--- a/chromium/third_party/icu/source/data/lang/uz_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/lang/uz_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz_Cyrl_UZ.txt b/chromium/third_party/icu/source/data/lang/uz_Cyrl_UZ.txt
index 9dafe036333..4b24d314b29 100644
--- a/chromium/third_party/icu/source/data/lang/uz_Cyrl_UZ.txt
+++ b/chromium/third_party/icu/source/data/lang/uz_Cyrl_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz_Latn.txt b/chromium/third_party/icu/source/data/lang/uz_Latn.txt
index ac5d2962955..c553104761a 100644
--- a/chromium/third_party/icu/source/data/lang/uz_Latn.txt
+++ b/chromium/third_party/icu/source/data/lang/uz_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/uz_UZ.txt b/chromium/third_party/icu/source/data/lang/uz_UZ.txt
index fcaadc4a76b..707f304c368 100644
--- a/chromium/third_party/icu/source/data/lang/uz_UZ.txt
+++ b/chromium/third_party/icu/source/data/lang/uz_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/vi.txt b/chromium/third_party/icu/source/data/lang/vi.txt
index c45243e0744..85ae8d05f41 100644
--- a/chromium/third_party/icu/source/data/lang/vi.txt
+++ b/chromium/third_party/icu/source/data/lang/vi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/vun.txt b/chromium/third_party/icu/source/data/lang/vun.txt
index 67639b6912d..08b81430d0a 100644
--- a/chromium/third_party/icu/source/data/lang/vun.txt
+++ b/chromium/third_party/icu/source/data/lang/vun.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/xog.txt b/chromium/third_party/icu/source/data/lang/xog.txt
index dde1d43997a..94cd7f9733d 100644
--- a/chromium/third_party/icu/source/data/lang/xog.txt
+++ b/chromium/third_party/icu/source/data/lang/xog.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/yo.txt b/chromium/third_party/icu/source/data/lang/yo.txt
index f3c8b343f6a..8d3728e90c9 100644
--- a/chromium/third_party/icu/source/data/lang/yo.txt
+++ b/chromium/third_party/icu/source/data/lang/yo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh.txt b/chromium/third_party/icu/source/data/lang/zh.txt
index c8d8738d2af..6763b4f5cb1 100644
--- a/chromium/third_party/icu/source/data/lang/zh.txt
+++ b/chromium/third_party/icu/source/data/lang/zh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_CN.txt b/chromium/third_party/icu/source/data/lang/zh_CN.txt
index 5f9c9ee0e9e..cdf17f15726 100644
--- a/chromium/third_party/icu/source/data/lang/zh_CN.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_HK.txt b/chromium/third_party/icu/source/data/lang/zh_HK.txt
index 0db8a99abb5..78e6c2c3857 100644
--- a/chromium/third_party/icu/source/data/lang/zh_HK.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_Hans.txt b/chromium/third_party/icu/source/data/lang/zh_Hans.txt
index d9a1c6cc113..c5de7c10811 100644
--- a/chromium/third_party/icu/source/data/lang/zh_Hans.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_Hans.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_Hans_CN.txt b/chromium/third_party/icu/source/data/lang/zh_Hans_CN.txt
index ee809a10d29..5a262c2012b 100644
--- a/chromium/third_party/icu/source/data/lang/zh_Hans_CN.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_Hans_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_Hans_SG.txt b/chromium/third_party/icu/source/data/lang/zh_Hans_SG.txt
index 9b4d3e7e370..fcad1638a7f 100644
--- a/chromium/third_party/icu/source/data/lang/zh_Hans_SG.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_Hans_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_Hant.txt b/chromium/third_party/icu/source/data/lang/zh_Hant.txt
index 411c51fc2d3..99806df3ba1 100644
--- a/chromium/third_party/icu/source/data/lang/zh_Hant.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_Hant.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_Hant_HK.txt b/chromium/third_party/icu/source/data/lang/zh_Hant_HK.txt
index 9be84f765b7..bf4d8c748ce 100644
--- a/chromium/third_party/icu/source/data/lang/zh_Hant_HK.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_Hant_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_Hant_MO.txt b/chromium/third_party/icu/source/data/lang/zh_Hant_MO.txt
index 571af8debfc..1eb1ebd31bd 100644
--- a/chromium/third_party/icu/source/data/lang/zh_Hant_MO.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_Hant_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_Hant_TW.txt b/chromium/third_party/icu/source/data/lang/zh_Hant_TW.txt
index f00120ec991..9328f9a668f 100644
--- a/chromium/third_party/icu/source/data/lang/zh_Hant_TW.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_Hant_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_MO.txt b/chromium/third_party/icu/source/data/lang/zh_MO.txt
index 87e6b50f200..182447e37bf 100644
--- a/chromium/third_party/icu/source/data/lang/zh_MO.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_SG.txt b/chromium/third_party/icu/source/data/lang/zh_SG.txt
index 3b025136f7a..8ad0cb9fc67 100644
--- a/chromium/third_party/icu/source/data/lang/zh_SG.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zh_TW.txt b/chromium/third_party/icu/source/data/lang/zh_TW.txt
index 384df322c15..aaf5ad8845d 100644
--- a/chromium/third_party/icu/source/data/lang/zh_TW.txt
+++ b/chromium/third_party/icu/source/data/lang/zh_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/lang/zu.txt b/chromium/third_party/icu/source/data/lang/zu.txt
index a2ad33bac09..eaf59294110 100644
--- a/chromium/third_party/icu/source/data/lang/zu.txt
+++ b/chromium/third_party/icu/source/data/lang/zu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/af.txt b/chromium/third_party/icu/source/data/locales/af.txt
index f468b524e89..2b0bd2daf38 100644
--- a/chromium/third_party/icu/source/data/locales/af.txt
+++ b/chromium/third_party/icu/source/data/locales/af.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/af_NA.txt b/chromium/third_party/icu/source/data/locales/af_NA.txt
index 0a5dc2cbaec..1e285b2f338 100644
--- a/chromium/third_party/icu/source/data/locales/af_NA.txt
+++ b/chromium/third_party/icu/source/data/locales/af_NA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/af_ZA.txt b/chromium/third_party/icu/source/data/locales/af_ZA.txt
index b7daa83155b..114e815c46e 100644
--- a/chromium/third_party/icu/source/data/locales/af_ZA.txt
+++ b/chromium/third_party/icu/source/data/locales/af_ZA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ak.txt b/chromium/third_party/icu/source/data/locales/ak.txt
index ff644d770f4..499369ece91 100644
--- a/chromium/third_party/icu/source/data/locales/ak.txt
+++ b/chromium/third_party/icu/source/data/locales/ak.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ak_GH.txt b/chromium/third_party/icu/source/data/locales/ak_GH.txt
index 260eede1ada..94bf80613d0 100644
--- a/chromium/third_party/icu/source/data/locales/ak_GH.txt
+++ b/chromium/third_party/icu/source/data/locales/ak_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/am.txt b/chromium/third_party/icu/source/data/locales/am.txt
index 8de58e22901..1efd574d5a8 100644
--- a/chromium/third_party/icu/source/data/locales/am.txt
+++ b/chromium/third_party/icu/source/data/locales/am.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/am_ET.txt b/chromium/third_party/icu/source/data/locales/am_ET.txt
index cf489c02e36..cfcc06505ab 100644
--- a/chromium/third_party/icu/source/data/locales/am_ET.txt
+++ b/chromium/third_party/icu/source/data/locales/am_ET.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar.txt b/chromium/third_party/icu/source/data/locales/ar.txt
index 322e54e21fb..92ecf10887e 100644
--- a/chromium/third_party/icu/source/data/locales/ar.txt
+++ b/chromium/third_party/icu/source/data/locales/ar.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_AE.txt b/chromium/third_party/icu/source/data/locales/ar_AE.txt
index 0d6785a3d40..dff397775e8 100644
--- a/chromium/third_party/icu/source/data/locales/ar_AE.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_AE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_BH.txt b/chromium/third_party/icu/source/data/locales/ar_BH.txt
index fa752edf408..e180ce9dd32 100644
--- a/chromium/third_party/icu/source/data/locales/ar_BH.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_BH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_DZ.txt b/chromium/third_party/icu/source/data/locales/ar_DZ.txt
index 9a221bca48e..6ed85dfcee4 100644
--- a/chromium/third_party/icu/source/data/locales/ar_DZ.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_DZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_EG.txt b/chromium/third_party/icu/source/data/locales/ar_EG.txt
index 218f5652c3b..49bd8fcf49f 100644
--- a/chromium/third_party/icu/source/data/locales/ar_EG.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_EG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_IQ.txt b/chromium/third_party/icu/source/data/locales/ar_IQ.txt
index 8920a6a2d37..b46b16142f4 100644
--- a/chromium/third_party/icu/source/data/locales/ar_IQ.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_IQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_JO.txt b/chromium/third_party/icu/source/data/locales/ar_JO.txt
index 2947a0f3bda..f7877b48835 100644
--- a/chromium/third_party/icu/source/data/locales/ar_JO.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_JO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_KW.txt b/chromium/third_party/icu/source/data/locales/ar_KW.txt
index 92a76aa6fbb..7bec2fa7c1e 100644
--- a/chromium/third_party/icu/source/data/locales/ar_KW.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_KW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_LB.txt b/chromium/third_party/icu/source/data/locales/ar_LB.txt
index 416c84092f0..6c83bb4fa19 100644
--- a/chromium/third_party/icu/source/data/locales/ar_LB.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_LB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_LY.txt b/chromium/third_party/icu/source/data/locales/ar_LY.txt
index 633d60e039a..944cfd44ae5 100644
--- a/chromium/third_party/icu/source/data/locales/ar_LY.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_LY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_MA.txt b/chromium/third_party/icu/source/data/locales/ar_MA.txt
index dd60c9d4dc2..6dec7b82e3d 100644
--- a/chromium/third_party/icu/source/data/locales/ar_MA.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_OM.txt b/chromium/third_party/icu/source/data/locales/ar_OM.txt
index 883b241d9bf..9ec131457fe 100644
--- a/chromium/third_party/icu/source/data/locales/ar_OM.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_OM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_QA.txt b/chromium/third_party/icu/source/data/locales/ar_QA.txt
index 51579eaec3b..2191745c285 100644
--- a/chromium/third_party/icu/source/data/locales/ar_QA.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_QA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_SA.txt b/chromium/third_party/icu/source/data/locales/ar_SA.txt
index 379a0831994..115977537b5 100644
--- a/chromium/third_party/icu/source/data/locales/ar_SA.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_SA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_SD.txt b/chromium/third_party/icu/source/data/locales/ar_SD.txt
index 40acf4c0617..8df21cbfc5e 100644
--- a/chromium/third_party/icu/source/data/locales/ar_SD.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_SD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_SY.txt b/chromium/third_party/icu/source/data/locales/ar_SY.txt
index 5782dc91509..43f84f38aab 100644
--- a/chromium/third_party/icu/source/data/locales/ar_SY.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_SY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_TN.txt b/chromium/third_party/icu/source/data/locales/ar_TN.txt
index c5bd87e14f3..e5e8d32358b 100644
--- a/chromium/third_party/icu/source/data/locales/ar_TN.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_TN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ar_YE.txt b/chromium/third_party/icu/source/data/locales/ar_YE.txt
index 4197c04ff04..25a90a5d02a 100644
--- a/chromium/third_party/icu/source/data/locales/ar_YE.txt
+++ b/chromium/third_party/icu/source/data/locales/ar_YE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/as.txt b/chromium/third_party/icu/source/data/locales/as.txt
index 13a3220601c..f312994d2d4 100644
--- a/chromium/third_party/icu/source/data/locales/as.txt
+++ b/chromium/third_party/icu/source/data/locales/as.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/as_IN.txt b/chromium/third_party/icu/source/data/locales/as_IN.txt
index 2c37c6c17d7..700750b43f1 100644
--- a/chromium/third_party/icu/source/data/locales/as_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/as_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/asa.txt b/chromium/third_party/icu/source/data/locales/asa.txt
index 3d2f63483b4..ac747e4b156 100644
--- a/chromium/third_party/icu/source/data/locales/asa.txt
+++ b/chromium/third_party/icu/source/data/locales/asa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/asa_TZ.txt b/chromium/third_party/icu/source/data/locales/asa_TZ.txt
index b8f20c5d5b7..d187772c0c2 100644
--- a/chromium/third_party/icu/source/data/locales/asa_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/asa_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/az.txt b/chromium/third_party/icu/source/data/locales/az.txt
index 9cc51b76adb..40c21f59746 100644
--- a/chromium/third_party/icu/source/data/locales/az.txt
+++ b/chromium/third_party/icu/source/data/locales/az.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/az_AZ.txt b/chromium/third_party/icu/source/data/locales/az_AZ.txt
index b478c019e3d..a6896130aae 100644
--- a/chromium/third_party/icu/source/data/locales/az_AZ.txt
+++ b/chromium/third_party/icu/source/data/locales/az_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/az_Cyrl.txt b/chromium/third_party/icu/source/data/locales/az_Cyrl.txt
index 82b6bee6b7e..84af02fae57 100644
--- a/chromium/third_party/icu/source/data/locales/az_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/locales/az_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/az_Cyrl_AZ.txt b/chromium/third_party/icu/source/data/locales/az_Cyrl_AZ.txt
index c0328ba8ab5..ee5aa722484 100644
--- a/chromium/third_party/icu/source/data/locales/az_Cyrl_AZ.txt
+++ b/chromium/third_party/icu/source/data/locales/az_Cyrl_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/az_Latn.txt b/chromium/third_party/icu/source/data/locales/az_Latn.txt
index 6b5f672f1e7..d792985ef15 100644
--- a/chromium/third_party/icu/source/data/locales/az_Latn.txt
+++ b/chromium/third_party/icu/source/data/locales/az_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/az_Latn_AZ.txt b/chromium/third_party/icu/source/data/locales/az_Latn_AZ.txt
index f4d039e12ab..e34d1eba2b7 100644
--- a/chromium/third_party/icu/source/data/locales/az_Latn_AZ.txt
+++ b/chromium/third_party/icu/source/data/locales/az_Latn_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/be.txt b/chromium/third_party/icu/source/data/locales/be.txt
index b5b70ed5b35..c6c87014049 100644
--- a/chromium/third_party/icu/source/data/locales/be.txt
+++ b/chromium/third_party/icu/source/data/locales/be.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/be_BY.txt b/chromium/third_party/icu/source/data/locales/be_BY.txt
index 6c4b3b0fd78..c260f1c54a4 100644
--- a/chromium/third_party/icu/source/data/locales/be_BY.txt
+++ b/chromium/third_party/icu/source/data/locales/be_BY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bem.txt b/chromium/third_party/icu/source/data/locales/bem.txt
index 8bdf9c2650c..8caf9105594 100644
--- a/chromium/third_party/icu/source/data/locales/bem.txt
+++ b/chromium/third_party/icu/source/data/locales/bem.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bem_ZM.txt b/chromium/third_party/icu/source/data/locales/bem_ZM.txt
index e5785304214..625776ce630 100644
--- a/chromium/third_party/icu/source/data/locales/bem_ZM.txt
+++ b/chromium/third_party/icu/source/data/locales/bem_ZM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bez.txt b/chromium/third_party/icu/source/data/locales/bez.txt
index 5d6c8ca5199..b04bfacb03c 100644
--- a/chromium/third_party/icu/source/data/locales/bez.txt
+++ b/chromium/third_party/icu/source/data/locales/bez.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bez_TZ.txt b/chromium/third_party/icu/source/data/locales/bez_TZ.txt
index 7c49c179c1a..077c148ae18 100644
--- a/chromium/third_party/icu/source/data/locales/bez_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/bez_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bg.txt b/chromium/third_party/icu/source/data/locales/bg.txt
index b5878657543..b7ed2d64580 100644
--- a/chromium/third_party/icu/source/data/locales/bg.txt
+++ b/chromium/third_party/icu/source/data/locales/bg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bg_BG.txt b/chromium/third_party/icu/source/data/locales/bg_BG.txt
index 123a640d8d1..fcc04bc3703 100644
--- a/chromium/third_party/icu/source/data/locales/bg_BG.txt
+++ b/chromium/third_party/icu/source/data/locales/bg_BG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bm.txt b/chromium/third_party/icu/source/data/locales/bm.txt
index ed7d46f9831..0a0ea100367 100644
--- a/chromium/third_party/icu/source/data/locales/bm.txt
+++ b/chromium/third_party/icu/source/data/locales/bm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bm_ML.txt b/chromium/third_party/icu/source/data/locales/bm_ML.txt
index 042f71d583e..e7f7756092b 100644
--- a/chromium/third_party/icu/source/data/locales/bm_ML.txt
+++ b/chromium/third_party/icu/source/data/locales/bm_ML.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bn.txt b/chromium/third_party/icu/source/data/locales/bn.txt
index bbbbd6bec9e..b72adee29dc 100644
--- a/chromium/third_party/icu/source/data/locales/bn.txt
+++ b/chromium/third_party/icu/source/data/locales/bn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bn_BD.txt b/chromium/third_party/icu/source/data/locales/bn_BD.txt
index 55f2a310ac0..7260db95513 100644
--- a/chromium/third_party/icu/source/data/locales/bn_BD.txt
+++ b/chromium/third_party/icu/source/data/locales/bn_BD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bn_IN.txt b/chromium/third_party/icu/source/data/locales/bn_IN.txt
index 2fedaa36508..70ecac7d69f 100644
--- a/chromium/third_party/icu/source/data/locales/bn_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/bn_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bo.txt b/chromium/third_party/icu/source/data/locales/bo.txt
index 266c9975cd0..902bd190c87 100644
--- a/chromium/third_party/icu/source/data/locales/bo.txt
+++ b/chromium/third_party/icu/source/data/locales/bo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bo_CN.txt b/chromium/third_party/icu/source/data/locales/bo_CN.txt
index 2d1a4fca516..0af0dc7029a 100644
--- a/chromium/third_party/icu/source/data/locales/bo_CN.txt
+++ b/chromium/third_party/icu/source/data/locales/bo_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bo_IN.txt b/chromium/third_party/icu/source/data/locales/bo_IN.txt
index 258e60e5e36..c7f30bb8cc4 100644
--- a/chromium/third_party/icu/source/data/locales/bo_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/bo_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bs.txt b/chromium/third_party/icu/source/data/locales/bs.txt
index 15885257935..ad13c382e4c 100644
--- a/chromium/third_party/icu/source/data/locales/bs.txt
+++ b/chromium/third_party/icu/source/data/locales/bs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/bs_BA.txt b/chromium/third_party/icu/source/data/locales/bs_BA.txt
index ac623d3f24d..cb8d8f8bc93 100644
--- a/chromium/third_party/icu/source/data/locales/bs_BA.txt
+++ b/chromium/third_party/icu/source/data/locales/bs_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ca.txt b/chromium/third_party/icu/source/data/locales/ca.txt
index d9bf9f31988..0f89abdd634 100644
--- a/chromium/third_party/icu/source/data/locales/ca.txt
+++ b/chromium/third_party/icu/source/data/locales/ca.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ca_ES.txt b/chromium/third_party/icu/source/data/locales/ca_ES.txt
index 41c7a8f11a8..29a5acfe986 100644
--- a/chromium/third_party/icu/source/data/locales/ca_ES.txt
+++ b/chromium/third_party/icu/source/data/locales/ca_ES.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/cgg.txt b/chromium/third_party/icu/source/data/locales/cgg.txt
index d60e51960d5..ede2b59025f 100644
--- a/chromium/third_party/icu/source/data/locales/cgg.txt
+++ b/chromium/third_party/icu/source/data/locales/cgg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/cgg_UG.txt b/chromium/third_party/icu/source/data/locales/cgg_UG.txt
index 6a89731309f..1e635639ad9 100644
--- a/chromium/third_party/icu/source/data/locales/cgg_UG.txt
+++ b/chromium/third_party/icu/source/data/locales/cgg_UG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/chr.txt b/chromium/third_party/icu/source/data/locales/chr.txt
index 2b15e62151c..8d590fffa61 100644
--- a/chromium/third_party/icu/source/data/locales/chr.txt
+++ b/chromium/third_party/icu/source/data/locales/chr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/chr_US.txt b/chromium/third_party/icu/source/data/locales/chr_US.txt
index cbad2793948..29d3f05169c 100644
--- a/chromium/third_party/icu/source/data/locales/chr_US.txt
+++ b/chromium/third_party/icu/source/data/locales/chr_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/cs.txt b/chromium/third_party/icu/source/data/locales/cs.txt
index 0868889320c..aedfc37d8cc 100644
--- a/chromium/third_party/icu/source/data/locales/cs.txt
+++ b/chromium/third_party/icu/source/data/locales/cs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/cs_CZ.txt b/chromium/third_party/icu/source/data/locales/cs_CZ.txt
index 2193d336638..f1e3ea30d85 100644
--- a/chromium/third_party/icu/source/data/locales/cs_CZ.txt
+++ b/chromium/third_party/icu/source/data/locales/cs_CZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/cy.txt b/chromium/third_party/icu/source/data/locales/cy.txt
index 670cbbe47e5..fcac8258ccb 100644
--- a/chromium/third_party/icu/source/data/locales/cy.txt
+++ b/chromium/third_party/icu/source/data/locales/cy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/cy_GB.txt b/chromium/third_party/icu/source/data/locales/cy_GB.txt
index 44fd0bd2ed1..8be443b128e 100644
--- a/chromium/third_party/icu/source/data/locales/cy_GB.txt
+++ b/chromium/third_party/icu/source/data/locales/cy_GB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/da.txt b/chromium/third_party/icu/source/data/locales/da.txt
index f5154d660ad..378ade608e9 100644
--- a/chromium/third_party/icu/source/data/locales/da.txt
+++ b/chromium/third_party/icu/source/data/locales/da.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/da_DK.txt b/chromium/third_party/icu/source/data/locales/da_DK.txt
index df3b087258b..a48d187e8bd 100644
--- a/chromium/third_party/icu/source/data/locales/da_DK.txt
+++ b/chromium/third_party/icu/source/data/locales/da_DK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/dav.txt b/chromium/third_party/icu/source/data/locales/dav.txt
index d32d9ff4317..f4a430d5e04 100644
--- a/chromium/third_party/icu/source/data/locales/dav.txt
+++ b/chromium/third_party/icu/source/data/locales/dav.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/dav_KE.txt b/chromium/third_party/icu/source/data/locales/dav_KE.txt
index c7cfaf54f21..ec4044eda86 100644
--- a/chromium/third_party/icu/source/data/locales/dav_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/dav_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/de.txt b/chromium/third_party/icu/source/data/locales/de.txt
index 80e54c34f7c..59d8b683942 100644
--- a/chromium/third_party/icu/source/data/locales/de.txt
+++ b/chromium/third_party/icu/source/data/locales/de.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/de_AT.txt b/chromium/third_party/icu/source/data/locales/de_AT.txt
index b3fbb7663ff..1f0cd3516e3 100644
--- a/chromium/third_party/icu/source/data/locales/de_AT.txt
+++ b/chromium/third_party/icu/source/data/locales/de_AT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/de_BE.txt b/chromium/third_party/icu/source/data/locales/de_BE.txt
index 012dbf6bdc8..b987127c624 100644
--- a/chromium/third_party/icu/source/data/locales/de_BE.txt
+++ b/chromium/third_party/icu/source/data/locales/de_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/de_CH.txt b/chromium/third_party/icu/source/data/locales/de_CH.txt
index 28839097a5f..27c9c3e99f5 100644
--- a/chromium/third_party/icu/source/data/locales/de_CH.txt
+++ b/chromium/third_party/icu/source/data/locales/de_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/de_DE.txt b/chromium/third_party/icu/source/data/locales/de_DE.txt
index d4a217234f9..70166026d62 100644
--- a/chromium/third_party/icu/source/data/locales/de_DE.txt
+++ b/chromium/third_party/icu/source/data/locales/de_DE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/de_LI.txt b/chromium/third_party/icu/source/data/locales/de_LI.txt
index 695512eb2ef..c360bd13d4d 100644
--- a/chromium/third_party/icu/source/data/locales/de_LI.txt
+++ b/chromium/third_party/icu/source/data/locales/de_LI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/de_LU.txt b/chromium/third_party/icu/source/data/locales/de_LU.txt
index e301cf5c1a1..a6e756c71fd 100644
--- a/chromium/third_party/icu/source/data/locales/de_LU.txt
+++ b/chromium/third_party/icu/source/data/locales/de_LU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ebu.txt b/chromium/third_party/icu/source/data/locales/ebu.txt
index d7cc90df6ee..1adbb0194ac 100644
--- a/chromium/third_party/icu/source/data/locales/ebu.txt
+++ b/chromium/third_party/icu/source/data/locales/ebu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ebu_KE.txt b/chromium/third_party/icu/source/data/locales/ebu_KE.txt
index cd5e95fd81e..ef81215d46e 100644
--- a/chromium/third_party/icu/source/data/locales/ebu_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/ebu_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ee.txt b/chromium/third_party/icu/source/data/locales/ee.txt
index 3d48c7fe574..22c1ea5b2bd 100644
--- a/chromium/third_party/icu/source/data/locales/ee.txt
+++ b/chromium/third_party/icu/source/data/locales/ee.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ee_GH.txt b/chromium/third_party/icu/source/data/locales/ee_GH.txt
index feec0eeac37..c6a23f5c2ce 100644
--- a/chromium/third_party/icu/source/data/locales/ee_GH.txt
+++ b/chromium/third_party/icu/source/data/locales/ee_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ee_TG.txt b/chromium/third_party/icu/source/data/locales/ee_TG.txt
index 68c804b6072..54f788af238 100644
--- a/chromium/third_party/icu/source/data/locales/ee_TG.txt
+++ b/chromium/third_party/icu/source/data/locales/ee_TG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/el.txt b/chromium/third_party/icu/source/data/locales/el.txt
index efae8f98c8d..70b11102b2c 100644
--- a/chromium/third_party/icu/source/data/locales/el.txt
+++ b/chromium/third_party/icu/source/data/locales/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/el_CY.txt b/chromium/third_party/icu/source/data/locales/el_CY.txt
index ebe7350c153..9f71a9f0259 100644
--- a/chromium/third_party/icu/source/data/locales/el_CY.txt
+++ b/chromium/third_party/icu/source/data/locales/el_CY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/el_GR.txt b/chromium/third_party/icu/source/data/locales/el_GR.txt
index e326a256c3a..ce557c0622f 100644
--- a/chromium/third_party/icu/source/data/locales/el_GR.txt
+++ b/chromium/third_party/icu/source/data/locales/el_GR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en.txt b/chromium/third_party/icu/source/data/locales/en.txt
index 5b2380bf779..780c3e689d3 100644
--- a/chromium/third_party/icu/source/data/locales/en.txt
+++ b/chromium/third_party/icu/source/data/locales/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_AS.txt b/chromium/third_party/icu/source/data/locales/en_AS.txt
index 3d96c6f38ac..68a3e0209c4 100644
--- a/chromium/third_party/icu/source/data/locales/en_AS.txt
+++ b/chromium/third_party/icu/source/data/locales/en_AS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_AU.txt b/chromium/third_party/icu/source/data/locales/en_AU.txt
index 1c80f11c8ad..2b2f2c6774b 100644
--- a/chromium/third_party/icu/source/data/locales/en_AU.txt
+++ b/chromium/third_party/icu/source/data/locales/en_AU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_BE.txt b/chromium/third_party/icu/source/data/locales/en_BE.txt
index 7f1ab71b418..0ffd048570d 100644
--- a/chromium/third_party/icu/source/data/locales/en_BE.txt
+++ b/chromium/third_party/icu/source/data/locales/en_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_BW.txt b/chromium/third_party/icu/source/data/locales/en_BW.txt
index f8b9a3dffbf..9ec8fe4780e 100644
--- a/chromium/third_party/icu/source/data/locales/en_BW.txt
+++ b/chromium/third_party/icu/source/data/locales/en_BW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_BZ.txt b/chromium/third_party/icu/source/data/locales/en_BZ.txt
index 7cba0eb9f17..c6d2bf5f16b 100644
--- a/chromium/third_party/icu/source/data/locales/en_BZ.txt
+++ b/chromium/third_party/icu/source/data/locales/en_BZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_CA.txt b/chromium/third_party/icu/source/data/locales/en_CA.txt
index 7d1ecec474c..82c80c88381 100644
--- a/chromium/third_party/icu/source/data/locales/en_CA.txt
+++ b/chromium/third_party/icu/source/data/locales/en_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_GB.txt b/chromium/third_party/icu/source/data/locales/en_GB.txt
index d12e3790fba..5c0ab7fb98b 100644
--- a/chromium/third_party/icu/source/data/locales/en_GB.txt
+++ b/chromium/third_party/icu/source/data/locales/en_GB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_GU.txt b/chromium/third_party/icu/source/data/locales/en_GU.txt
index ec82bf223cc..dbbc101f5a0 100644
--- a/chromium/third_party/icu/source/data/locales/en_GU.txt
+++ b/chromium/third_party/icu/source/data/locales/en_GU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_HK.txt b/chromium/third_party/icu/source/data/locales/en_HK.txt
index 848a592b82c..882777b808c 100644
--- a/chromium/third_party/icu/source/data/locales/en_HK.txt
+++ b/chromium/third_party/icu/source/data/locales/en_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_IE.txt b/chromium/third_party/icu/source/data/locales/en_IE.txt
index e2c8e0927c2..dd5cd518ffc 100644
--- a/chromium/third_party/icu/source/data/locales/en_IE.txt
+++ b/chromium/third_party/icu/source/data/locales/en_IE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_IN.txt b/chromium/third_party/icu/source/data/locales/en_IN.txt
index 9e7caa607b6..c9bd8461c26 100644
--- a/chromium/third_party/icu/source/data/locales/en_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/en_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_JM.txt b/chromium/third_party/icu/source/data/locales/en_JM.txt
index 5dd650deb79..418129fe9a9 100644
--- a/chromium/third_party/icu/source/data/locales/en_JM.txt
+++ b/chromium/third_party/icu/source/data/locales/en_JM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_MH.txt b/chromium/third_party/icu/source/data/locales/en_MH.txt
index b41fb6a62cc..b3f49cd1d4b 100644
--- a/chromium/third_party/icu/source/data/locales/en_MH.txt
+++ b/chromium/third_party/icu/source/data/locales/en_MH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_MP.txt b/chromium/third_party/icu/source/data/locales/en_MP.txt
index f93978d6999..ddc8398adf3 100644
--- a/chromium/third_party/icu/source/data/locales/en_MP.txt
+++ b/chromium/third_party/icu/source/data/locales/en_MP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_MT.txt b/chromium/third_party/icu/source/data/locales/en_MT.txt
index 73fc95a2fb7..0cf3421bc89 100644
--- a/chromium/third_party/icu/source/data/locales/en_MT.txt
+++ b/chromium/third_party/icu/source/data/locales/en_MT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_MU.txt b/chromium/third_party/icu/source/data/locales/en_MU.txt
index 79e1fc87ad2..ef45ccb743f 100644
--- a/chromium/third_party/icu/source/data/locales/en_MU.txt
+++ b/chromium/third_party/icu/source/data/locales/en_MU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_NA.txt b/chromium/third_party/icu/source/data/locales/en_NA.txt
index b6ba1bff9c7..a77eff49013 100644
--- a/chromium/third_party/icu/source/data/locales/en_NA.txt
+++ b/chromium/third_party/icu/source/data/locales/en_NA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_NZ.txt b/chromium/third_party/icu/source/data/locales/en_NZ.txt
index 6f781c3e138..12334b2fc86 100644
--- a/chromium/third_party/icu/source/data/locales/en_NZ.txt
+++ b/chromium/third_party/icu/source/data/locales/en_NZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_PH.txt b/chromium/third_party/icu/source/data/locales/en_PH.txt
index 766b6d56cd1..2e7cd0ce229 100644
--- a/chromium/third_party/icu/source/data/locales/en_PH.txt
+++ b/chromium/third_party/icu/source/data/locales/en_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_PK.txt b/chromium/third_party/icu/source/data/locales/en_PK.txt
index 45d199e597c..4a467e39cf1 100644
--- a/chromium/third_party/icu/source/data/locales/en_PK.txt
+++ b/chromium/third_party/icu/source/data/locales/en_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_RH.txt b/chromium/third_party/icu/source/data/locales/en_RH.txt
index d38afa5722a..0b3ed79a235 100644
--- a/chromium/third_party/icu/source/data/locales/en_RH.txt
+++ b/chromium/third_party/icu/source/data/locales/en_RH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_SG.txt b/chromium/third_party/icu/source/data/locales/en_SG.txt
index 4d8fdb3e038..6760baa08ac 100644
--- a/chromium/third_party/icu/source/data/locales/en_SG.txt
+++ b/chromium/third_party/icu/source/data/locales/en_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_TT.txt b/chromium/third_party/icu/source/data/locales/en_TT.txt
index f97daa331d5..4832803c383 100644
--- a/chromium/third_party/icu/source/data/locales/en_TT.txt
+++ b/chromium/third_party/icu/source/data/locales/en_TT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_UM.txt b/chromium/third_party/icu/source/data/locales/en_UM.txt
index 0e43d05e17c..f74bd1f7b57 100644
--- a/chromium/third_party/icu/source/data/locales/en_UM.txt
+++ b/chromium/third_party/icu/source/data/locales/en_UM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_US.txt b/chromium/third_party/icu/source/data/locales/en_US.txt
index a76a3b31334..dc9cb5a3b6e 100644
--- a/chromium/third_party/icu/source/data/locales/en_US.txt
+++ b/chromium/third_party/icu/source/data/locales/en_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_US_POSIX.txt b/chromium/third_party/icu/source/data/locales/en_US_POSIX.txt
index d54c45d3eea..99779ba51b4 100644
--- a/chromium/third_party/icu/source/data/locales/en_US_POSIX.txt
+++ b/chromium/third_party/icu/source/data/locales/en_US_POSIX.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_VI.txt b/chromium/third_party/icu/source/data/locales/en_VI.txt
index f84e0cfb91f..a00b74dfa70 100644
--- a/chromium/third_party/icu/source/data/locales/en_VI.txt
+++ b/chromium/third_party/icu/source/data/locales/en_VI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_ZA.txt b/chromium/third_party/icu/source/data/locales/en_ZA.txt
index bea91bc504c..306e35a95b5 100644
--- a/chromium/third_party/icu/source/data/locales/en_ZA.txt
+++ b/chromium/third_party/icu/source/data/locales/en_ZA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/en_ZW.txt b/chromium/third_party/icu/source/data/locales/en_ZW.txt
index 91ee4a4cb19..57d3e24714b 100644
--- a/chromium/third_party/icu/source/data/locales/en_ZW.txt
+++ b/chromium/third_party/icu/source/data/locales/en_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/eo.txt b/chromium/third_party/icu/source/data/locales/eo.txt
index 321b81ff48f..b62ef28ab79 100644
--- a/chromium/third_party/icu/source/data/locales/eo.txt
+++ b/chromium/third_party/icu/source/data/locales/eo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es.txt b/chromium/third_party/icu/source/data/locales/es.txt
index 44715a58439..ae8283cacb3 100644
--- a/chromium/third_party/icu/source/data/locales/es.txt
+++ b/chromium/third_party/icu/source/data/locales/es.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_419.txt b/chromium/third_party/icu/source/data/locales/es_419.txt
index a2a0826f598..19fd825f1d3 100644
--- a/chromium/third_party/icu/source/data/locales/es_419.txt
+++ b/chromium/third_party/icu/source/data/locales/es_419.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_AR.txt b/chromium/third_party/icu/source/data/locales/es_AR.txt
index cd26e8a52af..7b4f4f9b8dc 100644
--- a/chromium/third_party/icu/source/data/locales/es_AR.txt
+++ b/chromium/third_party/icu/source/data/locales/es_AR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_BO.txt b/chromium/third_party/icu/source/data/locales/es_BO.txt
index a9df0df06e3..984a9da0938 100644
--- a/chromium/third_party/icu/source/data/locales/es_BO.txt
+++ b/chromium/third_party/icu/source/data/locales/es_BO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_CL.txt b/chromium/third_party/icu/source/data/locales/es_CL.txt
index 4d066e833be..ab685ef6f7a 100644
--- a/chromium/third_party/icu/source/data/locales/es_CL.txt
+++ b/chromium/third_party/icu/source/data/locales/es_CL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_CO.txt b/chromium/third_party/icu/source/data/locales/es_CO.txt
index 052d4a073f5..49198cab552 100644
--- a/chromium/third_party/icu/source/data/locales/es_CO.txt
+++ b/chromium/third_party/icu/source/data/locales/es_CO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_CR.txt b/chromium/third_party/icu/source/data/locales/es_CR.txt
index f8fa9be56e1..3dbd79bbaf8 100644
--- a/chromium/third_party/icu/source/data/locales/es_CR.txt
+++ b/chromium/third_party/icu/source/data/locales/es_CR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_DO.txt b/chromium/third_party/icu/source/data/locales/es_DO.txt
index cfa00d0d326..e7ef1c7efad 100644
--- a/chromium/third_party/icu/source/data/locales/es_DO.txt
+++ b/chromium/third_party/icu/source/data/locales/es_DO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_EC.txt b/chromium/third_party/icu/source/data/locales/es_EC.txt
index 79127909cc8..16747fb02d5 100644
--- a/chromium/third_party/icu/source/data/locales/es_EC.txt
+++ b/chromium/third_party/icu/source/data/locales/es_EC.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_ES.txt b/chromium/third_party/icu/source/data/locales/es_ES.txt
index fc506e74655..dc6db8524fb 100644
--- a/chromium/third_party/icu/source/data/locales/es_ES.txt
+++ b/chromium/third_party/icu/source/data/locales/es_ES.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_GQ.txt b/chromium/third_party/icu/source/data/locales/es_GQ.txt
index af2827b8fe9..6776e902bf6 100644
--- a/chromium/third_party/icu/source/data/locales/es_GQ.txt
+++ b/chromium/third_party/icu/source/data/locales/es_GQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_GT.txt b/chromium/third_party/icu/source/data/locales/es_GT.txt
index 53b1d6f292c..ba230565be9 100644
--- a/chromium/third_party/icu/source/data/locales/es_GT.txt
+++ b/chromium/third_party/icu/source/data/locales/es_GT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_HN.txt b/chromium/third_party/icu/source/data/locales/es_HN.txt
index 56a389bb5bf..33b0bde7a9b 100644
--- a/chromium/third_party/icu/source/data/locales/es_HN.txt
+++ b/chromium/third_party/icu/source/data/locales/es_HN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_MX.txt b/chromium/third_party/icu/source/data/locales/es_MX.txt
index f07bc74b88a..493309f5124 100644
--- a/chromium/third_party/icu/source/data/locales/es_MX.txt
+++ b/chromium/third_party/icu/source/data/locales/es_MX.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_NI.txt b/chromium/third_party/icu/source/data/locales/es_NI.txt
index 33d8d5d318d..e9bedd6ccf1 100644
--- a/chromium/third_party/icu/source/data/locales/es_NI.txt
+++ b/chromium/third_party/icu/source/data/locales/es_NI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_PA.txt b/chromium/third_party/icu/source/data/locales/es_PA.txt
index 2a239c5829d..2c41d9aff57 100644
--- a/chromium/third_party/icu/source/data/locales/es_PA.txt
+++ b/chromium/third_party/icu/source/data/locales/es_PA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_PE.txt b/chromium/third_party/icu/source/data/locales/es_PE.txt
index 074ede62886..66551eb2c3c 100644
--- a/chromium/third_party/icu/source/data/locales/es_PE.txt
+++ b/chromium/third_party/icu/source/data/locales/es_PE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_PR.txt b/chromium/third_party/icu/source/data/locales/es_PR.txt
index 1bf7726a1cf..25e08ff228a 100644
--- a/chromium/third_party/icu/source/data/locales/es_PR.txt
+++ b/chromium/third_party/icu/source/data/locales/es_PR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_PY.txt b/chromium/third_party/icu/source/data/locales/es_PY.txt
index 9c82e0a8eb7..816fd92c931 100644
--- a/chromium/third_party/icu/source/data/locales/es_PY.txt
+++ b/chromium/third_party/icu/source/data/locales/es_PY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_SV.txt b/chromium/third_party/icu/source/data/locales/es_SV.txt
index b544d472398..e24561fbe56 100644
--- a/chromium/third_party/icu/source/data/locales/es_SV.txt
+++ b/chromium/third_party/icu/source/data/locales/es_SV.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_US.txt b/chromium/third_party/icu/source/data/locales/es_US.txt
index 421dce5c5d4..d62684cf0bb 100644
--- a/chromium/third_party/icu/source/data/locales/es_US.txt
+++ b/chromium/third_party/icu/source/data/locales/es_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_UY.txt b/chromium/third_party/icu/source/data/locales/es_UY.txt
index adce8f71e70..680e59d9c52 100644
--- a/chromium/third_party/icu/source/data/locales/es_UY.txt
+++ b/chromium/third_party/icu/source/data/locales/es_UY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/es_VE.txt b/chromium/third_party/icu/source/data/locales/es_VE.txt
index 460de354993..d54ad51a88a 100644
--- a/chromium/third_party/icu/source/data/locales/es_VE.txt
+++ b/chromium/third_party/icu/source/data/locales/es_VE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/et.txt b/chromium/third_party/icu/source/data/locales/et.txt
index f71342b5a15..becb0651c21 100644
--- a/chromium/third_party/icu/source/data/locales/et.txt
+++ b/chromium/third_party/icu/source/data/locales/et.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/et_EE.txt b/chromium/third_party/icu/source/data/locales/et_EE.txt
index a1e543cd73d..fed09886ccd 100644
--- a/chromium/third_party/icu/source/data/locales/et_EE.txt
+++ b/chromium/third_party/icu/source/data/locales/et_EE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/eu.txt b/chromium/third_party/icu/source/data/locales/eu.txt
index f32a2805d9e..c6d54b9d4ae 100644
--- a/chromium/third_party/icu/source/data/locales/eu.txt
+++ b/chromium/third_party/icu/source/data/locales/eu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/eu_ES.txt b/chromium/third_party/icu/source/data/locales/eu_ES.txt
index a4231a41901..7df5947182c 100644
--- a/chromium/third_party/icu/source/data/locales/eu_ES.txt
+++ b/chromium/third_party/icu/source/data/locales/eu_ES.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fa.txt b/chromium/third_party/icu/source/data/locales/fa.txt
index cc094ec01c1..466dd1a8ae0 100644
--- a/chromium/third_party/icu/source/data/locales/fa.txt
+++ b/chromium/third_party/icu/source/data/locales/fa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fa_AF.txt b/chromium/third_party/icu/source/data/locales/fa_AF.txt
index 39aa80598ba..86b60693791 100644
--- a/chromium/third_party/icu/source/data/locales/fa_AF.txt
+++ b/chromium/third_party/icu/source/data/locales/fa_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fa_IR.txt b/chromium/third_party/icu/source/data/locales/fa_IR.txt
index 22e49a30bce..c30ab36e684 100644
--- a/chromium/third_party/icu/source/data/locales/fa_IR.txt
+++ b/chromium/third_party/icu/source/data/locales/fa_IR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ff.txt b/chromium/third_party/icu/source/data/locales/ff.txt
index 0182420f758..38205433030 100644
--- a/chromium/third_party/icu/source/data/locales/ff.txt
+++ b/chromium/third_party/icu/source/data/locales/ff.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ff_SN.txt b/chromium/third_party/icu/source/data/locales/ff_SN.txt
index ac501e287a8..ef29f7a146e 100644
--- a/chromium/third_party/icu/source/data/locales/ff_SN.txt
+++ b/chromium/third_party/icu/source/data/locales/ff_SN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fi.txt b/chromium/third_party/icu/source/data/locales/fi.txt
index 9e59433044c..8c0b1092676 100644
--- a/chromium/third_party/icu/source/data/locales/fi.txt
+++ b/chromium/third_party/icu/source/data/locales/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fi_FI.txt b/chromium/third_party/icu/source/data/locales/fi_FI.txt
index 28a10af0dfd..0c32c1587c3 100644
--- a/chromium/third_party/icu/source/data/locales/fi_FI.txt
+++ b/chromium/third_party/icu/source/data/locales/fi_FI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fil.txt b/chromium/third_party/icu/source/data/locales/fil.txt
index da83a0bf493..466ef093fd4 100644
--- a/chromium/third_party/icu/source/data/locales/fil.txt
+++ b/chromium/third_party/icu/source/data/locales/fil.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fil_PH.txt b/chromium/third_party/icu/source/data/locales/fil_PH.txt
index 3fe542c02ec..bfb163027c2 100644
--- a/chromium/third_party/icu/source/data/locales/fil_PH.txt
+++ b/chromium/third_party/icu/source/data/locales/fil_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fo.txt b/chromium/third_party/icu/source/data/locales/fo.txt
index 18320e57157..eb8fee7d64c 100644
--- a/chromium/third_party/icu/source/data/locales/fo.txt
+++ b/chromium/third_party/icu/source/data/locales/fo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fo_FO.txt b/chromium/third_party/icu/source/data/locales/fo_FO.txt
index 4472ffeba4e..336b8858ab8 100644
--- a/chromium/third_party/icu/source/data/locales/fo_FO.txt
+++ b/chromium/third_party/icu/source/data/locales/fo_FO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr.txt b/chromium/third_party/icu/source/data/locales/fr.txt
index 496acc3a7d9..d93063b0c00 100644
--- a/chromium/third_party/icu/source/data/locales/fr.txt
+++ b/chromium/third_party/icu/source/data/locales/fr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_BE.txt b/chromium/third_party/icu/source/data/locales/fr_BE.txt
index f86035dad02..233dc4dd8e4 100644
--- a/chromium/third_party/icu/source/data/locales/fr_BE.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_BF.txt b/chromium/third_party/icu/source/data/locales/fr_BF.txt
index 5e0a65b49e0..d375a96fef2 100644
--- a/chromium/third_party/icu/source/data/locales/fr_BF.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_BF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_BI.txt b/chromium/third_party/icu/source/data/locales/fr_BI.txt
index 23f6251fd69..0c51517c561 100644
--- a/chromium/third_party/icu/source/data/locales/fr_BI.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_BI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_BJ.txt b/chromium/third_party/icu/source/data/locales/fr_BJ.txt
index 458652d0f91..20f568cd4d9 100644
--- a/chromium/third_party/icu/source/data/locales/fr_BJ.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_BJ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_BL.txt b/chromium/third_party/icu/source/data/locales/fr_BL.txt
index 0f10277e1b9..c4146bb3330 100644
--- a/chromium/third_party/icu/source/data/locales/fr_BL.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_BL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_CA.txt b/chromium/third_party/icu/source/data/locales/fr_CA.txt
index b754a66cdf7..01c93695424 100644
--- a/chromium/third_party/icu/source/data/locales/fr_CA.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_CD.txt b/chromium/third_party/icu/source/data/locales/fr_CD.txt
index ced8a0f7e21..1a4b6dc23c2 100644
--- a/chromium/third_party/icu/source/data/locales/fr_CD.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_CD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_CF.txt b/chromium/third_party/icu/source/data/locales/fr_CF.txt
index 6d1fc247817..2b806da568d 100644
--- a/chromium/third_party/icu/source/data/locales/fr_CF.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_CF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_CG.txt b/chromium/third_party/icu/source/data/locales/fr_CG.txt
index 93144937e45..45a247fdea5 100644
--- a/chromium/third_party/icu/source/data/locales/fr_CG.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_CG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_CH.txt b/chromium/third_party/icu/source/data/locales/fr_CH.txt
index 02d4905afc1..a8cbeebd8dd 100644
--- a/chromium/third_party/icu/source/data/locales/fr_CH.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_CI.txt b/chromium/third_party/icu/source/data/locales/fr_CI.txt
index 53173ee6f91..ae153892acb 100644
--- a/chromium/third_party/icu/source/data/locales/fr_CI.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_CI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_CM.txt b/chromium/third_party/icu/source/data/locales/fr_CM.txt
index 7f59eacfdcb..2a1a31932c0 100644
--- a/chromium/third_party/icu/source/data/locales/fr_CM.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_CM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_DJ.txt b/chromium/third_party/icu/source/data/locales/fr_DJ.txt
index 2fc4cb167bc..1ac95570e03 100644
--- a/chromium/third_party/icu/source/data/locales/fr_DJ.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_DJ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_FR.txt b/chromium/third_party/icu/source/data/locales/fr_FR.txt
index e81728c9fd1..259977f452b 100644
--- a/chromium/third_party/icu/source/data/locales/fr_FR.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_FR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_GA.txt b/chromium/third_party/icu/source/data/locales/fr_GA.txt
index 8d5a6886bdb..dcfc81626ff 100644
--- a/chromium/third_party/icu/source/data/locales/fr_GA.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_GA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_GN.txt b/chromium/third_party/icu/source/data/locales/fr_GN.txt
index b6647c30f5d..179934c8532 100644
--- a/chromium/third_party/icu/source/data/locales/fr_GN.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_GN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_GP.txt b/chromium/third_party/icu/source/data/locales/fr_GP.txt
index 488cc371046..6cc5b776258 100644
--- a/chromium/third_party/icu/source/data/locales/fr_GP.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_GP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_GQ.txt b/chromium/third_party/icu/source/data/locales/fr_GQ.txt
index d15c893df25..b866c89a359 100644
--- a/chromium/third_party/icu/source/data/locales/fr_GQ.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_GQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_KM.txt b/chromium/third_party/icu/source/data/locales/fr_KM.txt
index cc81fc81a10..5af6b51d3cf 100644
--- a/chromium/third_party/icu/source/data/locales/fr_KM.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_KM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_LU.txt b/chromium/third_party/icu/source/data/locales/fr_LU.txt
index 936d3817764..3e151e23f90 100644
--- a/chromium/third_party/icu/source/data/locales/fr_LU.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_LU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_MC.txt b/chromium/third_party/icu/source/data/locales/fr_MC.txt
index c60b416c381..471c013fdb8 100644
--- a/chromium/third_party/icu/source/data/locales/fr_MC.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_MC.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_MF.txt b/chromium/third_party/icu/source/data/locales/fr_MF.txt
index b3afeacdfa3..57da5edae4e 100644
--- a/chromium/third_party/icu/source/data/locales/fr_MF.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_MF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_MG.txt b/chromium/third_party/icu/source/data/locales/fr_MG.txt
index 3372c4d7114..cc695e7737e 100644
--- a/chromium/third_party/icu/source/data/locales/fr_MG.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_MG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_ML.txt b/chromium/third_party/icu/source/data/locales/fr_ML.txt
index 68f9d8f2887..20d07c1cfa4 100644
--- a/chromium/third_party/icu/source/data/locales/fr_ML.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_ML.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_MQ.txt b/chromium/third_party/icu/source/data/locales/fr_MQ.txt
index c071e2ede52..4e8ad739366 100644
--- a/chromium/third_party/icu/source/data/locales/fr_MQ.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_MQ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_NE.txt b/chromium/third_party/icu/source/data/locales/fr_NE.txt
index 572e0acfdbf..4b531e8183e 100644
--- a/chromium/third_party/icu/source/data/locales/fr_NE.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_RE.txt b/chromium/third_party/icu/source/data/locales/fr_RE.txt
index f21849c43c3..0518e751588 100644
--- a/chromium/third_party/icu/source/data/locales/fr_RE.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_RE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_RW.txt b/chromium/third_party/icu/source/data/locales/fr_RW.txt
index 65a79281df2..c27f6102fad 100644
--- a/chromium/third_party/icu/source/data/locales/fr_RW.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_RW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_SN.txt b/chromium/third_party/icu/source/data/locales/fr_SN.txt
index 8342aec0b23..671fdcadc74 100644
--- a/chromium/third_party/icu/source/data/locales/fr_SN.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_SN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_TD.txt b/chromium/third_party/icu/source/data/locales/fr_TD.txt
index 3f60dce0863..ccabe684406 100644
--- a/chromium/third_party/icu/source/data/locales/fr_TD.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_TD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/fr_TG.txt b/chromium/third_party/icu/source/data/locales/fr_TG.txt
index 454ec691eac..06b81c51cd5 100644
--- a/chromium/third_party/icu/source/data/locales/fr_TG.txt
+++ b/chromium/third_party/icu/source/data/locales/fr_TG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ga.txt b/chromium/third_party/icu/source/data/locales/ga.txt
index 29d33f1118c..16207b730c3 100644
--- a/chromium/third_party/icu/source/data/locales/ga.txt
+++ b/chromium/third_party/icu/source/data/locales/ga.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ga_IE.txt b/chromium/third_party/icu/source/data/locales/ga_IE.txt
index 87a1b601859..42b60f26fd3 100644
--- a/chromium/third_party/icu/source/data/locales/ga_IE.txt
+++ b/chromium/third_party/icu/source/data/locales/ga_IE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gl.txt b/chromium/third_party/icu/source/data/locales/gl.txt
index 569446ea1a4..88fce70f9ee 100644
--- a/chromium/third_party/icu/source/data/locales/gl.txt
+++ b/chromium/third_party/icu/source/data/locales/gl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gl_ES.txt b/chromium/third_party/icu/source/data/locales/gl_ES.txt
index a4f39c72dfc..cb9e0853d5f 100644
--- a/chromium/third_party/icu/source/data/locales/gl_ES.txt
+++ b/chromium/third_party/icu/source/data/locales/gl_ES.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gsw.txt b/chromium/third_party/icu/source/data/locales/gsw.txt
index b70fca412f5..7e32d23d764 100644
--- a/chromium/third_party/icu/source/data/locales/gsw.txt
+++ b/chromium/third_party/icu/source/data/locales/gsw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gsw_CH.txt b/chromium/third_party/icu/source/data/locales/gsw_CH.txt
index db537fe54b9..67cf78e70cb 100644
--- a/chromium/third_party/icu/source/data/locales/gsw_CH.txt
+++ b/chromium/third_party/icu/source/data/locales/gsw_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gu.txt b/chromium/third_party/icu/source/data/locales/gu.txt
index 1891dcaf6a9..e8d95683481 100644
--- a/chromium/third_party/icu/source/data/locales/gu.txt
+++ b/chromium/third_party/icu/source/data/locales/gu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gu_IN.txt b/chromium/third_party/icu/source/data/locales/gu_IN.txt
index 89807906ff0..b879b27b7d9 100644
--- a/chromium/third_party/icu/source/data/locales/gu_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/gu_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/guz.txt b/chromium/third_party/icu/source/data/locales/guz.txt
index 3496b33c59e..958a3dff675 100644
--- a/chromium/third_party/icu/source/data/locales/guz.txt
+++ b/chromium/third_party/icu/source/data/locales/guz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/guz_KE.txt b/chromium/third_party/icu/source/data/locales/guz_KE.txt
index cf0a97579ef..2a92f0636d3 100644
--- a/chromium/third_party/icu/source/data/locales/guz_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/guz_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gv.txt b/chromium/third_party/icu/source/data/locales/gv.txt
index 3f7a5ff1e7f..42e045a7882 100644
--- a/chromium/third_party/icu/source/data/locales/gv.txt
+++ b/chromium/third_party/icu/source/data/locales/gv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/gv_GB.txt b/chromium/third_party/icu/source/data/locales/gv_GB.txt
index c0dfd3226a9..f004820091d 100644
--- a/chromium/third_party/icu/source/data/locales/gv_GB.txt
+++ b/chromium/third_party/icu/source/data/locales/gv_GB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha.txt b/chromium/third_party/icu/source/data/locales/ha.txt
index ae6dae0c6e0..10b08ca3ef6 100644
--- a/chromium/third_party/icu/source/data/locales/ha.txt
+++ b/chromium/third_party/icu/source/data/locales/ha.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha_GH.txt b/chromium/third_party/icu/source/data/locales/ha_GH.txt
index 4157039e1db..bb61aeac8a0 100644
--- a/chromium/third_party/icu/source/data/locales/ha_GH.txt
+++ b/chromium/third_party/icu/source/data/locales/ha_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha_Latn.txt b/chromium/third_party/icu/source/data/locales/ha_Latn.txt
index 39cd72dfdb3..fcbb2f85a37 100644
--- a/chromium/third_party/icu/source/data/locales/ha_Latn.txt
+++ b/chromium/third_party/icu/source/data/locales/ha_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha_Latn_GH.txt b/chromium/third_party/icu/source/data/locales/ha_Latn_GH.txt
index cda48a944a5..f52d3eca768 100644
--- a/chromium/third_party/icu/source/data/locales/ha_Latn_GH.txt
+++ b/chromium/third_party/icu/source/data/locales/ha_Latn_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha_Latn_NE.txt b/chromium/third_party/icu/source/data/locales/ha_Latn_NE.txt
index 461032771a7..c63c0759a23 100644
--- a/chromium/third_party/icu/source/data/locales/ha_Latn_NE.txt
+++ b/chromium/third_party/icu/source/data/locales/ha_Latn_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha_Latn_NG.txt b/chromium/third_party/icu/source/data/locales/ha_Latn_NG.txt
index 2e690b0f057..2bc42664e8e 100644
--- a/chromium/third_party/icu/source/data/locales/ha_Latn_NG.txt
+++ b/chromium/third_party/icu/source/data/locales/ha_Latn_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha_NE.txt b/chromium/third_party/icu/source/data/locales/ha_NE.txt
index c0462df7357..a13635251a5 100644
--- a/chromium/third_party/icu/source/data/locales/ha_NE.txt
+++ b/chromium/third_party/icu/source/data/locales/ha_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ha_NG.txt b/chromium/third_party/icu/source/data/locales/ha_NG.txt
index f94c8c125e9..15ef96a20cc 100644
--- a/chromium/third_party/icu/source/data/locales/ha_NG.txt
+++ b/chromium/third_party/icu/source/data/locales/ha_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/haw.txt b/chromium/third_party/icu/source/data/locales/haw.txt
index 03d69a7f216..79edab55fef 100644
--- a/chromium/third_party/icu/source/data/locales/haw.txt
+++ b/chromium/third_party/icu/source/data/locales/haw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/haw_US.txt b/chromium/third_party/icu/source/data/locales/haw_US.txt
index e41b63adb0c..7fcf210d70f 100644
--- a/chromium/third_party/icu/source/data/locales/haw_US.txt
+++ b/chromium/third_party/icu/source/data/locales/haw_US.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/he.txt b/chromium/third_party/icu/source/data/locales/he.txt
index 8994c6a2984..5371bf36874 100644
--- a/chromium/third_party/icu/source/data/locales/he.txt
+++ b/chromium/third_party/icu/source/data/locales/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/he_IL.txt b/chromium/third_party/icu/source/data/locales/he_IL.txt
index 4cd29f27fff..02aa34da3d0 100644
--- a/chromium/third_party/icu/source/data/locales/he_IL.txt
+++ b/chromium/third_party/icu/source/data/locales/he_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hi.txt b/chromium/third_party/icu/source/data/locales/hi.txt
index 509b3d11d8d..a951de27cb3 100644
--- a/chromium/third_party/icu/source/data/locales/hi.txt
+++ b/chromium/third_party/icu/source/data/locales/hi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hi_IN.txt b/chromium/third_party/icu/source/data/locales/hi_IN.txt
index 05a833aeef6..316b6ac69a4 100644
--- a/chromium/third_party/icu/source/data/locales/hi_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/hi_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hr.txt b/chromium/third_party/icu/source/data/locales/hr.txt
index de3575b6f12..c970a4b1eb8 100644
--- a/chromium/third_party/icu/source/data/locales/hr.txt
+++ b/chromium/third_party/icu/source/data/locales/hr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hr_HR.txt b/chromium/third_party/icu/source/data/locales/hr_HR.txt
index c649a84d39b..c3876a27e94 100644
--- a/chromium/third_party/icu/source/data/locales/hr_HR.txt
+++ b/chromium/third_party/icu/source/data/locales/hr_HR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hu.txt b/chromium/third_party/icu/source/data/locales/hu.txt
index fad1add9ef8..fcffdb29e97 100644
--- a/chromium/third_party/icu/source/data/locales/hu.txt
+++ b/chromium/third_party/icu/source/data/locales/hu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hu_HU.txt b/chromium/third_party/icu/source/data/locales/hu_HU.txt
index ec029380869..996e8ee48cd 100644
--- a/chromium/third_party/icu/source/data/locales/hu_HU.txt
+++ b/chromium/third_party/icu/source/data/locales/hu_HU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hy.txt b/chromium/third_party/icu/source/data/locales/hy.txt
index 895925ac1b3..c4894b5a0f6 100644
--- a/chromium/third_party/icu/source/data/locales/hy.txt
+++ b/chromium/third_party/icu/source/data/locales/hy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/hy_AM.txt b/chromium/third_party/icu/source/data/locales/hy_AM.txt
index ae833c59686..883f75a63fd 100644
--- a/chromium/third_party/icu/source/data/locales/hy_AM.txt
+++ b/chromium/third_party/icu/source/data/locales/hy_AM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/id.txt b/chromium/third_party/icu/source/data/locales/id.txt
index 9a4c9caeded..db475a6a4a5 100644
--- a/chromium/third_party/icu/source/data/locales/id.txt
+++ b/chromium/third_party/icu/source/data/locales/id.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/id_ID.txt b/chromium/third_party/icu/source/data/locales/id_ID.txt
index 1c52cc75d08..0675cad3b79 100644
--- a/chromium/third_party/icu/source/data/locales/id_ID.txt
+++ b/chromium/third_party/icu/source/data/locales/id_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ig.txt b/chromium/third_party/icu/source/data/locales/ig.txt
index c6443eaac08..a0f8d54515a 100644
--- a/chromium/third_party/icu/source/data/locales/ig.txt
+++ b/chromium/third_party/icu/source/data/locales/ig.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ig_NG.txt b/chromium/third_party/icu/source/data/locales/ig_NG.txt
index 2ddd4a987d1..a226ffbc2b3 100644
--- a/chromium/third_party/icu/source/data/locales/ig_NG.txt
+++ b/chromium/third_party/icu/source/data/locales/ig_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ii.txt b/chromium/third_party/icu/source/data/locales/ii.txt
index 30424a4a1cb..d09434cc689 100644
--- a/chromium/third_party/icu/source/data/locales/ii.txt
+++ b/chromium/third_party/icu/source/data/locales/ii.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ii_CN.txt b/chromium/third_party/icu/source/data/locales/ii_CN.txt
index 22890d622da..cfcbcc24444 100644
--- a/chromium/third_party/icu/source/data/locales/ii_CN.txt
+++ b/chromium/third_party/icu/source/data/locales/ii_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/in.txt b/chromium/third_party/icu/source/data/locales/in.txt
index 61b30d727f6..aa1633f6fdd 100644
--- a/chromium/third_party/icu/source/data/locales/in.txt
+++ b/chromium/third_party/icu/source/data/locales/in.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/in_ID.txt b/chromium/third_party/icu/source/data/locales/in_ID.txt
index 3345520acb1..daa7cd0dfef 100644
--- a/chromium/third_party/icu/source/data/locales/in_ID.txt
+++ b/chromium/third_party/icu/source/data/locales/in_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/is.txt b/chromium/third_party/icu/source/data/locales/is.txt
index 3fa53f624d0..203ba4cd039 100644
--- a/chromium/third_party/icu/source/data/locales/is.txt
+++ b/chromium/third_party/icu/source/data/locales/is.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/is_IS.txt b/chromium/third_party/icu/source/data/locales/is_IS.txt
index ea212c94b0c..d783d04b811 100644
--- a/chromium/third_party/icu/source/data/locales/is_IS.txt
+++ b/chromium/third_party/icu/source/data/locales/is_IS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/it.txt b/chromium/third_party/icu/source/data/locales/it.txt
index feb818f520e..373e44684d1 100644
--- a/chromium/third_party/icu/source/data/locales/it.txt
+++ b/chromium/third_party/icu/source/data/locales/it.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/it_CH.txt b/chromium/third_party/icu/source/data/locales/it_CH.txt
index 65291f0c543..1ed34ad4018 100644
--- a/chromium/third_party/icu/source/data/locales/it_CH.txt
+++ b/chromium/third_party/icu/source/data/locales/it_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/it_IT.txt b/chromium/third_party/icu/source/data/locales/it_IT.txt
index 88ac5d176fe..5ecf1e33939 100644
--- a/chromium/third_party/icu/source/data/locales/it_IT.txt
+++ b/chromium/third_party/icu/source/data/locales/it_IT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/iw.txt b/chromium/third_party/icu/source/data/locales/iw.txt
index 343433da8a2..948bdda04ac 100644
--- a/chromium/third_party/icu/source/data/locales/iw.txt
+++ b/chromium/third_party/icu/source/data/locales/iw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/iw_IL.txt b/chromium/third_party/icu/source/data/locales/iw_IL.txt
index 7fbbe53be73..bc467350b58 100644
--- a/chromium/third_party/icu/source/data/locales/iw_IL.txt
+++ b/chromium/third_party/icu/source/data/locales/iw_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ja.txt b/chromium/third_party/icu/source/data/locales/ja.txt
index 919b7eb9ebe..07a8b1293f9 100644
--- a/chromium/third_party/icu/source/data/locales/ja.txt
+++ b/chromium/third_party/icu/source/data/locales/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ja_JP.txt b/chromium/third_party/icu/source/data/locales/ja_JP.txt
index aaa30fb371c..8771f22a7e0 100644
--- a/chromium/third_party/icu/source/data/locales/ja_JP.txt
+++ b/chromium/third_party/icu/source/data/locales/ja_JP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ja_JP_TRADITIONAL.txt b/chromium/third_party/icu/source/data/locales/ja_JP_TRADITIONAL.txt
index 63aeb0c69d6..a0d8d37af45 100644
--- a/chromium/third_party/icu/source/data/locales/ja_JP_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/locales/ja_JP_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/jmc.txt b/chromium/third_party/icu/source/data/locales/jmc.txt
index 11a7d607ca8..7f06c6fb952 100644
--- a/chromium/third_party/icu/source/data/locales/jmc.txt
+++ b/chromium/third_party/icu/source/data/locales/jmc.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/jmc_TZ.txt b/chromium/third_party/icu/source/data/locales/jmc_TZ.txt
index c50e801ccc4..e44a52e0b65 100644
--- a/chromium/third_party/icu/source/data/locales/jmc_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/jmc_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ka.txt b/chromium/third_party/icu/source/data/locales/ka.txt
index 780a4b216de..72dfea1f0c5 100644
--- a/chromium/third_party/icu/source/data/locales/ka.txt
+++ b/chromium/third_party/icu/source/data/locales/ka.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ka_GE.txt b/chromium/third_party/icu/source/data/locales/ka_GE.txt
index bf201878bdf..e6721d18a77 100644
--- a/chromium/third_party/icu/source/data/locales/ka_GE.txt
+++ b/chromium/third_party/icu/source/data/locales/ka_GE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kab.txt b/chromium/third_party/icu/source/data/locales/kab.txt
index ce3cc5a014f..d7adccdee24 100644
--- a/chromium/third_party/icu/source/data/locales/kab.txt
+++ b/chromium/third_party/icu/source/data/locales/kab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kab_DZ.txt b/chromium/third_party/icu/source/data/locales/kab_DZ.txt
index ca8429ba3f3..5bc8e921367 100644
--- a/chromium/third_party/icu/source/data/locales/kab_DZ.txt
+++ b/chromium/third_party/icu/source/data/locales/kab_DZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kam.txt b/chromium/third_party/icu/source/data/locales/kam.txt
index cc9e7bd82c2..52d52cbc9b6 100644
--- a/chromium/third_party/icu/source/data/locales/kam.txt
+++ b/chromium/third_party/icu/source/data/locales/kam.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kam_KE.txt b/chromium/third_party/icu/source/data/locales/kam_KE.txt
index de0082d29fb..06f939d0828 100644
--- a/chromium/third_party/icu/source/data/locales/kam_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/kam_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kde.txt b/chromium/third_party/icu/source/data/locales/kde.txt
index 55482e196f9..633f6c6f977 100644
--- a/chromium/third_party/icu/source/data/locales/kde.txt
+++ b/chromium/third_party/icu/source/data/locales/kde.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kde_TZ.txt b/chromium/third_party/icu/source/data/locales/kde_TZ.txt
index b586cdfa2ba..9749a646a46 100644
--- a/chromium/third_party/icu/source/data/locales/kde_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/kde_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kea.txt b/chromium/third_party/icu/source/data/locales/kea.txt
index 1d160161e68..468af8a36d0 100644
--- a/chromium/third_party/icu/source/data/locales/kea.txt
+++ b/chromium/third_party/icu/source/data/locales/kea.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kea_CV.txt b/chromium/third_party/icu/source/data/locales/kea_CV.txt
index b1544aa1bf3..f0528f2e5f5 100644
--- a/chromium/third_party/icu/source/data/locales/kea_CV.txt
+++ b/chromium/third_party/icu/source/data/locales/kea_CV.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/khq.txt b/chromium/third_party/icu/source/data/locales/khq.txt
index 3ea7611da9d..f437de0c505 100644
--- a/chromium/third_party/icu/source/data/locales/khq.txt
+++ b/chromium/third_party/icu/source/data/locales/khq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/khq_ML.txt b/chromium/third_party/icu/source/data/locales/khq_ML.txt
index 36d2d4890e0..2f299fa07df 100644
--- a/chromium/third_party/icu/source/data/locales/khq_ML.txt
+++ b/chromium/third_party/icu/source/data/locales/khq_ML.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ki.txt b/chromium/third_party/icu/source/data/locales/ki.txt
index 328fa88a979..73adae74ff5 100644
--- a/chromium/third_party/icu/source/data/locales/ki.txt
+++ b/chromium/third_party/icu/source/data/locales/ki.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ki_KE.txt b/chromium/third_party/icu/source/data/locales/ki_KE.txt
index 8ec6a5279c4..48818da6552 100644
--- a/chromium/third_party/icu/source/data/locales/ki_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/ki_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kk.txt b/chromium/third_party/icu/source/data/locales/kk.txt
index d2b35be868c..116e91c171c 100644
--- a/chromium/third_party/icu/source/data/locales/kk.txt
+++ b/chromium/third_party/icu/source/data/locales/kk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kk_Cyrl.txt b/chromium/third_party/icu/source/data/locales/kk_Cyrl.txt
index 65a223db007..6187fb6b7e9 100644
--- a/chromium/third_party/icu/source/data/locales/kk_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/locales/kk_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kk_Cyrl_KZ.txt b/chromium/third_party/icu/source/data/locales/kk_Cyrl_KZ.txt
index b8e297beb4a..47e952d8a4b 100644
--- a/chromium/third_party/icu/source/data/locales/kk_Cyrl_KZ.txt
+++ b/chromium/third_party/icu/source/data/locales/kk_Cyrl_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kk_KZ.txt b/chromium/third_party/icu/source/data/locales/kk_KZ.txt
index 99a0861e733..9455f3e924d 100644
--- a/chromium/third_party/icu/source/data/locales/kk_KZ.txt
+++ b/chromium/third_party/icu/source/data/locales/kk_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kl.txt b/chromium/third_party/icu/source/data/locales/kl.txt
index d37455fd037..508275455b3 100644
--- a/chromium/third_party/icu/source/data/locales/kl.txt
+++ b/chromium/third_party/icu/source/data/locales/kl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kl_GL.txt b/chromium/third_party/icu/source/data/locales/kl_GL.txt
index bc5c954f1fd..f103cc909ed 100644
--- a/chromium/third_party/icu/source/data/locales/kl_GL.txt
+++ b/chromium/third_party/icu/source/data/locales/kl_GL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kln.txt b/chromium/third_party/icu/source/data/locales/kln.txt
index 5747dfee720..b3bb44c2ff6 100644
--- a/chromium/third_party/icu/source/data/locales/kln.txt
+++ b/chromium/third_party/icu/source/data/locales/kln.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kln_KE.txt b/chromium/third_party/icu/source/data/locales/kln_KE.txt
index 60c30fec17a..1aebfabdcfb 100644
--- a/chromium/third_party/icu/source/data/locales/kln_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/kln_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/km.txt b/chromium/third_party/icu/source/data/locales/km.txt
index 3fd0e1914e4..6e2b610e0e2 100644
--- a/chromium/third_party/icu/source/data/locales/km.txt
+++ b/chromium/third_party/icu/source/data/locales/km.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/km_KH.txt b/chromium/third_party/icu/source/data/locales/km_KH.txt
index bc091be2e64..cfb1a7bdaed 100644
--- a/chromium/third_party/icu/source/data/locales/km_KH.txt
+++ b/chromium/third_party/icu/source/data/locales/km_KH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kn.txt b/chromium/third_party/icu/source/data/locales/kn.txt
index 9ce9fcc42cd..4ada9c2961b 100644
--- a/chromium/third_party/icu/source/data/locales/kn.txt
+++ b/chromium/third_party/icu/source/data/locales/kn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kn_IN.txt b/chromium/third_party/icu/source/data/locales/kn_IN.txt
index 18f8f524a3a..10105492ede 100644
--- a/chromium/third_party/icu/source/data/locales/kn_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/kn_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ko.txt b/chromium/third_party/icu/source/data/locales/ko.txt
index a001ccdc4fa..423f04feaad 100644
--- a/chromium/third_party/icu/source/data/locales/ko.txt
+++ b/chromium/third_party/icu/source/data/locales/ko.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ko_KR.txt b/chromium/third_party/icu/source/data/locales/ko_KR.txt
index dff20c7ef48..dd97988c95a 100644
--- a/chromium/third_party/icu/source/data/locales/ko_KR.txt
+++ b/chromium/third_party/icu/source/data/locales/ko_KR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kok.txt b/chromium/third_party/icu/source/data/locales/kok.txt
index e44e04cae28..e94e4de682f 100644
--- a/chromium/third_party/icu/source/data/locales/kok.txt
+++ b/chromium/third_party/icu/source/data/locales/kok.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kok_IN.txt b/chromium/third_party/icu/source/data/locales/kok_IN.txt
index 5a7b4f3eff4..d0bbe01c221 100644
--- a/chromium/third_party/icu/source/data/locales/kok_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/kok_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kw.txt b/chromium/third_party/icu/source/data/locales/kw.txt
index 53dcffe81db..6221518c59b 100644
--- a/chromium/third_party/icu/source/data/locales/kw.txt
+++ b/chromium/third_party/icu/source/data/locales/kw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/kw_GB.txt b/chromium/third_party/icu/source/data/locales/kw_GB.txt
index c9c5625828a..2b99356e69b 100644
--- a/chromium/third_party/icu/source/data/locales/kw_GB.txt
+++ b/chromium/third_party/icu/source/data/locales/kw_GB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lag.txt b/chromium/third_party/icu/source/data/locales/lag.txt
index cac8244da9e..accbba67ed7 100644
--- a/chromium/third_party/icu/source/data/locales/lag.txt
+++ b/chromium/third_party/icu/source/data/locales/lag.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lag_TZ.txt b/chromium/third_party/icu/source/data/locales/lag_TZ.txt
index 4045508bc14..55feb3bcf3c 100644
--- a/chromium/third_party/icu/source/data/locales/lag_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/lag_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lg.txt b/chromium/third_party/icu/source/data/locales/lg.txt
index df139cc0a82..8402fb92b03 100644
--- a/chromium/third_party/icu/source/data/locales/lg.txt
+++ b/chromium/third_party/icu/source/data/locales/lg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lg_UG.txt b/chromium/third_party/icu/source/data/locales/lg_UG.txt
index 66be0eddac5..a9a5706cfa3 100644
--- a/chromium/third_party/icu/source/data/locales/lg_UG.txt
+++ b/chromium/third_party/icu/source/data/locales/lg_UG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lt.txt b/chromium/third_party/icu/source/data/locales/lt.txt
index 77798fdc30d..ab7a6c0e666 100644
--- a/chromium/third_party/icu/source/data/locales/lt.txt
+++ b/chromium/third_party/icu/source/data/locales/lt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lt_LT.txt b/chromium/third_party/icu/source/data/locales/lt_LT.txt
index 160f7915add..7015acede20 100644
--- a/chromium/third_party/icu/source/data/locales/lt_LT.txt
+++ b/chromium/third_party/icu/source/data/locales/lt_LT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/luo.txt b/chromium/third_party/icu/source/data/locales/luo.txt
index 0aac7c5b1cc..070d28a0e9e 100644
--- a/chromium/third_party/icu/source/data/locales/luo.txt
+++ b/chromium/third_party/icu/source/data/locales/luo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/luo_KE.txt b/chromium/third_party/icu/source/data/locales/luo_KE.txt
index 41ba8bc5357..9a985be0627 100644
--- a/chromium/third_party/icu/source/data/locales/luo_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/luo_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/luy.txt b/chromium/third_party/icu/source/data/locales/luy.txt
index 434d310ff0f..f568f6adf9f 100644
--- a/chromium/third_party/icu/source/data/locales/luy.txt
+++ b/chromium/third_party/icu/source/data/locales/luy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/luy_KE.txt b/chromium/third_party/icu/source/data/locales/luy_KE.txt
index 4c9c3affeef..8fa06e23700 100644
--- a/chromium/third_party/icu/source/data/locales/luy_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/luy_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lv.txt b/chromium/third_party/icu/source/data/locales/lv.txt
index 9099c74e684..410372181d5 100644
--- a/chromium/third_party/icu/source/data/locales/lv.txt
+++ b/chromium/third_party/icu/source/data/locales/lv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/lv_LV.txt b/chromium/third_party/icu/source/data/locales/lv_LV.txt
index 4fb64903098..d00050d0656 100644
--- a/chromium/third_party/icu/source/data/locales/lv_LV.txt
+++ b/chromium/third_party/icu/source/data/locales/lv_LV.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mas.txt b/chromium/third_party/icu/source/data/locales/mas.txt
index bde4fceedca..2f59951a772 100644
--- a/chromium/third_party/icu/source/data/locales/mas.txt
+++ b/chromium/third_party/icu/source/data/locales/mas.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mas_KE.txt b/chromium/third_party/icu/source/data/locales/mas_KE.txt
index e46ff932e49..bb2466eb431 100644
--- a/chromium/third_party/icu/source/data/locales/mas_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/mas_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mas_TZ.txt b/chromium/third_party/icu/source/data/locales/mas_TZ.txt
index a46593168d9..8c430b93e19 100644
--- a/chromium/third_party/icu/source/data/locales/mas_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/mas_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mer.txt b/chromium/third_party/icu/source/data/locales/mer.txt
index c5c3de1a1b2..2b55409ba74 100644
--- a/chromium/third_party/icu/source/data/locales/mer.txt
+++ b/chromium/third_party/icu/source/data/locales/mer.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mer_KE.txt b/chromium/third_party/icu/source/data/locales/mer_KE.txt
index 9c06728c72c..5ba18a6433b 100644
--- a/chromium/third_party/icu/source/data/locales/mer_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/mer_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mfe.txt b/chromium/third_party/icu/source/data/locales/mfe.txt
index 1395498966c..0f9b0585260 100644
--- a/chromium/third_party/icu/source/data/locales/mfe.txt
+++ b/chromium/third_party/icu/source/data/locales/mfe.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mfe_MU.txt b/chromium/third_party/icu/source/data/locales/mfe_MU.txt
index c9068106735..6aa620199a8 100644
--- a/chromium/third_party/icu/source/data/locales/mfe_MU.txt
+++ b/chromium/third_party/icu/source/data/locales/mfe_MU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mg.txt b/chromium/third_party/icu/source/data/locales/mg.txt
index 00447dc34b6..46286ff69a9 100644
--- a/chromium/third_party/icu/source/data/locales/mg.txt
+++ b/chromium/third_party/icu/source/data/locales/mg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mg_MG.txt b/chromium/third_party/icu/source/data/locales/mg_MG.txt
index 2930e0b2545..62f10fac31c 100644
--- a/chromium/third_party/icu/source/data/locales/mg_MG.txt
+++ b/chromium/third_party/icu/source/data/locales/mg_MG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mk.txt b/chromium/third_party/icu/source/data/locales/mk.txt
index 09ec7a6428b..65c26bd4c17 100644
--- a/chromium/third_party/icu/source/data/locales/mk.txt
+++ b/chromium/third_party/icu/source/data/locales/mk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mk_MK.txt b/chromium/third_party/icu/source/data/locales/mk_MK.txt
index 9dc8c7d82d6..5279d9695c9 100644
--- a/chromium/third_party/icu/source/data/locales/mk_MK.txt
+++ b/chromium/third_party/icu/source/data/locales/mk_MK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ml.txt b/chromium/third_party/icu/source/data/locales/ml.txt
index 9112a1df907..30c7f6da61b 100644
--- a/chromium/third_party/icu/source/data/locales/ml.txt
+++ b/chromium/third_party/icu/source/data/locales/ml.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ml_IN.txt b/chromium/third_party/icu/source/data/locales/ml_IN.txt
index 66b58c40063..4adb1c29600 100644
--- a/chromium/third_party/icu/source/data/locales/ml_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/ml_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mo.txt b/chromium/third_party/icu/source/data/locales/mo.txt
index 361f5d16bbd..99da93972b7 100644
--- a/chromium/third_party/icu/source/data/locales/mo.txt
+++ b/chromium/third_party/icu/source/data/locales/mo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mr.txt b/chromium/third_party/icu/source/data/locales/mr.txt
index c975e13419f..e94d8554f7c 100644
--- a/chromium/third_party/icu/source/data/locales/mr.txt
+++ b/chromium/third_party/icu/source/data/locales/mr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mr_IN.txt b/chromium/third_party/icu/source/data/locales/mr_IN.txt
index 89387ec67f0..07ea7df0e27 100644
--- a/chromium/third_party/icu/source/data/locales/mr_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/mr_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ms.txt b/chromium/third_party/icu/source/data/locales/ms.txt
index 2527b6f6747..e14560778b2 100644
--- a/chromium/third_party/icu/source/data/locales/ms.txt
+++ b/chromium/third_party/icu/source/data/locales/ms.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ms_BN.txt b/chromium/third_party/icu/source/data/locales/ms_BN.txt
index ea7c79997aa..6a56d5c3032 100644
--- a/chromium/third_party/icu/source/data/locales/ms_BN.txt
+++ b/chromium/third_party/icu/source/data/locales/ms_BN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ms_MY.txt b/chromium/third_party/icu/source/data/locales/ms_MY.txt
index f925d844eea..c7974714b57 100644
--- a/chromium/third_party/icu/source/data/locales/ms_MY.txt
+++ b/chromium/third_party/icu/source/data/locales/ms_MY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mt.txt b/chromium/third_party/icu/source/data/locales/mt.txt
index 504184dc32b..81f33d0426c 100644
--- a/chromium/third_party/icu/source/data/locales/mt.txt
+++ b/chromium/third_party/icu/source/data/locales/mt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/mt_MT.txt b/chromium/third_party/icu/source/data/locales/mt_MT.txt
index f7fe8a40e06..f7ccc5cdc05 100644
--- a/chromium/third_party/icu/source/data/locales/mt_MT.txt
+++ b/chromium/third_party/icu/source/data/locales/mt_MT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/my.txt b/chromium/third_party/icu/source/data/locales/my.txt
index 7eeec2b19e1..eb63c7a6f42 100644
--- a/chromium/third_party/icu/source/data/locales/my.txt
+++ b/chromium/third_party/icu/source/data/locales/my.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/my_MM.txt b/chromium/third_party/icu/source/data/locales/my_MM.txt
index 9e55009d13f..642d905fe6a 100644
--- a/chromium/third_party/icu/source/data/locales/my_MM.txt
+++ b/chromium/third_party/icu/source/data/locales/my_MM.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/naq.txt b/chromium/third_party/icu/source/data/locales/naq.txt
index 7b48a759ec2..16c20fbdd1a 100644
--- a/chromium/third_party/icu/source/data/locales/naq.txt
+++ b/chromium/third_party/icu/source/data/locales/naq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/naq_NA.txt b/chromium/third_party/icu/source/data/locales/naq_NA.txt
index b7b3bc5e5d8..ad5aa14d2c3 100644
--- a/chromium/third_party/icu/source/data/locales/naq_NA.txt
+++ b/chromium/third_party/icu/source/data/locales/naq_NA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nb.txt b/chromium/third_party/icu/source/data/locales/nb.txt
index 1162608bcee..f8d46e9c016 100644
--- a/chromium/third_party/icu/source/data/locales/nb.txt
+++ b/chromium/third_party/icu/source/data/locales/nb.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nb_NO.txt b/chromium/third_party/icu/source/data/locales/nb_NO.txt
index 764b3e672b0..e4d0c2d3200 100644
--- a/chromium/third_party/icu/source/data/locales/nb_NO.txt
+++ b/chromium/third_party/icu/source/data/locales/nb_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nd.txt b/chromium/third_party/icu/source/data/locales/nd.txt
index 616e8aff501..8f0593bf862 100644
--- a/chromium/third_party/icu/source/data/locales/nd.txt
+++ b/chromium/third_party/icu/source/data/locales/nd.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nd_ZW.txt b/chromium/third_party/icu/source/data/locales/nd_ZW.txt
index ab2aa3dceb4..1a633be80fa 100644
--- a/chromium/third_party/icu/source/data/locales/nd_ZW.txt
+++ b/chromium/third_party/icu/source/data/locales/nd_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ne.txt b/chromium/third_party/icu/source/data/locales/ne.txt
index 401cb557f45..29998b42799 100644
--- a/chromium/third_party/icu/source/data/locales/ne.txt
+++ b/chromium/third_party/icu/source/data/locales/ne.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ne_IN.txt b/chromium/third_party/icu/source/data/locales/ne_IN.txt
index 28f6b241b75..f2ab3fd7d26 100644
--- a/chromium/third_party/icu/source/data/locales/ne_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/ne_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ne_NP.txt b/chromium/third_party/icu/source/data/locales/ne_NP.txt
index d7f546c7720..0a6f4decd6c 100644
--- a/chromium/third_party/icu/source/data/locales/ne_NP.txt
+++ b/chromium/third_party/icu/source/data/locales/ne_NP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nl.txt b/chromium/third_party/icu/source/data/locales/nl.txt
index 2a2b30b2172..d192d28e1e5 100644
--- a/chromium/third_party/icu/source/data/locales/nl.txt
+++ b/chromium/third_party/icu/source/data/locales/nl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nl_BE.txt b/chromium/third_party/icu/source/data/locales/nl_BE.txt
index 3b2f5315df0..ff3205efaf6 100644
--- a/chromium/third_party/icu/source/data/locales/nl_BE.txt
+++ b/chromium/third_party/icu/source/data/locales/nl_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nl_NL.txt b/chromium/third_party/icu/source/data/locales/nl_NL.txt
index c9d0b1f07e6..2d942021899 100644
--- a/chromium/third_party/icu/source/data/locales/nl_NL.txt
+++ b/chromium/third_party/icu/source/data/locales/nl_NL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nn.txt b/chromium/third_party/icu/source/data/locales/nn.txt
index 9e213818d99..aec95b7e7d1 100644
--- a/chromium/third_party/icu/source/data/locales/nn.txt
+++ b/chromium/third_party/icu/source/data/locales/nn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nn_NO.txt b/chromium/third_party/icu/source/data/locales/nn_NO.txt
index 04b8005c548..d921f754fac 100644
--- a/chromium/third_party/icu/source/data/locales/nn_NO.txt
+++ b/chromium/third_party/icu/source/data/locales/nn_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/no.txt b/chromium/third_party/icu/source/data/locales/no.txt
index 3cad66b196f..c8cd44f5082 100644
--- a/chromium/third_party/icu/source/data/locales/no.txt
+++ b/chromium/third_party/icu/source/data/locales/no.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/no_NO.txt b/chromium/third_party/icu/source/data/locales/no_NO.txt
index d4a0fe37215..d482b8e8fa7 100644
--- a/chromium/third_party/icu/source/data/locales/no_NO.txt
+++ b/chromium/third_party/icu/source/data/locales/no_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/no_NO_NY.txt b/chromium/third_party/icu/source/data/locales/no_NO_NY.txt
index 6c69850a275..a582afde467 100644
--- a/chromium/third_party/icu/source/data/locales/no_NO_NY.txt
+++ b/chromium/third_party/icu/source/data/locales/no_NO_NY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nyn.txt b/chromium/third_party/icu/source/data/locales/nyn.txt
index 62aa51e86f1..23505c8b7d4 100644
--- a/chromium/third_party/icu/source/data/locales/nyn.txt
+++ b/chromium/third_party/icu/source/data/locales/nyn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/nyn_UG.txt b/chromium/third_party/icu/source/data/locales/nyn_UG.txt
index 12e196e3b19..9405d962356 100644
--- a/chromium/third_party/icu/source/data/locales/nyn_UG.txt
+++ b/chromium/third_party/icu/source/data/locales/nyn_UG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/om.txt b/chromium/third_party/icu/source/data/locales/om.txt
index 618bc877927..c2c1ab008aa 100644
--- a/chromium/third_party/icu/source/data/locales/om.txt
+++ b/chromium/third_party/icu/source/data/locales/om.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/om_ET.txt b/chromium/third_party/icu/source/data/locales/om_ET.txt
index 04049113dab..f9016d032d0 100644
--- a/chromium/third_party/icu/source/data/locales/om_ET.txt
+++ b/chromium/third_party/icu/source/data/locales/om_ET.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/om_KE.txt b/chromium/third_party/icu/source/data/locales/om_KE.txt
index 429b9b1e62b..0820d65934d 100644
--- a/chromium/third_party/icu/source/data/locales/om_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/om_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/or.txt b/chromium/third_party/icu/source/data/locales/or.txt
index 665e94848ca..3101efbc207 100644
--- a/chromium/third_party/icu/source/data/locales/or.txt
+++ b/chromium/third_party/icu/source/data/locales/or.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/or_IN.txt b/chromium/third_party/icu/source/data/locales/or_IN.txt
index 8f6801a8552..c3141eeadf9 100644
--- a/chromium/third_party/icu/source/data/locales/or_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/or_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pa.txt b/chromium/third_party/icu/source/data/locales/pa.txt
index 068764a0816..8b681823d00 100644
--- a/chromium/third_party/icu/source/data/locales/pa.txt
+++ b/chromium/third_party/icu/source/data/locales/pa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pa_Arab.txt b/chromium/third_party/icu/source/data/locales/pa_Arab.txt
index bf5e18242ae..0bf986f4cdb 100644
--- a/chromium/third_party/icu/source/data/locales/pa_Arab.txt
+++ b/chromium/third_party/icu/source/data/locales/pa_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pa_Arab_PK.txt b/chromium/third_party/icu/source/data/locales/pa_Arab_PK.txt
index 37c4cb5059e..2b68f62a6e1 100644
--- a/chromium/third_party/icu/source/data/locales/pa_Arab_PK.txt
+++ b/chromium/third_party/icu/source/data/locales/pa_Arab_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pa_Guru.txt b/chromium/third_party/icu/source/data/locales/pa_Guru.txt
index 8abb329a07f..36fd4b42975 100644
--- a/chromium/third_party/icu/source/data/locales/pa_Guru.txt
+++ b/chromium/third_party/icu/source/data/locales/pa_Guru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pa_Guru_IN.txt b/chromium/third_party/icu/source/data/locales/pa_Guru_IN.txt
index 4e711ac6271..8ec9c02dab5 100644
--- a/chromium/third_party/icu/source/data/locales/pa_Guru_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/pa_Guru_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pa_IN.txt b/chromium/third_party/icu/source/data/locales/pa_IN.txt
index dbef05b7216..3115a43da40 100644
--- a/chromium/third_party/icu/source/data/locales/pa_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/pa_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pa_PK.txt b/chromium/third_party/icu/source/data/locales/pa_PK.txt
index 7552eb0afb0..c4045f1f2eb 100644
--- a/chromium/third_party/icu/source/data/locales/pa_PK.txt
+++ b/chromium/third_party/icu/source/data/locales/pa_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pl.txt b/chromium/third_party/icu/source/data/locales/pl.txt
index f4b4ed4712f..27d532985c5 100644
--- a/chromium/third_party/icu/source/data/locales/pl.txt
+++ b/chromium/third_party/icu/source/data/locales/pl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pl_PL.txt b/chromium/third_party/icu/source/data/locales/pl_PL.txt
index 6c134eb4654..e60eef611e2 100644
--- a/chromium/third_party/icu/source/data/locales/pl_PL.txt
+++ b/chromium/third_party/icu/source/data/locales/pl_PL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ps.txt b/chromium/third_party/icu/source/data/locales/ps.txt
index 91b8e1ddb54..b881c166d75 100644
--- a/chromium/third_party/icu/source/data/locales/ps.txt
+++ b/chromium/third_party/icu/source/data/locales/ps.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ps_AF.txt b/chromium/third_party/icu/source/data/locales/ps_AF.txt
index d29ee52bfe0..83a3b03e8d1 100644
--- a/chromium/third_party/icu/source/data/locales/ps_AF.txt
+++ b/chromium/third_party/icu/source/data/locales/ps_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pt.txt b/chromium/third_party/icu/source/data/locales/pt.txt
index df81129d57b..c57deed6b26 100644
--- a/chromium/third_party/icu/source/data/locales/pt.txt
+++ b/chromium/third_party/icu/source/data/locales/pt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pt_BR.txt b/chromium/third_party/icu/source/data/locales/pt_BR.txt
index 17236467bbf..2f5d38a41f0 100644
--- a/chromium/third_party/icu/source/data/locales/pt_BR.txt
+++ b/chromium/third_party/icu/source/data/locales/pt_BR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pt_GW.txt b/chromium/third_party/icu/source/data/locales/pt_GW.txt
index 8d7f8fcc30a..7ad0f6af903 100644
--- a/chromium/third_party/icu/source/data/locales/pt_GW.txt
+++ b/chromium/third_party/icu/source/data/locales/pt_GW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pt_MZ.txt b/chromium/third_party/icu/source/data/locales/pt_MZ.txt
index fb196427709..7b08007345b 100644
--- a/chromium/third_party/icu/source/data/locales/pt_MZ.txt
+++ b/chromium/third_party/icu/source/data/locales/pt_MZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/pt_PT.txt b/chromium/third_party/icu/source/data/locales/pt_PT.txt
index b38db97f5f0..21b52139061 100644
--- a/chromium/third_party/icu/source/data/locales/pt_PT.txt
+++ b/chromium/third_party/icu/source/data/locales/pt_PT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rm.txt b/chromium/third_party/icu/source/data/locales/rm.txt
index 653fdeed21e..706c9231e49 100644
--- a/chromium/third_party/icu/source/data/locales/rm.txt
+++ b/chromium/third_party/icu/source/data/locales/rm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rm_CH.txt b/chromium/third_party/icu/source/data/locales/rm_CH.txt
index e5dd4bd273b..8885982c956 100644
--- a/chromium/third_party/icu/source/data/locales/rm_CH.txt
+++ b/chromium/third_party/icu/source/data/locales/rm_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ro.txt b/chromium/third_party/icu/source/data/locales/ro.txt
index d7219319754..9c8303ebc86 100644
--- a/chromium/third_party/icu/source/data/locales/ro.txt
+++ b/chromium/third_party/icu/source/data/locales/ro.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ro_MD.txt b/chromium/third_party/icu/source/data/locales/ro_MD.txt
index cdaf418c74e..97949b95591 100644
--- a/chromium/third_party/icu/source/data/locales/ro_MD.txt
+++ b/chromium/third_party/icu/source/data/locales/ro_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ro_RO.txt b/chromium/third_party/icu/source/data/locales/ro_RO.txt
index 6c03cbf675c..af05a8e02ab 100644
--- a/chromium/third_party/icu/source/data/locales/ro_RO.txt
+++ b/chromium/third_party/icu/source/data/locales/ro_RO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rof.txt b/chromium/third_party/icu/source/data/locales/rof.txt
index c1ff1ce4b6c..7a749581535 100644
--- a/chromium/third_party/icu/source/data/locales/rof.txt
+++ b/chromium/third_party/icu/source/data/locales/rof.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rof_TZ.txt b/chromium/third_party/icu/source/data/locales/rof_TZ.txt
index c0404e7747b..3367cb9a7a3 100644
--- a/chromium/third_party/icu/source/data/locales/rof_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/rof_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/root.txt b/chromium/third_party/icu/source/data/locales/root.txt
index e0c9be2d356..e6b56cd0361 100644
--- a/chromium/third_party/icu/source/data/locales/root.txt
+++ b/chromium/third_party/icu/source/data/locales/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ru.txt b/chromium/third_party/icu/source/data/locales/ru.txt
index bcf0f519a20..dda009e3d7a 100644
--- a/chromium/third_party/icu/source/data/locales/ru.txt
+++ b/chromium/third_party/icu/source/data/locales/ru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ru_MD.txt b/chromium/third_party/icu/source/data/locales/ru_MD.txt
index 456ad0807e5..3f7083404e0 100644
--- a/chromium/third_party/icu/source/data/locales/ru_MD.txt
+++ b/chromium/third_party/icu/source/data/locales/ru_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ru_RU.txt b/chromium/third_party/icu/source/data/locales/ru_RU.txt
index 81db0cfc855..4768f5682f4 100644
--- a/chromium/third_party/icu/source/data/locales/ru_RU.txt
+++ b/chromium/third_party/icu/source/data/locales/ru_RU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ru_UA.txt b/chromium/third_party/icu/source/data/locales/ru_UA.txt
index 63a6c9b05a0..970b172480d 100644
--- a/chromium/third_party/icu/source/data/locales/ru_UA.txt
+++ b/chromium/third_party/icu/source/data/locales/ru_UA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rw.txt b/chromium/third_party/icu/source/data/locales/rw.txt
index e2a386edc03..a38e5e4e8e2 100644
--- a/chromium/third_party/icu/source/data/locales/rw.txt
+++ b/chromium/third_party/icu/source/data/locales/rw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rw_RW.txt b/chromium/third_party/icu/source/data/locales/rw_RW.txt
index 54697e5fafa..1c42dec58b3 100644
--- a/chromium/third_party/icu/source/data/locales/rw_RW.txt
+++ b/chromium/third_party/icu/source/data/locales/rw_RW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rwk.txt b/chromium/third_party/icu/source/data/locales/rwk.txt
index 6255d958955..e7a47862d75 100644
--- a/chromium/third_party/icu/source/data/locales/rwk.txt
+++ b/chromium/third_party/icu/source/data/locales/rwk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/rwk_TZ.txt b/chromium/third_party/icu/source/data/locales/rwk_TZ.txt
index ce9c5314f50..a4c90ad24c4 100644
--- a/chromium/third_party/icu/source/data/locales/rwk_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/rwk_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/saq.txt b/chromium/third_party/icu/source/data/locales/saq.txt
index 4249e3d1361..ad7b95c0823 100644
--- a/chromium/third_party/icu/source/data/locales/saq.txt
+++ b/chromium/third_party/icu/source/data/locales/saq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/saq_KE.txt b/chromium/third_party/icu/source/data/locales/saq_KE.txt
index 2cfe6056c5e..adad9e2ff18 100644
--- a/chromium/third_party/icu/source/data/locales/saq_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/saq_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/seh.txt b/chromium/third_party/icu/source/data/locales/seh.txt
index 8ea48c06b98..fc52ec66be2 100644
--- a/chromium/third_party/icu/source/data/locales/seh.txt
+++ b/chromium/third_party/icu/source/data/locales/seh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/seh_MZ.txt b/chromium/third_party/icu/source/data/locales/seh_MZ.txt
index 5df769f4ae5..fd1fc3e94ce 100644
--- a/chromium/third_party/icu/source/data/locales/seh_MZ.txt
+++ b/chromium/third_party/icu/source/data/locales/seh_MZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ses.txt b/chromium/third_party/icu/source/data/locales/ses.txt
index 93c920410d3..e6b9eefc461 100644
--- a/chromium/third_party/icu/source/data/locales/ses.txt
+++ b/chromium/third_party/icu/source/data/locales/ses.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ses_ML.txt b/chromium/third_party/icu/source/data/locales/ses_ML.txt
index d5a4a8a0812..2c262466542 100644
--- a/chromium/third_party/icu/source/data/locales/ses_ML.txt
+++ b/chromium/third_party/icu/source/data/locales/ses_ML.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sg.txt b/chromium/third_party/icu/source/data/locales/sg.txt
index 1840801f90b..a685b623efb 100644
--- a/chromium/third_party/icu/source/data/locales/sg.txt
+++ b/chromium/third_party/icu/source/data/locales/sg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sg_CF.txt b/chromium/third_party/icu/source/data/locales/sg_CF.txt
index 5c41ef91e66..1bbf02bb64f 100644
--- a/chromium/third_party/icu/source/data/locales/sg_CF.txt
+++ b/chromium/third_party/icu/source/data/locales/sg_CF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sh.txt b/chromium/third_party/icu/source/data/locales/sh.txt
index ccdafa1c2b8..aa4e9004623 100644
--- a/chromium/third_party/icu/source/data/locales/sh.txt
+++ b/chromium/third_party/icu/source/data/locales/sh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sh_BA.txt b/chromium/third_party/icu/source/data/locales/sh_BA.txt
index 5432be2a437..1b797bf2f1d 100644
--- a/chromium/third_party/icu/source/data/locales/sh_BA.txt
+++ b/chromium/third_party/icu/source/data/locales/sh_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sh_CS.txt b/chromium/third_party/icu/source/data/locales/sh_CS.txt
index acc8e18d396..3fa3a7c7798 100644
--- a/chromium/third_party/icu/source/data/locales/sh_CS.txt
+++ b/chromium/third_party/icu/source/data/locales/sh_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sh_YU.txt b/chromium/third_party/icu/source/data/locales/sh_YU.txt
index 57d21fe61ea..ea8bd15e1df 100644
--- a/chromium/third_party/icu/source/data/locales/sh_YU.txt
+++ b/chromium/third_party/icu/source/data/locales/sh_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/shi.txt b/chromium/third_party/icu/source/data/locales/shi.txt
index 41ae2cd3ff6..4e364c68487 100644
--- a/chromium/third_party/icu/source/data/locales/shi.txt
+++ b/chromium/third_party/icu/source/data/locales/shi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/shi_Latn.txt b/chromium/third_party/icu/source/data/locales/shi_Latn.txt
index 99dd363ead3..785cb7a1d6e 100644
--- a/chromium/third_party/icu/source/data/locales/shi_Latn.txt
+++ b/chromium/third_party/icu/source/data/locales/shi_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/shi_Latn_MA.txt b/chromium/third_party/icu/source/data/locales/shi_Latn_MA.txt
index e5065503657..430ef508de3 100644
--- a/chromium/third_party/icu/source/data/locales/shi_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/locales/shi_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/shi_MA.txt b/chromium/third_party/icu/source/data/locales/shi_MA.txt
index 14a51a9d966..d43e1179bc8 100644
--- a/chromium/third_party/icu/source/data/locales/shi_MA.txt
+++ b/chromium/third_party/icu/source/data/locales/shi_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/shi_Tfng.txt b/chromium/third_party/icu/source/data/locales/shi_Tfng.txt
index 7908f06de0c..286e163e29d 100644
--- a/chromium/third_party/icu/source/data/locales/shi_Tfng.txt
+++ b/chromium/third_party/icu/source/data/locales/shi_Tfng.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/shi_Tfng_MA.txt b/chromium/third_party/icu/source/data/locales/shi_Tfng_MA.txt
index 6cdf0fbbc03..8c5cd42cb95 100644
--- a/chromium/third_party/icu/source/data/locales/shi_Tfng_MA.txt
+++ b/chromium/third_party/icu/source/data/locales/shi_Tfng_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/si.txt b/chromium/third_party/icu/source/data/locales/si.txt
index 9d2bba9925e..956db718970 100644
--- a/chromium/third_party/icu/source/data/locales/si.txt
+++ b/chromium/third_party/icu/source/data/locales/si.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/si_LK.txt b/chromium/third_party/icu/source/data/locales/si_LK.txt
index 5713096abf8..a7819912114 100644
--- a/chromium/third_party/icu/source/data/locales/si_LK.txt
+++ b/chromium/third_party/icu/source/data/locales/si_LK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sk.txt b/chromium/third_party/icu/source/data/locales/sk.txt
index fcc0b6f59c8..980adcec61b 100644
--- a/chromium/third_party/icu/source/data/locales/sk.txt
+++ b/chromium/third_party/icu/source/data/locales/sk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sk_SK.txt b/chromium/third_party/icu/source/data/locales/sk_SK.txt
index 3f554551ba6..da3af484c77 100644
--- a/chromium/third_party/icu/source/data/locales/sk_SK.txt
+++ b/chromium/third_party/icu/source/data/locales/sk_SK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sl.txt b/chromium/third_party/icu/source/data/locales/sl.txt
index a3a4ddae885..d569d390a5e 100644
--- a/chromium/third_party/icu/source/data/locales/sl.txt
+++ b/chromium/third_party/icu/source/data/locales/sl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sl_SI.txt b/chromium/third_party/icu/source/data/locales/sl_SI.txt
index d0d0ced3d9b..2d5c5c6fdb1 100644
--- a/chromium/third_party/icu/source/data/locales/sl_SI.txt
+++ b/chromium/third_party/icu/source/data/locales/sl_SI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sn.txt b/chromium/third_party/icu/source/data/locales/sn.txt
index a16f1719317..66333cef0dc 100644
--- a/chromium/third_party/icu/source/data/locales/sn.txt
+++ b/chromium/third_party/icu/source/data/locales/sn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sn_ZW.txt b/chromium/third_party/icu/source/data/locales/sn_ZW.txt
index 979373d7f0c..3adc0cd0c23 100644
--- a/chromium/third_party/icu/source/data/locales/sn_ZW.txt
+++ b/chromium/third_party/icu/source/data/locales/sn_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/so.txt b/chromium/third_party/icu/source/data/locales/so.txt
index c3621cf6df8..65945489763 100644
--- a/chromium/third_party/icu/source/data/locales/so.txt
+++ b/chromium/third_party/icu/source/data/locales/so.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/so_DJ.txt b/chromium/third_party/icu/source/data/locales/so_DJ.txt
index 07bc5129597..273e1bc4c5d 100644
--- a/chromium/third_party/icu/source/data/locales/so_DJ.txt
+++ b/chromium/third_party/icu/source/data/locales/so_DJ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/so_ET.txt b/chromium/third_party/icu/source/data/locales/so_ET.txt
index 065b317b22e..c74e8f86491 100644
--- a/chromium/third_party/icu/source/data/locales/so_ET.txt
+++ b/chromium/third_party/icu/source/data/locales/so_ET.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/so_KE.txt b/chromium/third_party/icu/source/data/locales/so_KE.txt
index c6a4544227d..c40d3bee383 100644
--- a/chromium/third_party/icu/source/data/locales/so_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/so_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/so_SO.txt b/chromium/third_party/icu/source/data/locales/so_SO.txt
index 772b6918e78..e30db4ab3f3 100644
--- a/chromium/third_party/icu/source/data/locales/so_SO.txt
+++ b/chromium/third_party/icu/source/data/locales/so_SO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sq.txt b/chromium/third_party/icu/source/data/locales/sq.txt
index d1c22022b8d..cbd3b95e67d 100644
--- a/chromium/third_party/icu/source/data/locales/sq.txt
+++ b/chromium/third_party/icu/source/data/locales/sq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sq_AL.txt b/chromium/third_party/icu/source/data/locales/sq_AL.txt
index 31eb83ae876..5c15db8cd2e 100644
--- a/chromium/third_party/icu/source/data/locales/sq_AL.txt
+++ b/chromium/third_party/icu/source/data/locales/sq_AL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr.txt b/chromium/third_party/icu/source/data/locales/sr.txt
index 0a99b7f0de1..d398dcf7074 100644
--- a/chromium/third_party/icu/source/data/locales/sr.txt
+++ b/chromium/third_party/icu/source/data/locales/sr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_BA.txt b/chromium/third_party/icu/source/data/locales/sr_BA.txt
index db8f5efd607..ec7e3fbe61d 100644
--- a/chromium/third_party/icu/source/data/locales/sr_BA.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_CS.txt b/chromium/third_party/icu/source/data/locales/sr_CS.txt
index f05ad8effa1..d1a9bffffb7 100644
--- a/chromium/third_party/icu/source/data/locales/sr_CS.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Cyrl.txt b/chromium/third_party/icu/source/data/locales/sr_Cyrl.txt
index c40aff0f24d..fe5dd4340f9 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Cyrl_BA.txt b/chromium/third_party/icu/source/data/locales/sr_Cyrl_BA.txt
index 52a4e26ec28..d57e228a7bf 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Cyrl_BA.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Cyrl_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Cyrl_CS.txt b/chromium/third_party/icu/source/data/locales/sr_Cyrl_CS.txt
index 6a8dac22e1b..d9be60f5cc3 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Cyrl_CS.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Cyrl_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Cyrl_ME.txt b/chromium/third_party/icu/source/data/locales/sr_Cyrl_ME.txt
index 26bfdcafa09..c33b9f6e2d6 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Cyrl_ME.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Cyrl_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Cyrl_RS.txt b/chromium/third_party/icu/source/data/locales/sr_Cyrl_RS.txt
index 57038f75173..56391f24529 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Cyrl_RS.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Cyrl_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Cyrl_YU.txt b/chromium/third_party/icu/source/data/locales/sr_Cyrl_YU.txt
index 66c143d1a52..dd1a461e3df 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Cyrl_YU.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Cyrl_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Latn.txt b/chromium/third_party/icu/source/data/locales/sr_Latn.txt
index b72d19bb211..d60d2f36c98 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Latn.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Latn_BA.txt b/chromium/third_party/icu/source/data/locales/sr_Latn_BA.txt
index 504ea60c9a4..4817160007c 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Latn_BA.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Latn_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Latn_CS.txt b/chromium/third_party/icu/source/data/locales/sr_Latn_CS.txt
index c63f9a0671d..400ae3f4666 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Latn_CS.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Latn_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Latn_ME.txt b/chromium/third_party/icu/source/data/locales/sr_Latn_ME.txt
index ce8d6f7d5b5..10dc0f5e950 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Latn_ME.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Latn_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Latn_RS.txt b/chromium/third_party/icu/source/data/locales/sr_Latn_RS.txt
index 2e261970b7b..dbb6e790111 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Latn_RS.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Latn_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_Latn_YU.txt b/chromium/third_party/icu/source/data/locales/sr_Latn_YU.txt
index b810d8b8815..c6d91752f83 100644
--- a/chromium/third_party/icu/source/data/locales/sr_Latn_YU.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_Latn_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_ME.txt b/chromium/third_party/icu/source/data/locales/sr_ME.txt
index f5caa292760..80ba62f66f7 100644
--- a/chromium/third_party/icu/source/data/locales/sr_ME.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_RS.txt b/chromium/third_party/icu/source/data/locales/sr_RS.txt
index 06ef6a1ffdb..99dafdf152e 100644
--- a/chromium/third_party/icu/source/data/locales/sr_RS.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sr_YU.txt b/chromium/third_party/icu/source/data/locales/sr_YU.txt
index 2c66494575e..85da57469ce 100644
--- a/chromium/third_party/icu/source/data/locales/sr_YU.txt
+++ b/chromium/third_party/icu/source/data/locales/sr_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sv.txt b/chromium/third_party/icu/source/data/locales/sv.txt
index 137e9bafc4c..a320df75a64 100644
--- a/chromium/third_party/icu/source/data/locales/sv.txt
+++ b/chromium/third_party/icu/source/data/locales/sv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sv_FI.txt b/chromium/third_party/icu/source/data/locales/sv_FI.txt
index 3d3dd9d65ca..14e2860b111 100644
--- a/chromium/third_party/icu/source/data/locales/sv_FI.txt
+++ b/chromium/third_party/icu/source/data/locales/sv_FI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sv_SE.txt b/chromium/third_party/icu/source/data/locales/sv_SE.txt
index ae758adbbec..3973465ab68 100644
--- a/chromium/third_party/icu/source/data/locales/sv_SE.txt
+++ b/chromium/third_party/icu/source/data/locales/sv_SE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sw.txt b/chromium/third_party/icu/source/data/locales/sw.txt
index 6d1726bd322..44a710feb38 100644
--- a/chromium/third_party/icu/source/data/locales/sw.txt
+++ b/chromium/third_party/icu/source/data/locales/sw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sw_KE.txt b/chromium/third_party/icu/source/data/locales/sw_KE.txt
index 8213a5a77e8..d9c68b1cf8f 100644
--- a/chromium/third_party/icu/source/data/locales/sw_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/sw_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/sw_TZ.txt b/chromium/third_party/icu/source/data/locales/sw_TZ.txt
index bf5c8d83303..9fa7d01f536 100644
--- a/chromium/third_party/icu/source/data/locales/sw_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/sw_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ta.txt b/chromium/third_party/icu/source/data/locales/ta.txt
index 601a8730ddf..d05f582072a 100644
--- a/chromium/third_party/icu/source/data/locales/ta.txt
+++ b/chromium/third_party/icu/source/data/locales/ta.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ta_IN.txt b/chromium/third_party/icu/source/data/locales/ta_IN.txt
index 49747e013cb..13cc5cc7179 100644
--- a/chromium/third_party/icu/source/data/locales/ta_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/ta_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ta_LK.txt b/chromium/third_party/icu/source/data/locales/ta_LK.txt
index fd5e08a903a..a484fd57a3f 100644
--- a/chromium/third_party/icu/source/data/locales/ta_LK.txt
+++ b/chromium/third_party/icu/source/data/locales/ta_LK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/te.txt b/chromium/third_party/icu/source/data/locales/te.txt
index 2a8d0a4865c..eb40f7fba12 100644
--- a/chromium/third_party/icu/source/data/locales/te.txt
+++ b/chromium/third_party/icu/source/data/locales/te.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/te_IN.txt b/chromium/third_party/icu/source/data/locales/te_IN.txt
index 3794a1a13c0..a8a644d9896 100644
--- a/chromium/third_party/icu/source/data/locales/te_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/te_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/teo.txt b/chromium/third_party/icu/source/data/locales/teo.txt
index e8eb578260d..eb75437f8cd 100644
--- a/chromium/third_party/icu/source/data/locales/teo.txt
+++ b/chromium/third_party/icu/source/data/locales/teo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/teo_KE.txt b/chromium/third_party/icu/source/data/locales/teo_KE.txt
index 7839358803f..da6f413a8bb 100644
--- a/chromium/third_party/icu/source/data/locales/teo_KE.txt
+++ b/chromium/third_party/icu/source/data/locales/teo_KE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/teo_UG.txt b/chromium/third_party/icu/source/data/locales/teo_UG.txt
index 6b60a6b2b6d..f6fd50064f0 100644
--- a/chromium/third_party/icu/source/data/locales/teo_UG.txt
+++ b/chromium/third_party/icu/source/data/locales/teo_UG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/th.txt b/chromium/third_party/icu/source/data/locales/th.txt
index d8ead204946..46d6c77f7ca 100644
--- a/chromium/third_party/icu/source/data/locales/th.txt
+++ b/chromium/third_party/icu/source/data/locales/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/th_TH.txt b/chromium/third_party/icu/source/data/locales/th_TH.txt
index bb1a7fdb132..511ee67191e 100644
--- a/chromium/third_party/icu/source/data/locales/th_TH.txt
+++ b/chromium/third_party/icu/source/data/locales/th_TH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/th_TH_TRADITIONAL.txt b/chromium/third_party/icu/source/data/locales/th_TH_TRADITIONAL.txt
index 843843b3390..a13f87f8774 100644
--- a/chromium/third_party/icu/source/data/locales/th_TH_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/locales/th_TH_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ti.txt b/chromium/third_party/icu/source/data/locales/ti.txt
index 96007645d15..2a16a3c1427 100644
--- a/chromium/third_party/icu/source/data/locales/ti.txt
+++ b/chromium/third_party/icu/source/data/locales/ti.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ti_ER.txt b/chromium/third_party/icu/source/data/locales/ti_ER.txt
index 73c32f2ceb7..846e7f1b182 100644
--- a/chromium/third_party/icu/source/data/locales/ti_ER.txt
+++ b/chromium/third_party/icu/source/data/locales/ti_ER.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ti_ET.txt b/chromium/third_party/icu/source/data/locales/ti_ET.txt
index 5335979dc73..ce2d9e84084 100644
--- a/chromium/third_party/icu/source/data/locales/ti_ET.txt
+++ b/chromium/third_party/icu/source/data/locales/ti_ET.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tl.txt b/chromium/third_party/icu/source/data/locales/tl.txt
index b5cff0cf3b7..97c0de0058d 100644
--- a/chromium/third_party/icu/source/data/locales/tl.txt
+++ b/chromium/third_party/icu/source/data/locales/tl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tl_PH.txt b/chromium/third_party/icu/source/data/locales/tl_PH.txt
index d8068f62e93..8a834380193 100644
--- a/chromium/third_party/icu/source/data/locales/tl_PH.txt
+++ b/chromium/third_party/icu/source/data/locales/tl_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/to.txt b/chromium/third_party/icu/source/data/locales/to.txt
index f7872e0acb8..7fbdd83e361 100644
--- a/chromium/third_party/icu/source/data/locales/to.txt
+++ b/chromium/third_party/icu/source/data/locales/to.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/to_TO.txt b/chromium/third_party/icu/source/data/locales/to_TO.txt
index c9ebd785f41..63bc2066df8 100644
--- a/chromium/third_party/icu/source/data/locales/to_TO.txt
+++ b/chromium/third_party/icu/source/data/locales/to_TO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tr.txt b/chromium/third_party/icu/source/data/locales/tr.txt
index ddb4b18bca8..56566e5864e 100644
--- a/chromium/third_party/icu/source/data/locales/tr.txt
+++ b/chromium/third_party/icu/source/data/locales/tr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tr_TR.txt b/chromium/third_party/icu/source/data/locales/tr_TR.txt
index fb6d4c52ddf..fa9bfab1bd4 100644
--- a/chromium/third_party/icu/source/data/locales/tr_TR.txt
+++ b/chromium/third_party/icu/source/data/locales/tr_TR.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tzm.txt b/chromium/third_party/icu/source/data/locales/tzm.txt
index 7b7b662c413..d6707c24bc7 100644
--- a/chromium/third_party/icu/source/data/locales/tzm.txt
+++ b/chromium/third_party/icu/source/data/locales/tzm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tzm_Latn.txt b/chromium/third_party/icu/source/data/locales/tzm_Latn.txt
index f87d5b574f1..51a88b7bb59 100644
--- a/chromium/third_party/icu/source/data/locales/tzm_Latn.txt
+++ b/chromium/third_party/icu/source/data/locales/tzm_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tzm_Latn_MA.txt b/chromium/third_party/icu/source/data/locales/tzm_Latn_MA.txt
index a3ea284f6c2..cdf3f1287b8 100644
--- a/chromium/third_party/icu/source/data/locales/tzm_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/locales/tzm_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/tzm_MA.txt b/chromium/third_party/icu/source/data/locales/tzm_MA.txt
index a92148d3efc..8a4d156c604 100644
--- a/chromium/third_party/icu/source/data/locales/tzm_MA.txt
+++ b/chromium/third_party/icu/source/data/locales/tzm_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uk.txt b/chromium/third_party/icu/source/data/locales/uk.txt
index 7f351965a0a..f8bddace794 100644
--- a/chromium/third_party/icu/source/data/locales/uk.txt
+++ b/chromium/third_party/icu/source/data/locales/uk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uk_UA.txt b/chromium/third_party/icu/source/data/locales/uk_UA.txt
index d0d0d36164c..f5e6561bb24 100644
--- a/chromium/third_party/icu/source/data/locales/uk_UA.txt
+++ b/chromium/third_party/icu/source/data/locales/uk_UA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ur.txt b/chromium/third_party/icu/source/data/locales/ur.txt
index 0118fb89f79..a7a40a2d56e 100644
--- a/chromium/third_party/icu/source/data/locales/ur.txt
+++ b/chromium/third_party/icu/source/data/locales/ur.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ur_IN.txt b/chromium/third_party/icu/source/data/locales/ur_IN.txt
index c85e72a43ca..a8f64fcf5a4 100644
--- a/chromium/third_party/icu/source/data/locales/ur_IN.txt
+++ b/chromium/third_party/icu/source/data/locales/ur_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/ur_PK.txt b/chromium/third_party/icu/source/data/locales/ur_PK.txt
index 7d57ee26570..1f25720878a 100644
--- a/chromium/third_party/icu/source/data/locales/ur_PK.txt
+++ b/chromium/third_party/icu/source/data/locales/ur_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz.txt b/chromium/third_party/icu/source/data/locales/uz.txt
index fba92886658..10b2d44c2ba 100644
--- a/chromium/third_party/icu/source/data/locales/uz.txt
+++ b/chromium/third_party/icu/source/data/locales/uz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_AF.txt b/chromium/third_party/icu/source/data/locales/uz_AF.txt
index 9135c836cf5..c43731f7fa4 100644
--- a/chromium/third_party/icu/source/data/locales/uz_AF.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_Arab.txt b/chromium/third_party/icu/source/data/locales/uz_Arab.txt
index e8793756589..17520c26a95 100644
--- a/chromium/third_party/icu/source/data/locales/uz_Arab.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_Arab_AF.txt b/chromium/third_party/icu/source/data/locales/uz_Arab_AF.txt
index 84374664fb5..8650a101b13 100644
--- a/chromium/third_party/icu/source/data/locales/uz_Arab_AF.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_Arab_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_Cyrl.txt b/chromium/third_party/icu/source/data/locales/uz_Cyrl.txt
index 2789f4267eb..4a5b49cc2bd 100644
--- a/chromium/third_party/icu/source/data/locales/uz_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_Cyrl_UZ.txt b/chromium/third_party/icu/source/data/locales/uz_Cyrl_UZ.txt
index 7676418f6ae..74fdbebf3d7 100644
--- a/chromium/third_party/icu/source/data/locales/uz_Cyrl_UZ.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_Cyrl_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_Latn.txt b/chromium/third_party/icu/source/data/locales/uz_Latn.txt
index 3889f315644..c69c3de041b 100644
--- a/chromium/third_party/icu/source/data/locales/uz_Latn.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_Latn_UZ.txt b/chromium/third_party/icu/source/data/locales/uz_Latn_UZ.txt
index b46540e30c3..070cf46d50f 100644
--- a/chromium/third_party/icu/source/data/locales/uz_Latn_UZ.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_Latn_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/uz_UZ.txt b/chromium/third_party/icu/source/data/locales/uz_UZ.txt
index fcaadc4a76b..707f304c368 100644
--- a/chromium/third_party/icu/source/data/locales/uz_UZ.txt
+++ b/chromium/third_party/icu/source/data/locales/uz_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/vi.txt b/chromium/third_party/icu/source/data/locales/vi.txt
index 1fa28fbe160..aa52b4580b3 100644
--- a/chromium/third_party/icu/source/data/locales/vi.txt
+++ b/chromium/third_party/icu/source/data/locales/vi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/vi_VN.txt b/chromium/third_party/icu/source/data/locales/vi_VN.txt
index 31a36c42c86..3e3c865dffe 100644
--- a/chromium/third_party/icu/source/data/locales/vi_VN.txt
+++ b/chromium/third_party/icu/source/data/locales/vi_VN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/vun.txt b/chromium/third_party/icu/source/data/locales/vun.txt
index 917adcb029c..06d98632a0f 100644
--- a/chromium/third_party/icu/source/data/locales/vun.txt
+++ b/chromium/third_party/icu/source/data/locales/vun.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/vun_TZ.txt b/chromium/third_party/icu/source/data/locales/vun_TZ.txt
index 426fe2f2468..b0f75465118 100644
--- a/chromium/third_party/icu/source/data/locales/vun_TZ.txt
+++ b/chromium/third_party/icu/source/data/locales/vun_TZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/xog.txt b/chromium/third_party/icu/source/data/locales/xog.txt
index caa0ac498d5..b93c2d54af4 100644
--- a/chromium/third_party/icu/source/data/locales/xog.txt
+++ b/chromium/third_party/icu/source/data/locales/xog.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/xog_UG.txt b/chromium/third_party/icu/source/data/locales/xog_UG.txt
index a25f3afe7a6..4773f114d18 100644
--- a/chromium/third_party/icu/source/data/locales/xog_UG.txt
+++ b/chromium/third_party/icu/source/data/locales/xog_UG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/yo.txt b/chromium/third_party/icu/source/data/locales/yo.txt
index 85e857e33f6..9524eeae712 100644
--- a/chromium/third_party/icu/source/data/locales/yo.txt
+++ b/chromium/third_party/icu/source/data/locales/yo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/yo_NG.txt b/chromium/third_party/icu/source/data/locales/yo_NG.txt
index 2973b948ff3..2f4f94effa7 100644
--- a/chromium/third_party/icu/source/data/locales/yo_NG.txt
+++ b/chromium/third_party/icu/source/data/locales/yo_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh.txt b/chromium/third_party/icu/source/data/locales/zh.txt
index 84e7b8ce7ac..c6f8c5647f0 100644
--- a/chromium/third_party/icu/source/data/locales/zh.txt
+++ b/chromium/third_party/icu/source/data/locales/zh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_CN.txt b/chromium/third_party/icu/source/data/locales/zh_CN.txt
index 5f9c9ee0e9e..cdf17f15726 100644
--- a/chromium/third_party/icu/source/data/locales/zh_CN.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_HK.txt b/chromium/third_party/icu/source/data/locales/zh_HK.txt
index 0db8a99abb5..78e6c2c3857 100644
--- a/chromium/third_party/icu/source/data/locales/zh_HK.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hans.txt b/chromium/third_party/icu/source/data/locales/zh_Hans.txt
index 461855296db..ea4144bd8ad 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hans.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hans.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hans_CN.txt b/chromium/third_party/icu/source/data/locales/zh_Hans_CN.txt
index e43864f4460..1a4c051e794 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hans_CN.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hans_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hans_HK.txt b/chromium/third_party/icu/source/data/locales/zh_Hans_HK.txt
index ea5b15f5056..1312b21e9f4 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hans_HK.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hans_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hans_MO.txt b/chromium/third_party/icu/source/data/locales/zh_Hans_MO.txt
index 568a683d4b0..08e8fe78e0d 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hans_MO.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hans_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hans_SG.txt b/chromium/third_party/icu/source/data/locales/zh_Hans_SG.txt
index 78f28d0c4df..72254fcf282 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hans_SG.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hans_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hant.txt b/chromium/third_party/icu/source/data/locales/zh_Hant.txt
index 060e8940e99..5cbad4181e1 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hant.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hant.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hant_HK.txt b/chromium/third_party/icu/source/data/locales/zh_Hant_HK.txt
index 00906a3fe9d..e05beda3a95 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hant_HK.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hant_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hant_MO.txt b/chromium/third_party/icu/source/data/locales/zh_Hant_MO.txt
index 8efd2bb2869..8e1a2793f56 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hant_MO.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hant_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_Hant_TW.txt b/chromium/third_party/icu/source/data/locales/zh_Hant_TW.txt
index 06c022a14ba..132acb4f000 100644
--- a/chromium/third_party/icu/source/data/locales/zh_Hant_TW.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_Hant_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_MO.txt b/chromium/third_party/icu/source/data/locales/zh_MO.txt
index 87e6b50f200..182447e37bf 100644
--- a/chromium/third_party/icu/source/data/locales/zh_MO.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_SG.txt b/chromium/third_party/icu/source/data/locales/zh_SG.txt
index 3b025136f7a..8ad0cb9fc67 100644
--- a/chromium/third_party/icu/source/data/locales/zh_SG.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zh_TW.txt b/chromium/third_party/icu/source/data/locales/zh_TW.txt
index 384df322c15..aaf5ad8845d 100644
--- a/chromium/third_party/icu/source/data/locales/zh_TW.txt
+++ b/chromium/third_party/icu/source/data/locales/zh_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zu.txt b/chromium/third_party/icu/source/data/locales/zu.txt
index 0f75d1e172f..db483a6ce1d 100644
--- a/chromium/third_party/icu/source/data/locales/zu.txt
+++ b/chromium/third_party/icu/source/data/locales/zu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/locales/zu_ZA.txt b/chromium/third_party/icu/source/data/locales/zu_ZA.txt
index f66117d1a4e..c813e1235cf 100644
--- a/chromium/third_party/icu/source/data/locales/zu_ZA.txt
+++ b/chromium/third_party/icu/source/data/locales/zu_ZA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/makedata.vcxproj b/chromium/third_party/icu/source/data/makedata.vcxproj
index 2d4c6c67658..6d41921a79a 100644
--- a/chromium/third_party/icu/source/data/makedata.vcxproj
+++ b/chromium/third_party/icu/source/data/makedata.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/data/makedata.vcxproj.filters b/chromium/third_party/icu/source/data/makedata.vcxproj.filters
index afceefbce44..d37a4b28673 100644
--- a/chromium/third_party/icu/source/data/makedata.vcxproj.filters
+++ b/chromium/third_party/icu/source/data/makedata.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Resource Files">
diff --git a/chromium/third_party/icu/source/data/misc/keyTypeData.txt b/chromium/third_party/icu/source/data/misc/keyTypeData.txt
index c145036c76c..77f9bb220bb 100644
--- a/chromium/third_party/icu/source/data/misc/keyTypeData.txt
+++ b/chromium/third_party/icu/source/data/misc/keyTypeData.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/misc/likelySubtags.txt b/chromium/third_party/icu/source/data/misc/likelySubtags.txt
index eceef69c6c1..4912143b989 100644
--- a/chromium/third_party/icu/source/data/misc/likelySubtags.txt
+++ b/chromium/third_party/icu/source/data/misc/likelySubtags.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/misc/metaZones.txt b/chromium/third_party/icu/source/data/misc/metaZones.txt
index 1f75c667073..9efa9eafcb8 100644
--- a/chromium/third_party/icu/source/data/misc/metaZones.txt
+++ b/chromium/third_party/icu/source/data/misc/metaZones.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2014 International Business Machines
 // * Corporation and others. All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/misc/numberingSystems.txt b/chromium/third_party/icu/source/data/misc/numberingSystems.txt
index fe79155de67..f55222d31b3 100644
--- a/chromium/third_party/icu/source/data/misc/numberingSystems.txt
+++ b/chromium/third_party/icu/source/data/misc/numberingSystems.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/misc/plurals.txt b/chromium/third_party/icu/source/data/misc/plurals.txt
index 86770302bf7..9beb1293524 100644
--- a/chromium/third_party/icu/source/data/misc/plurals.txt
+++ b/chromium/third_party/icu/source/data/misc/plurals.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/misc/supplementalData.txt b/chromium/third_party/icu/source/data/misc/supplementalData.txt
index 5039025a63f..914c5d118ed 100644
--- a/chromium/third_party/icu/source/data/misc/supplementalData.txt
+++ b/chromium/third_party/icu/source/data/misc/supplementalData.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/misc/timezoneTypes.txt b/chromium/third_party/icu/source/data/misc/timezoneTypes.txt
index 09358b81dd4..378eb752cbf 100644
--- a/chromium/third_party/icu/source/data/misc/timezoneTypes.txt
+++ b/chromium/third_party/icu/source/data/misc/timezoneTypes.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2013 International Business Machines
 // * Corporation and others. All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/misc/windowsZones.txt b/chromium/third_party/icu/source/data/misc/windowsZones.txt
index 8b0a487920d..c881778bafe 100644
--- a/chromium/third_party/icu/source/data/misc/windowsZones.txt
+++ b/chromium/third_party/icu/source/data/misc/windowsZones.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2014 International Business Machines
 // * Corporation and others. All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/af.txt b/chromium/third_party/icu/source/data/rbnf/af.txt
index 60d61968e55..cbdaf88e04d 100644
--- a/chromium/third_party/icu/source/data/rbnf/af.txt
+++ b/chromium/third_party/icu/source/data/rbnf/af.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/am.txt b/chromium/third_party/icu/source/data/rbnf/am.txt
index 853919a762c..007c89ab37e 100644
--- a/chromium/third_party/icu/source/data/rbnf/am.txt
+++ b/chromium/third_party/icu/source/data/rbnf/am.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ar.txt b/chromium/third_party/icu/source/data/rbnf/ar.txt
index ab4803facc4..e5bd02454a7 100644
--- a/chromium/third_party/icu/source/data/rbnf/ar.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ar.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/az.txt b/chromium/third_party/icu/source/data/rbnf/az.txt
index 5a70d023a35..e4f91fb9af3 100644
--- a/chromium/third_party/icu/source/data/rbnf/az.txt
+++ b/chromium/third_party/icu/source/data/rbnf/az.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/be.txt b/chromium/third_party/icu/source/data/rbnf/be.txt
index 221a0f3534e..c1c7760a5e3 100644
--- a/chromium/third_party/icu/source/data/rbnf/be.txt
+++ b/chromium/third_party/icu/source/data/rbnf/be.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/bg.txt b/chromium/third_party/icu/source/data/rbnf/bg.txt
index 1b6df581faa..e6abb586e6b 100644
--- a/chromium/third_party/icu/source/data/rbnf/bg.txt
+++ b/chromium/third_party/icu/source/data/rbnf/bg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/bs.txt b/chromium/third_party/icu/source/data/rbnf/bs.txt
index 8b7735b4dea..27fb87e473d 100644
--- a/chromium/third_party/icu/source/data/rbnf/bs.txt
+++ b/chromium/third_party/icu/source/data/rbnf/bs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ca.txt b/chromium/third_party/icu/source/data/rbnf/ca.txt
index d59742f2a1a..47769de3521 100644
--- a/chromium/third_party/icu/source/data/rbnf/ca.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ca.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/cs.txt b/chromium/third_party/icu/source/data/rbnf/cs.txt
index 62d41b070a1..ae03a8a7863 100644
--- a/chromium/third_party/icu/source/data/rbnf/cs.txt
+++ b/chromium/third_party/icu/source/data/rbnf/cs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/cy.txt b/chromium/third_party/icu/source/data/rbnf/cy.txt
index 6d41c6eb8e4..701ff93076a 100644
--- a/chromium/third_party/icu/source/data/rbnf/cy.txt
+++ b/chromium/third_party/icu/source/data/rbnf/cy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/da.txt b/chromium/third_party/icu/source/data/rbnf/da.txt
index 7277eb26065..9021f7d04f1 100644
--- a/chromium/third_party/icu/source/data/rbnf/da.txt
+++ b/chromium/third_party/icu/source/data/rbnf/da.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/de.txt b/chromium/third_party/icu/source/data/rbnf/de.txt
index 9001615f571..b1b82a35721 100644
--- a/chromium/third_party/icu/source/data/rbnf/de.txt
+++ b/chromium/third_party/icu/source/data/rbnf/de.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/el.txt b/chromium/third_party/icu/source/data/rbnf/el.txt
index f758acfed6c..89b015f4aac 100644
--- a/chromium/third_party/icu/source/data/rbnf/el.txt
+++ b/chromium/third_party/icu/source/data/rbnf/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/en.txt b/chromium/third_party/icu/source/data/rbnf/en.txt
index eb46f435274..2a901b10c11 100644
--- a/chromium/third_party/icu/source/data/rbnf/en.txt
+++ b/chromium/third_party/icu/source/data/rbnf/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/eo.txt b/chromium/third_party/icu/source/data/rbnf/eo.txt
index 735220e816e..79f6f31b033 100644
--- a/chromium/third_party/icu/source/data/rbnf/eo.txt
+++ b/chromium/third_party/icu/source/data/rbnf/eo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/es.txt b/chromium/third_party/icu/source/data/rbnf/es.txt
index fbba0e5aa50..5ce3eb032d8 100644
--- a/chromium/third_party/icu/source/data/rbnf/es.txt
+++ b/chromium/third_party/icu/source/data/rbnf/es.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/et.txt b/chromium/third_party/icu/source/data/rbnf/et.txt
index 01237c7d65a..43f2815bf20 100644
--- a/chromium/third_party/icu/source/data/rbnf/et.txt
+++ b/chromium/third_party/icu/source/data/rbnf/et.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fa.txt b/chromium/third_party/icu/source/data/rbnf/fa.txt
index 0fb5ffd0ea8..d844bcc27c8 100644
--- a/chromium/third_party/icu/source/data/rbnf/fa.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fa_AF.txt b/chromium/third_party/icu/source/data/rbnf/fa_AF.txt
index 104166230a6..f99051bc95c 100644
--- a/chromium/third_party/icu/source/data/rbnf/fa_AF.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fa_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fi.txt b/chromium/third_party/icu/source/data/rbnf/fi.txt
index e4db68a9b27..497360fb29b 100644
--- a/chromium/third_party/icu/source/data/rbnf/fi.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fil.txt b/chromium/third_party/icu/source/data/rbnf/fil.txt
index 1f64b7e999a..f8a0a450ebf 100644
--- a/chromium/third_party/icu/source/data/rbnf/fil.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fil.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fo.txt b/chromium/third_party/icu/source/data/rbnf/fo.txt
index 73768779af0..e85aae7b5ad 100644
--- a/chromium/third_party/icu/source/data/rbnf/fo.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fr.txt b/chromium/third_party/icu/source/data/rbnf/fr.txt
index 8274fbf2270..3a927d8cc8d 100644
--- a/chromium/third_party/icu/source/data/rbnf/fr.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fr_BE.txt b/chromium/third_party/icu/source/data/rbnf/fr_BE.txt
index 454ad377fdd..858990cc625 100644
--- a/chromium/third_party/icu/source/data/rbnf/fr_BE.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fr_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/fr_CH.txt b/chromium/third_party/icu/source/data/rbnf/fr_CH.txt
index c14a9d67935..8a0e973c53c 100644
--- a/chromium/third_party/icu/source/data/rbnf/fr_CH.txt
+++ b/chromium/third_party/icu/source/data/rbnf/fr_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ga.txt b/chromium/third_party/icu/source/data/rbnf/ga.txt
index 7a0a5086787..bbfd8c5a985 100644
--- a/chromium/third_party/icu/source/data/rbnf/ga.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ga.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/he.txt b/chromium/third_party/icu/source/data/rbnf/he.txt
index ce9d9ba798d..36bf6dd515b 100644
--- a/chromium/third_party/icu/source/data/rbnf/he.txt
+++ b/chromium/third_party/icu/source/data/rbnf/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/hi.txt b/chromium/third_party/icu/source/data/rbnf/hi.txt
index 625b4841109..82f5c3efe48 100644
--- a/chromium/third_party/icu/source/data/rbnf/hi.txt
+++ b/chromium/third_party/icu/source/data/rbnf/hi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/hr.txt b/chromium/third_party/icu/source/data/rbnf/hr.txt
index edb17b8d9c9..d5307e0b9f9 100644
--- a/chromium/third_party/icu/source/data/rbnf/hr.txt
+++ b/chromium/third_party/icu/source/data/rbnf/hr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/hu.txt b/chromium/third_party/icu/source/data/rbnf/hu.txt
index 0ff8a80bbe5..e36835039d9 100644
--- a/chromium/third_party/icu/source/data/rbnf/hu.txt
+++ b/chromium/third_party/icu/source/data/rbnf/hu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/hy.txt b/chromium/third_party/icu/source/data/rbnf/hy.txt
index 92cf605e7a0..bbef7aedccd 100644
--- a/chromium/third_party/icu/source/data/rbnf/hy.txt
+++ b/chromium/third_party/icu/source/data/rbnf/hy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/id.txt b/chromium/third_party/icu/source/data/rbnf/id.txt
index bdee0b0aa31..b4034852a78 100644
--- a/chromium/third_party/icu/source/data/rbnf/id.txt
+++ b/chromium/third_party/icu/source/data/rbnf/id.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/is.txt b/chromium/third_party/icu/source/data/rbnf/is.txt
index f5eba876490..d93aa9254e3 100644
--- a/chromium/third_party/icu/source/data/rbnf/is.txt
+++ b/chromium/third_party/icu/source/data/rbnf/is.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/it.txt b/chromium/third_party/icu/source/data/rbnf/it.txt
index 8b89ec26824..c56f30f81b2 100644
--- a/chromium/third_party/icu/source/data/rbnf/it.txt
+++ b/chromium/third_party/icu/source/data/rbnf/it.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ja.txt b/chromium/third_party/icu/source/data/rbnf/ja.txt
index 470317d799e..64fdd649bec 100644
--- a/chromium/third_party/icu/source/data/rbnf/ja.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ka.txt b/chromium/third_party/icu/source/data/rbnf/ka.txt
index 8040eef6562..8000725f741 100644
--- a/chromium/third_party/icu/source/data/rbnf/ka.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ka.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/kl.txt b/chromium/third_party/icu/source/data/rbnf/kl.txt
index 6d3a11b8d0a..730de2a1b4b 100644
--- a/chromium/third_party/icu/source/data/rbnf/kl.txt
+++ b/chromium/third_party/icu/source/data/rbnf/kl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ko.txt b/chromium/third_party/icu/source/data/rbnf/ko.txt
index 4a810e25b39..c74f670f854 100644
--- a/chromium/third_party/icu/source/data/rbnf/ko.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ko.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/lt.txt b/chromium/third_party/icu/source/data/rbnf/lt.txt
index fec50e68f4c..79659be08ae 100644
--- a/chromium/third_party/icu/source/data/rbnf/lt.txt
+++ b/chromium/third_party/icu/source/data/rbnf/lt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/lv.txt b/chromium/third_party/icu/source/data/rbnf/lv.txt
index 990db1c1d62..559e92ae6da 100644
--- a/chromium/third_party/icu/source/data/rbnf/lv.txt
+++ b/chromium/third_party/icu/source/data/rbnf/lv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/mk.txt b/chromium/third_party/icu/source/data/rbnf/mk.txt
index 56795b4d3ad..59be3489cfc 100644
--- a/chromium/third_party/icu/source/data/rbnf/mk.txt
+++ b/chromium/third_party/icu/source/data/rbnf/mk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ms.txt b/chromium/third_party/icu/source/data/rbnf/ms.txt
index 08134128679..bad6d4dc538 100644
--- a/chromium/third_party/icu/source/data/rbnf/ms.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ms.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/mt.txt b/chromium/third_party/icu/source/data/rbnf/mt.txt
index c530d76d081..9982643696e 100644
--- a/chromium/third_party/icu/source/data/rbnf/mt.txt
+++ b/chromium/third_party/icu/source/data/rbnf/mt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/nb.txt b/chromium/third_party/icu/source/data/rbnf/nb.txt
index ef4219239b1..a35db10d4e9 100644
--- a/chromium/third_party/icu/source/data/rbnf/nb.txt
+++ b/chromium/third_party/icu/source/data/rbnf/nb.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/nl.txt b/chromium/third_party/icu/source/data/rbnf/nl.txt
index 127098b0914..c51e9b4530d 100644
--- a/chromium/third_party/icu/source/data/rbnf/nl.txt
+++ b/chromium/third_party/icu/source/data/rbnf/nl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/nn.txt b/chromium/third_party/icu/source/data/rbnf/nn.txt
index 8ac8c8306fc..3caded8ecc0 100644
--- a/chromium/third_party/icu/source/data/rbnf/nn.txt
+++ b/chromium/third_party/icu/source/data/rbnf/nn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/pl.txt b/chromium/third_party/icu/source/data/rbnf/pl.txt
index 37881c91e37..af8f21f6a9c 100644
--- a/chromium/third_party/icu/source/data/rbnf/pl.txt
+++ b/chromium/third_party/icu/source/data/rbnf/pl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/pt.txt b/chromium/third_party/icu/source/data/rbnf/pt.txt
index 01a4f18038f..5d1451e2ec3 100644
--- a/chromium/third_party/icu/source/data/rbnf/pt.txt
+++ b/chromium/third_party/icu/source/data/rbnf/pt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/pt_PT.txt b/chromium/third_party/icu/source/data/rbnf/pt_PT.txt
index 38536ec07cf..e563a80273f 100644
--- a/chromium/third_party/icu/source/data/rbnf/pt_PT.txt
+++ b/chromium/third_party/icu/source/data/rbnf/pt_PT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ro.txt b/chromium/third_party/icu/source/data/rbnf/ro.txt
index 118fae17f70..1ace724faef 100644
--- a/chromium/third_party/icu/source/data/rbnf/ro.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ro.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/root.txt b/chromium/third_party/icu/source/data/rbnf/root.txt
index 5b14aa57eac..4b1386dca98 100644
--- a/chromium/third_party/icu/source/data/rbnf/root.txt
+++ b/chromium/third_party/icu/source/data/rbnf/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ru.txt b/chromium/third_party/icu/source/data/rbnf/ru.txt
index e5a1f73493d..a1219e77c6d 100644
--- a/chromium/third_party/icu/source/data/rbnf/ru.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/sk.txt b/chromium/third_party/icu/source/data/rbnf/sk.txt
index 392645a96f1..4aff8e6ea5c 100644
--- a/chromium/third_party/icu/source/data/rbnf/sk.txt
+++ b/chromium/third_party/icu/source/data/rbnf/sk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/sl.txt b/chromium/third_party/icu/source/data/rbnf/sl.txt
index e1a0941d786..b53ad05dad4 100644
--- a/chromium/third_party/icu/source/data/rbnf/sl.txt
+++ b/chromium/third_party/icu/source/data/rbnf/sl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/sq.txt b/chromium/third_party/icu/source/data/rbnf/sq.txt
index fce40ae393b..847a309acfd 100644
--- a/chromium/third_party/icu/source/data/rbnf/sq.txt
+++ b/chromium/third_party/icu/source/data/rbnf/sq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/sr.txt b/chromium/third_party/icu/source/data/rbnf/sr.txt
index 9a3d79d53c0..4ed08eef6c6 100644
--- a/chromium/third_party/icu/source/data/rbnf/sr.txt
+++ b/chromium/third_party/icu/source/data/rbnf/sr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/sr_Latn.txt b/chromium/third_party/icu/source/data/rbnf/sr_Latn.txt
index de7144ae95e..606ff951c9b 100644
--- a/chromium/third_party/icu/source/data/rbnf/sr_Latn.txt
+++ b/chromium/third_party/icu/source/data/rbnf/sr_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/sv.txt b/chromium/third_party/icu/source/data/rbnf/sv.txt
index 319b4e2e81c..d7063c71fc7 100644
--- a/chromium/third_party/icu/source/data/rbnf/sv.txt
+++ b/chromium/third_party/icu/source/data/rbnf/sv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/ta.txt b/chromium/third_party/icu/source/data/rbnf/ta.txt
index 5aa98423191..76349a599ab 100644
--- a/chromium/third_party/icu/source/data/rbnf/ta.txt
+++ b/chromium/third_party/icu/source/data/rbnf/ta.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/th.txt b/chromium/third_party/icu/source/data/rbnf/th.txt
index f75ed980c39..98cc7c47708 100644
--- a/chromium/third_party/icu/source/data/rbnf/th.txt
+++ b/chromium/third_party/icu/source/data/rbnf/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/tr.txt b/chromium/third_party/icu/source/data/rbnf/tr.txt
index 5c6a90879a5..944f99817d7 100644
--- a/chromium/third_party/icu/source/data/rbnf/tr.txt
+++ b/chromium/third_party/icu/source/data/rbnf/tr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/uk.txt b/chromium/third_party/icu/source/data/rbnf/uk.txt
index 3ba48d4c851..e2e72f6fb95 100644
--- a/chromium/third_party/icu/source/data/rbnf/uk.txt
+++ b/chromium/third_party/icu/source/data/rbnf/uk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/vi.txt b/chromium/third_party/icu/source/data/rbnf/vi.txt
index 367c2b63d5c..c2fbb448319 100644
--- a/chromium/third_party/icu/source/data/rbnf/vi.txt
+++ b/chromium/third_party/icu/source/data/rbnf/vi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/zh.txt b/chromium/third_party/icu/source/data/rbnf/zh.txt
index b49eb30fe36..740bd4615f4 100644
--- a/chromium/third_party/icu/source/data/rbnf/zh.txt
+++ b/chromium/third_party/icu/source/data/rbnf/zh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/rbnf/zh_Hant.txt b/chromium/third_party/icu/source/data/rbnf/zh_Hant.txt
index a8b5cc9e2db..140e98ea41c 100644
--- a/chromium/third_party/icu/source/data/rbnf/zh_Hant.txt
+++ b/chromium/third_party/icu/source/data/rbnf/zh_Hant.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/af.txt b/chromium/third_party/icu/source/data/region/af.txt
index 31d5d4c7495..1e4952fbfc9 100644
--- a/chromium/third_party/icu/source/data/region/af.txt
+++ b/chromium/third_party/icu/source/data/region/af.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ak.txt b/chromium/third_party/icu/source/data/region/ak.txt
index e538b231f34..a8ec6bf2846 100644
--- a/chromium/third_party/icu/source/data/region/ak.txt
+++ b/chromium/third_party/icu/source/data/region/ak.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/am.txt b/chromium/third_party/icu/source/data/region/am.txt
index 5af166ee71f..a1509f4ffba 100644
--- a/chromium/third_party/icu/source/data/region/am.txt
+++ b/chromium/third_party/icu/source/data/region/am.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ar.txt b/chromium/third_party/icu/source/data/region/ar.txt
index 857cad606b9..67b4a10d51b 100644
--- a/chromium/third_party/icu/source/data/region/ar.txt
+++ b/chromium/third_party/icu/source/data/region/ar.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/as.txt b/chromium/third_party/icu/source/data/region/as.txt
index 495973aa5fb..2d9f746554d 100644
--- a/chromium/third_party/icu/source/data/region/as.txt
+++ b/chromium/third_party/icu/source/data/region/as.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/asa.txt b/chromium/third_party/icu/source/data/region/asa.txt
index 371c8eaaf4d..aafaf22311d 100644
--- a/chromium/third_party/icu/source/data/region/asa.txt
+++ b/chromium/third_party/icu/source/data/region/asa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/az.txt b/chromium/third_party/icu/source/data/region/az.txt
index 947d77090c1..d00355ee0b4 100644
--- a/chromium/third_party/icu/source/data/region/az.txt
+++ b/chromium/third_party/icu/source/data/region/az.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/az_AZ.txt b/chromium/third_party/icu/source/data/region/az_AZ.txt
index b478c019e3d..a6896130aae 100644
--- a/chromium/third_party/icu/source/data/region/az_AZ.txt
+++ b/chromium/third_party/icu/source/data/region/az_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/az_Cyrl.txt b/chromium/third_party/icu/source/data/region/az_Cyrl.txt
index 4a8b5b7e8f8..9ee07b0898f 100644
--- a/chromium/third_party/icu/source/data/region/az_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/region/az_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/az_Latn.txt b/chromium/third_party/icu/source/data/region/az_Latn.txt
index 98da326e2e3..511581591cf 100644
--- a/chromium/third_party/icu/source/data/region/az_Latn.txt
+++ b/chromium/third_party/icu/source/data/region/az_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/az_Latn_AZ.txt b/chromium/third_party/icu/source/data/region/az_Latn_AZ.txt
index 9f079fc6036..66777b050f4 100644
--- a/chromium/third_party/icu/source/data/region/az_Latn_AZ.txt
+++ b/chromium/third_party/icu/source/data/region/az_Latn_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/be.txt b/chromium/third_party/icu/source/data/region/be.txt
index c83d2ee3108..5992de846cf 100644
--- a/chromium/third_party/icu/source/data/region/be.txt
+++ b/chromium/third_party/icu/source/data/region/be.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/bem.txt b/chromium/third_party/icu/source/data/region/bem.txt
index 5de0ff4ae94..d009d9886be 100644
--- a/chromium/third_party/icu/source/data/region/bem.txt
+++ b/chromium/third_party/icu/source/data/region/bem.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/bez.txt b/chromium/third_party/icu/source/data/region/bez.txt
index 34cb8afde47..082d29c5fc0 100644
--- a/chromium/third_party/icu/source/data/region/bez.txt
+++ b/chromium/third_party/icu/source/data/region/bez.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/bg.txt b/chromium/third_party/icu/source/data/region/bg.txt
index 1695da4fbeb..397f934e132 100644
--- a/chromium/third_party/icu/source/data/region/bg.txt
+++ b/chromium/third_party/icu/source/data/region/bg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/bm.txt b/chromium/third_party/icu/source/data/region/bm.txt
index 3389a357007..34f4d4d5d83 100644
--- a/chromium/third_party/icu/source/data/region/bm.txt
+++ b/chromium/third_party/icu/source/data/region/bm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/bn.txt b/chromium/third_party/icu/source/data/region/bn.txt
index 2fd754252f5..378c13e5601 100644
--- a/chromium/third_party/icu/source/data/region/bn.txt
+++ b/chromium/third_party/icu/source/data/region/bn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/bo.txt b/chromium/third_party/icu/source/data/region/bo.txt
index aa61e8a0f29..112dc15bd7f 100644
--- a/chromium/third_party/icu/source/data/region/bo.txt
+++ b/chromium/third_party/icu/source/data/region/bo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/bs.txt b/chromium/third_party/icu/source/data/region/bs.txt
index f74159fe00d..753108cdc5e 100644
--- a/chromium/third_party/icu/source/data/region/bs.txt
+++ b/chromium/third_party/icu/source/data/region/bs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ca.txt b/chromium/third_party/icu/source/data/region/ca.txt
index 8338857174f..3275df28cb1 100644
--- a/chromium/third_party/icu/source/data/region/ca.txt
+++ b/chromium/third_party/icu/source/data/region/ca.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/cgg.txt b/chromium/third_party/icu/source/data/region/cgg.txt
index 33215dcbfcc..c24858c315d 100644
--- a/chromium/third_party/icu/source/data/region/cgg.txt
+++ b/chromium/third_party/icu/source/data/region/cgg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/chr.txt b/chromium/third_party/icu/source/data/region/chr.txt
index 6527c24b9ed..dbf24cc8dd4 100644
--- a/chromium/third_party/icu/source/data/region/chr.txt
+++ b/chromium/third_party/icu/source/data/region/chr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/cs.txt b/chromium/third_party/icu/source/data/region/cs.txt
index 9acdd89aad9..98e44f2704c 100644
--- a/chromium/third_party/icu/source/data/region/cs.txt
+++ b/chromium/third_party/icu/source/data/region/cs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/cy.txt b/chromium/third_party/icu/source/data/region/cy.txt
index 3758f3f38c6..ae77b394c32 100644
--- a/chromium/third_party/icu/source/data/region/cy.txt
+++ b/chromium/third_party/icu/source/data/region/cy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/da.txt b/chromium/third_party/icu/source/data/region/da.txt
index fd65bc8c940..c53b6fb8a57 100644
--- a/chromium/third_party/icu/source/data/region/da.txt
+++ b/chromium/third_party/icu/source/data/region/da.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/dav.txt b/chromium/third_party/icu/source/data/region/dav.txt
index 66310c511af..fa61e9c9748 100644
--- a/chromium/third_party/icu/source/data/region/dav.txt
+++ b/chromium/third_party/icu/source/data/region/dav.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/de.txt b/chromium/third_party/icu/source/data/region/de.txt
index 18b3849a25d..ad277ef722a 100644
--- a/chromium/third_party/icu/source/data/region/de.txt
+++ b/chromium/third_party/icu/source/data/region/de.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/de_CH.txt b/chromium/third_party/icu/source/data/region/de_CH.txt
index 6dd5c4270a5..387983a1ded 100644
--- a/chromium/third_party/icu/source/data/region/de_CH.txt
+++ b/chromium/third_party/icu/source/data/region/de_CH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ebu.txt b/chromium/third_party/icu/source/data/region/ebu.txt
index 2f696dbff22..980a4938c28 100644
--- a/chromium/third_party/icu/source/data/region/ebu.txt
+++ b/chromium/third_party/icu/source/data/region/ebu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ee.txt b/chromium/third_party/icu/source/data/region/ee.txt
index 1e44ca9cfce..ace3954ea46 100644
--- a/chromium/third_party/icu/source/data/region/ee.txt
+++ b/chromium/third_party/icu/source/data/region/ee.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/el.txt b/chromium/third_party/icu/source/data/region/el.txt
index c91efd24228..d43422802cf 100644
--- a/chromium/third_party/icu/source/data/region/el.txt
+++ b/chromium/third_party/icu/source/data/region/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/en.txt b/chromium/third_party/icu/source/data/region/en.txt
index 6939ae79a89..c4090fb324a 100644
--- a/chromium/third_party/icu/source/data/region/en.txt
+++ b/chromium/third_party/icu/source/data/region/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/en_RH.txt b/chromium/third_party/icu/source/data/region/en_RH.txt
index d38afa5722a..0b3ed79a235 100644
--- a/chromium/third_party/icu/source/data/region/en_RH.txt
+++ b/chromium/third_party/icu/source/data/region/en_RH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/en_ZW.txt b/chromium/third_party/icu/source/data/region/en_ZW.txt
index e008a2c354a..a0f005707eb 100644
--- a/chromium/third_party/icu/source/data/region/en_ZW.txt
+++ b/chromium/third_party/icu/source/data/region/en_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/eo.txt b/chromium/third_party/icu/source/data/region/eo.txt
index e9e11d2aa1c..70ef2f47167 100644
--- a/chromium/third_party/icu/source/data/region/eo.txt
+++ b/chromium/third_party/icu/source/data/region/eo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/es.txt b/chromium/third_party/icu/source/data/region/es.txt
index 13726a75ba3..a712ea591e2 100644
--- a/chromium/third_party/icu/source/data/region/es.txt
+++ b/chromium/third_party/icu/source/data/region/es.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/es_CL.txt b/chromium/third_party/icu/source/data/region/es_CL.txt
index 296a1bc8e68..80671f0ee04 100644
--- a/chromium/third_party/icu/source/data/region/es_CL.txt
+++ b/chromium/third_party/icu/source/data/region/es_CL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/et.txt b/chromium/third_party/icu/source/data/region/et.txt
index 03c5163a85f..990829566fb 100644
--- a/chromium/third_party/icu/source/data/region/et.txt
+++ b/chromium/third_party/icu/source/data/region/et.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/eu.txt b/chromium/third_party/icu/source/data/region/eu.txt
index 4536d433516..50cc99aef24 100644
--- a/chromium/third_party/icu/source/data/region/eu.txt
+++ b/chromium/third_party/icu/source/data/region/eu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/fa.txt b/chromium/third_party/icu/source/data/region/fa.txt
index 273fc33001f..a949fffe471 100644
--- a/chromium/third_party/icu/source/data/region/fa.txt
+++ b/chromium/third_party/icu/source/data/region/fa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/fa_AF.txt b/chromium/third_party/icu/source/data/region/fa_AF.txt
index 0a6b10aa28c..ec802d1be9a 100644
--- a/chromium/third_party/icu/source/data/region/fa_AF.txt
+++ b/chromium/third_party/icu/source/data/region/fa_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ff.txt b/chromium/third_party/icu/source/data/region/ff.txt
index 4119871ed71..9d28ea44428 100644
--- a/chromium/third_party/icu/source/data/region/ff.txt
+++ b/chromium/third_party/icu/source/data/region/ff.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/fi.txt b/chromium/third_party/icu/source/data/region/fi.txt
index 01c1ace79ba..0a7f4db26df 100644
--- a/chromium/third_party/icu/source/data/region/fi.txt
+++ b/chromium/third_party/icu/source/data/region/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/fil.txt b/chromium/third_party/icu/source/data/region/fil.txt
index a1c8dc1afad..8799be2a40f 100644
--- a/chromium/third_party/icu/source/data/region/fil.txt
+++ b/chromium/third_party/icu/source/data/region/fil.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/fil_PH.txt b/chromium/third_party/icu/source/data/region/fil_PH.txt
index 5d0b43ca410..90fd6ef399e 100644
--- a/chromium/third_party/icu/source/data/region/fil_PH.txt
+++ b/chromium/third_party/icu/source/data/region/fil_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/fo.txt b/chromium/third_party/icu/source/data/region/fo.txt
index 813da5ab458..3c03cd26068 100644
--- a/chromium/third_party/icu/source/data/region/fo.txt
+++ b/chromium/third_party/icu/source/data/region/fo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/fr.txt b/chromium/third_party/icu/source/data/region/fr.txt
index b1e909ce9ad..f54003e21fc 100644
--- a/chromium/third_party/icu/source/data/region/fr.txt
+++ b/chromium/third_party/icu/source/data/region/fr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ga.txt b/chromium/third_party/icu/source/data/region/ga.txt
index edea06115c7..95615865c25 100644
--- a/chromium/third_party/icu/source/data/region/ga.txt
+++ b/chromium/third_party/icu/source/data/region/ga.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/gl.txt b/chromium/third_party/icu/source/data/region/gl.txt
index d4fda932ded..91acf748c01 100644
--- a/chromium/third_party/icu/source/data/region/gl.txt
+++ b/chromium/third_party/icu/source/data/region/gl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/gsw.txt b/chromium/third_party/icu/source/data/region/gsw.txt
index 885eab01ea6..6d3363b821c 100644
--- a/chromium/third_party/icu/source/data/region/gsw.txt
+++ b/chromium/third_party/icu/source/data/region/gsw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/gu.txt b/chromium/third_party/icu/source/data/region/gu.txt
index b54ed8e71ba..e63f7ad0142 100644
--- a/chromium/third_party/icu/source/data/region/gu.txt
+++ b/chromium/third_party/icu/source/data/region/gu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/guz.txt b/chromium/third_party/icu/source/data/region/guz.txt
index 2a4bbf3c06d..bf9d676dddc 100644
--- a/chromium/third_party/icu/source/data/region/guz.txt
+++ b/chromium/third_party/icu/source/data/region/guz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/gv.txt b/chromium/third_party/icu/source/data/region/gv.txt
index c6a06278c6b..e0540a29438 100644
--- a/chromium/third_party/icu/source/data/region/gv.txt
+++ b/chromium/third_party/icu/source/data/region/gv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha.txt b/chromium/third_party/icu/source/data/region/ha.txt
index 0d2d847cedd..27dc0ca6d56 100644
--- a/chromium/third_party/icu/source/data/region/ha.txt
+++ b/chromium/third_party/icu/source/data/region/ha.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha_GH.txt b/chromium/third_party/icu/source/data/region/ha_GH.txt
index 4157039e1db..bb61aeac8a0 100644
--- a/chromium/third_party/icu/source/data/region/ha_GH.txt
+++ b/chromium/third_party/icu/source/data/region/ha_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha_Latn.txt b/chromium/third_party/icu/source/data/region/ha_Latn.txt
index c1936cbfda6..70117d0c36b 100644
--- a/chromium/third_party/icu/source/data/region/ha_Latn.txt
+++ b/chromium/third_party/icu/source/data/region/ha_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha_Latn_GH.txt b/chromium/third_party/icu/source/data/region/ha_Latn_GH.txt
index 8edc43a56b9..f6953348e89 100644
--- a/chromium/third_party/icu/source/data/region/ha_Latn_GH.txt
+++ b/chromium/third_party/icu/source/data/region/ha_Latn_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha_Latn_NE.txt b/chromium/third_party/icu/source/data/region/ha_Latn_NE.txt
index bb40882b0d3..d8aa7852983 100644
--- a/chromium/third_party/icu/source/data/region/ha_Latn_NE.txt
+++ b/chromium/third_party/icu/source/data/region/ha_Latn_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha_Latn_NG.txt b/chromium/third_party/icu/source/data/region/ha_Latn_NG.txt
index 4b580dc8bdf..18a74544a87 100644
--- a/chromium/third_party/icu/source/data/region/ha_Latn_NG.txt
+++ b/chromium/third_party/icu/source/data/region/ha_Latn_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha_NE.txt b/chromium/third_party/icu/source/data/region/ha_NE.txt
index c0462df7357..a13635251a5 100644
--- a/chromium/third_party/icu/source/data/region/ha_NE.txt
+++ b/chromium/third_party/icu/source/data/region/ha_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ha_NG.txt b/chromium/third_party/icu/source/data/region/ha_NG.txt
index f94c8c125e9..15ef96a20cc 100644
--- a/chromium/third_party/icu/source/data/region/ha_NG.txt
+++ b/chromium/third_party/icu/source/data/region/ha_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/haw.txt b/chromium/third_party/icu/source/data/region/haw.txt
index ef003a43bf5..984cdb78ae7 100644
--- a/chromium/third_party/icu/source/data/region/haw.txt
+++ b/chromium/third_party/icu/source/data/region/haw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/he.txt b/chromium/third_party/icu/source/data/region/he.txt
index db3297c676a..8bfb8ddd2be 100644
--- a/chromium/third_party/icu/source/data/region/he.txt
+++ b/chromium/third_party/icu/source/data/region/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/he_IL.txt b/chromium/third_party/icu/source/data/region/he_IL.txt
index a563fbf0fb4..bbaca24bfcd 100644
--- a/chromium/third_party/icu/source/data/region/he_IL.txt
+++ b/chromium/third_party/icu/source/data/region/he_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/hi.txt b/chromium/third_party/icu/source/data/region/hi.txt
index 903d6ed9868..00ab4c8d6b4 100644
--- a/chromium/third_party/icu/source/data/region/hi.txt
+++ b/chromium/third_party/icu/source/data/region/hi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/hr.txt b/chromium/third_party/icu/source/data/region/hr.txt
index 1a0db6f5c09..7747934fc38 100644
--- a/chromium/third_party/icu/source/data/region/hr.txt
+++ b/chromium/third_party/icu/source/data/region/hr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/hu.txt b/chromium/third_party/icu/source/data/region/hu.txt
index 9e03f157866..68ab4f47502 100644
--- a/chromium/third_party/icu/source/data/region/hu.txt
+++ b/chromium/third_party/icu/source/data/region/hu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/hy.txt b/chromium/third_party/icu/source/data/region/hy.txt
index 4b6c4943e19..8044f143ed1 100644
--- a/chromium/third_party/icu/source/data/region/hy.txt
+++ b/chromium/third_party/icu/source/data/region/hy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/id.txt b/chromium/third_party/icu/source/data/region/id.txt
index 201df21a5d7..66fb77cca86 100644
--- a/chromium/third_party/icu/source/data/region/id.txt
+++ b/chromium/third_party/icu/source/data/region/id.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/id_ID.txt b/chromium/third_party/icu/source/data/region/id_ID.txt
index 0dfbf33ce8a..6f46f3d6bef 100644
--- a/chromium/third_party/icu/source/data/region/id_ID.txt
+++ b/chromium/third_party/icu/source/data/region/id_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ig.txt b/chromium/third_party/icu/source/data/region/ig.txt
index d06c55d639d..7478d224d10 100644
--- a/chromium/third_party/icu/source/data/region/ig.txt
+++ b/chromium/third_party/icu/source/data/region/ig.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ii.txt b/chromium/third_party/icu/source/data/region/ii.txt
index 410f9f68dd2..ecbe49c1a07 100644
--- a/chromium/third_party/icu/source/data/region/ii.txt
+++ b/chromium/third_party/icu/source/data/region/ii.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/in.txt b/chromium/third_party/icu/source/data/region/in.txt
index 61b30d727f6..aa1633f6fdd 100644
--- a/chromium/third_party/icu/source/data/region/in.txt
+++ b/chromium/third_party/icu/source/data/region/in.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/in_ID.txt b/chromium/third_party/icu/source/data/region/in_ID.txt
index 3345520acb1..daa7cd0dfef 100644
--- a/chromium/third_party/icu/source/data/region/in_ID.txt
+++ b/chromium/third_party/icu/source/data/region/in_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/is.txt b/chromium/third_party/icu/source/data/region/is.txt
index b00fa71d89e..b833371a53a 100644
--- a/chromium/third_party/icu/source/data/region/is.txt
+++ b/chromium/third_party/icu/source/data/region/is.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/it.txt b/chromium/third_party/icu/source/data/region/it.txt
index 2df0e1e0134..07aed78af52 100644
--- a/chromium/third_party/icu/source/data/region/it.txt
+++ b/chromium/third_party/icu/source/data/region/it.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/iw.txt b/chromium/third_party/icu/source/data/region/iw.txt
index 343433da8a2..948bdda04ac 100644
--- a/chromium/third_party/icu/source/data/region/iw.txt
+++ b/chromium/third_party/icu/source/data/region/iw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/iw_IL.txt b/chromium/third_party/icu/source/data/region/iw_IL.txt
index 7fbbe53be73..bc467350b58 100644
--- a/chromium/third_party/icu/source/data/region/iw_IL.txt
+++ b/chromium/third_party/icu/source/data/region/iw_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ja.txt b/chromium/third_party/icu/source/data/region/ja.txt
index 62b5210ae6a..4b59d645ef6 100644
--- a/chromium/third_party/icu/source/data/region/ja.txt
+++ b/chromium/third_party/icu/source/data/region/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ja_JP.txt b/chromium/third_party/icu/source/data/region/ja_JP.txt
index 0658922eca5..0b251c0d340 100644
--- a/chromium/third_party/icu/source/data/region/ja_JP.txt
+++ b/chromium/third_party/icu/source/data/region/ja_JP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ja_JP_TRADITIONAL.txt b/chromium/third_party/icu/source/data/region/ja_JP_TRADITIONAL.txt
index 63aeb0c69d6..a0d8d37af45 100644
--- a/chromium/third_party/icu/source/data/region/ja_JP_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/region/ja_JP_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/jmc.txt b/chromium/third_party/icu/source/data/region/jmc.txt
index bcbd9f7730d..7ac841cbf9a 100644
--- a/chromium/third_party/icu/source/data/region/jmc.txt
+++ b/chromium/third_party/icu/source/data/region/jmc.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ka.txt b/chromium/third_party/icu/source/data/region/ka.txt
index ac30b0ca153..b58d682f98e 100644
--- a/chromium/third_party/icu/source/data/region/ka.txt
+++ b/chromium/third_party/icu/source/data/region/ka.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kab.txt b/chromium/third_party/icu/source/data/region/kab.txt
index 73ce4d0b840..41557a668a3 100644
--- a/chromium/third_party/icu/source/data/region/kab.txt
+++ b/chromium/third_party/icu/source/data/region/kab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kam.txt b/chromium/third_party/icu/source/data/region/kam.txt
index 987fdd5d049..e76c4ee2d43 100644
--- a/chromium/third_party/icu/source/data/region/kam.txt
+++ b/chromium/third_party/icu/source/data/region/kam.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kde.txt b/chromium/third_party/icu/source/data/region/kde.txt
index 18dc0de9f7b..60cf8fee9c0 100644
--- a/chromium/third_party/icu/source/data/region/kde.txt
+++ b/chromium/third_party/icu/source/data/region/kde.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kea.txt b/chromium/third_party/icu/source/data/region/kea.txt
index 641ecd33fbd..3c2417e7456 100644
--- a/chromium/third_party/icu/source/data/region/kea.txt
+++ b/chromium/third_party/icu/source/data/region/kea.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/khq.txt b/chromium/third_party/icu/source/data/region/khq.txt
index 506b9732fbc..ad407858902 100644
--- a/chromium/third_party/icu/source/data/region/khq.txt
+++ b/chromium/third_party/icu/source/data/region/khq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ki.txt b/chromium/third_party/icu/source/data/region/ki.txt
index 5b195bfffe4..e6b5a05de8a 100644
--- a/chromium/third_party/icu/source/data/region/ki.txt
+++ b/chromium/third_party/icu/source/data/region/ki.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kk.txt b/chromium/third_party/icu/source/data/region/kk.txt
index 672f87f21e6..7d10f2ff632 100644
--- a/chromium/third_party/icu/source/data/region/kk.txt
+++ b/chromium/third_party/icu/source/data/region/kk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kk_Cyrl.txt b/chromium/third_party/icu/source/data/region/kk_Cyrl.txt
index 690d8e02e4f..ee4c5941347 100644
--- a/chromium/third_party/icu/source/data/region/kk_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/region/kk_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kk_Cyrl_KZ.txt b/chromium/third_party/icu/source/data/region/kk_Cyrl_KZ.txt
index 371d161d679..91960025f0c 100644
--- a/chromium/third_party/icu/source/data/region/kk_Cyrl_KZ.txt
+++ b/chromium/third_party/icu/source/data/region/kk_Cyrl_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kk_KZ.txt b/chromium/third_party/icu/source/data/region/kk_KZ.txt
index 99a0861e733..9455f3e924d 100644
--- a/chromium/third_party/icu/source/data/region/kk_KZ.txt
+++ b/chromium/third_party/icu/source/data/region/kk_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kl.txt b/chromium/third_party/icu/source/data/region/kl.txt
index f90a19b0a59..4961ee8cbac 100644
--- a/chromium/third_party/icu/source/data/region/kl.txt
+++ b/chromium/third_party/icu/source/data/region/kl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kln.txt b/chromium/third_party/icu/source/data/region/kln.txt
index b995ab87e45..9ebcddf7603 100644
--- a/chromium/third_party/icu/source/data/region/kln.txt
+++ b/chromium/third_party/icu/source/data/region/kln.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/km.txt b/chromium/third_party/icu/source/data/region/km.txt
index 1c4694c6415..a48667c5470 100644
--- a/chromium/third_party/icu/source/data/region/km.txt
+++ b/chromium/third_party/icu/source/data/region/km.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kn.txt b/chromium/third_party/icu/source/data/region/kn.txt
index 6257205f66f..2786203f8f4 100644
--- a/chromium/third_party/icu/source/data/region/kn.txt
+++ b/chromium/third_party/icu/source/data/region/kn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ko.txt b/chromium/third_party/icu/source/data/region/ko.txt
index 5b034bd9640..5ae5f4006b9 100644
--- a/chromium/third_party/icu/source/data/region/ko.txt
+++ b/chromium/third_party/icu/source/data/region/ko.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kok.txt b/chromium/third_party/icu/source/data/region/kok.txt
index befd9652859..a327b6978e2 100644
--- a/chromium/third_party/icu/source/data/region/kok.txt
+++ b/chromium/third_party/icu/source/data/region/kok.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/kw.txt b/chromium/third_party/icu/source/data/region/kw.txt
index 537a00b0c43..0e7e2b1339d 100644
--- a/chromium/third_party/icu/source/data/region/kw.txt
+++ b/chromium/third_party/icu/source/data/region/kw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/lag.txt b/chromium/third_party/icu/source/data/region/lag.txt
index caa1302283b..0d094864618 100644
--- a/chromium/third_party/icu/source/data/region/lag.txt
+++ b/chromium/third_party/icu/source/data/region/lag.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/lg.txt b/chromium/third_party/icu/source/data/region/lg.txt
index 7b8b14b8d49..dc5fed4d969 100644
--- a/chromium/third_party/icu/source/data/region/lg.txt
+++ b/chromium/third_party/icu/source/data/region/lg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/lt.txt b/chromium/third_party/icu/source/data/region/lt.txt
index 78a000ac5a4..a59dd3c6b20 100644
--- a/chromium/third_party/icu/source/data/region/lt.txt
+++ b/chromium/third_party/icu/source/data/region/lt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/luo.txt b/chromium/third_party/icu/source/data/region/luo.txt
index 6280362d4db..4b23661c142 100644
--- a/chromium/third_party/icu/source/data/region/luo.txt
+++ b/chromium/third_party/icu/source/data/region/luo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/luy.txt b/chromium/third_party/icu/source/data/region/luy.txt
index d9b3d4da194..d52f711d8d3 100644
--- a/chromium/third_party/icu/source/data/region/luy.txt
+++ b/chromium/third_party/icu/source/data/region/luy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/lv.txt b/chromium/third_party/icu/source/data/region/lv.txt
index 6600787ec70..f971327aec7 100644
--- a/chromium/third_party/icu/source/data/region/lv.txt
+++ b/chromium/third_party/icu/source/data/region/lv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mas.txt b/chromium/third_party/icu/source/data/region/mas.txt
index 1b3ddfa6e44..8adb5cfdf76 100644
--- a/chromium/third_party/icu/source/data/region/mas.txt
+++ b/chromium/third_party/icu/source/data/region/mas.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mer.txt b/chromium/third_party/icu/source/data/region/mer.txt
index e506d56e59e..aabe598b49d 100644
--- a/chromium/third_party/icu/source/data/region/mer.txt
+++ b/chromium/third_party/icu/source/data/region/mer.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mfe.txt b/chromium/third_party/icu/source/data/region/mfe.txt
index 2cc641df51b..76fbbfdb11d 100644
--- a/chromium/third_party/icu/source/data/region/mfe.txt
+++ b/chromium/third_party/icu/source/data/region/mfe.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mg.txt b/chromium/third_party/icu/source/data/region/mg.txt
index fc93173219c..e83f1ae6656 100644
--- a/chromium/third_party/icu/source/data/region/mg.txt
+++ b/chromium/third_party/icu/source/data/region/mg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mk.txt b/chromium/third_party/icu/source/data/region/mk.txt
index d576db97387..1ade0afac78 100644
--- a/chromium/third_party/icu/source/data/region/mk.txt
+++ b/chromium/third_party/icu/source/data/region/mk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ml.txt b/chromium/third_party/icu/source/data/region/ml.txt
index bdb522b78c7..bc5c7f3dc83 100644
--- a/chromium/third_party/icu/source/data/region/ml.txt
+++ b/chromium/third_party/icu/source/data/region/ml.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mo.txt b/chromium/third_party/icu/source/data/region/mo.txt
index 0139be8022c..23495025131 100644
--- a/chromium/third_party/icu/source/data/region/mo.txt
+++ b/chromium/third_party/icu/source/data/region/mo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mr.txt b/chromium/third_party/icu/source/data/region/mr.txt
index c52f8306cab..4f85c64056a 100644
--- a/chromium/third_party/icu/source/data/region/mr.txt
+++ b/chromium/third_party/icu/source/data/region/mr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ms.txt b/chromium/third_party/icu/source/data/region/ms.txt
index 5eecc235145..d11d0e52509 100644
--- a/chromium/third_party/icu/source/data/region/ms.txt
+++ b/chromium/third_party/icu/source/data/region/ms.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/mt.txt b/chromium/third_party/icu/source/data/region/mt.txt
index 1f17d43e089..df1cfbf0351 100644
--- a/chromium/third_party/icu/source/data/region/mt.txt
+++ b/chromium/third_party/icu/source/data/region/mt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/my.txt b/chromium/third_party/icu/source/data/region/my.txt
index 7396335ab7d..650c07a8edb 100644
--- a/chromium/third_party/icu/source/data/region/my.txt
+++ b/chromium/third_party/icu/source/data/region/my.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/naq.txt b/chromium/third_party/icu/source/data/region/naq.txt
index 10837fdb8eb..46f9af20047 100644
--- a/chromium/third_party/icu/source/data/region/naq.txt
+++ b/chromium/third_party/icu/source/data/region/naq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nb.txt b/chromium/third_party/icu/source/data/region/nb.txt
index ce465435cd6..ee4e5342f04 100644
--- a/chromium/third_party/icu/source/data/region/nb.txt
+++ b/chromium/third_party/icu/source/data/region/nb.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nb_NO.txt b/chromium/third_party/icu/source/data/region/nb_NO.txt
index 5f0d97e1158..e57bcbf5f8c 100644
--- a/chromium/third_party/icu/source/data/region/nb_NO.txt
+++ b/chromium/third_party/icu/source/data/region/nb_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nd.txt b/chromium/third_party/icu/source/data/region/nd.txt
index 690a56f6a37..1fc4693ea64 100644
--- a/chromium/third_party/icu/source/data/region/nd.txt
+++ b/chromium/third_party/icu/source/data/region/nd.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ne.txt b/chromium/third_party/icu/source/data/region/ne.txt
index 91238cb30fb..1d998af93af 100644
--- a/chromium/third_party/icu/source/data/region/ne.txt
+++ b/chromium/third_party/icu/source/data/region/ne.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nl.txt b/chromium/third_party/icu/source/data/region/nl.txt
index 72c5ca26493..916e41600b9 100644
--- a/chromium/third_party/icu/source/data/region/nl.txt
+++ b/chromium/third_party/icu/source/data/region/nl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nl_BE.txt b/chromium/third_party/icu/source/data/region/nl_BE.txt
index 0b0cbae2ce0..153a59fe3e9 100644
--- a/chromium/third_party/icu/source/data/region/nl_BE.txt
+++ b/chromium/third_party/icu/source/data/region/nl_BE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nn.txt b/chromium/third_party/icu/source/data/region/nn.txt
index 89ca148db1b..f00f79e906b 100644
--- a/chromium/third_party/icu/source/data/region/nn.txt
+++ b/chromium/third_party/icu/source/data/region/nn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nn_NO.txt b/chromium/third_party/icu/source/data/region/nn_NO.txt
index 0d6ccfbb657..756c18773d7 100644
--- a/chromium/third_party/icu/source/data/region/nn_NO.txt
+++ b/chromium/third_party/icu/source/data/region/nn_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/no.txt b/chromium/third_party/icu/source/data/region/no.txt
index 3cad66b196f..c8cd44f5082 100644
--- a/chromium/third_party/icu/source/data/region/no.txt
+++ b/chromium/third_party/icu/source/data/region/no.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/no_NO.txt b/chromium/third_party/icu/source/data/region/no_NO.txt
index d4a0fe37215..d482b8e8fa7 100644
--- a/chromium/third_party/icu/source/data/region/no_NO.txt
+++ b/chromium/third_party/icu/source/data/region/no_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/no_NO_NY.txt b/chromium/third_party/icu/source/data/region/no_NO_NY.txt
index 6c69850a275..a582afde467 100644
--- a/chromium/third_party/icu/source/data/region/no_NO_NY.txt
+++ b/chromium/third_party/icu/source/data/region/no_NO_NY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/nyn.txt b/chromium/third_party/icu/source/data/region/nyn.txt
index 46932655955..0645cc61a03 100644
--- a/chromium/third_party/icu/source/data/region/nyn.txt
+++ b/chromium/third_party/icu/source/data/region/nyn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/om.txt b/chromium/third_party/icu/source/data/region/om.txt
index 624e79b4515..11c5080608f 100644
--- a/chromium/third_party/icu/source/data/region/om.txt
+++ b/chromium/third_party/icu/source/data/region/om.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/or.txt b/chromium/third_party/icu/source/data/region/or.txt
index e89c179567f..9dacfad00c1 100644
--- a/chromium/third_party/icu/source/data/region/or.txt
+++ b/chromium/third_party/icu/source/data/region/or.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pa.txt b/chromium/third_party/icu/source/data/region/pa.txt
index f9ab34385fb..701e57e8072 100644
--- a/chromium/third_party/icu/source/data/region/pa.txt
+++ b/chromium/third_party/icu/source/data/region/pa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pa_Arab.txt b/chromium/third_party/icu/source/data/region/pa_Arab.txt
index 18ee158e312..51e45e225fb 100644
--- a/chromium/third_party/icu/source/data/region/pa_Arab.txt
+++ b/chromium/third_party/icu/source/data/region/pa_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pa_Arab_PK.txt b/chromium/third_party/icu/source/data/region/pa_Arab_PK.txt
index f1e5aae7277..d87ad492e44 100644
--- a/chromium/third_party/icu/source/data/region/pa_Arab_PK.txt
+++ b/chromium/third_party/icu/source/data/region/pa_Arab_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pa_Guru.txt b/chromium/third_party/icu/source/data/region/pa_Guru.txt
index ff573c63583..9bafe21b850 100644
--- a/chromium/third_party/icu/source/data/region/pa_Guru.txt
+++ b/chromium/third_party/icu/source/data/region/pa_Guru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pa_Guru_IN.txt b/chromium/third_party/icu/source/data/region/pa_Guru_IN.txt
index 52fc2b5a4f6..2d94e423b52 100644
--- a/chromium/third_party/icu/source/data/region/pa_Guru_IN.txt
+++ b/chromium/third_party/icu/source/data/region/pa_Guru_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pa_IN.txt b/chromium/third_party/icu/source/data/region/pa_IN.txt
index dbef05b7216..3115a43da40 100644
--- a/chromium/third_party/icu/source/data/region/pa_IN.txt
+++ b/chromium/third_party/icu/source/data/region/pa_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pa_PK.txt b/chromium/third_party/icu/source/data/region/pa_PK.txt
index 7552eb0afb0..c4045f1f2eb 100644
--- a/chromium/third_party/icu/source/data/region/pa_PK.txt
+++ b/chromium/third_party/icu/source/data/region/pa_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pl.txt b/chromium/third_party/icu/source/data/region/pl.txt
index f53ecce2632..9e0d1101c5b 100644
--- a/chromium/third_party/icu/source/data/region/pl.txt
+++ b/chromium/third_party/icu/source/data/region/pl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ps.txt b/chromium/third_party/icu/source/data/region/ps.txt
index 25ce0960a57..63f8e95ba22 100644
--- a/chromium/third_party/icu/source/data/region/ps.txt
+++ b/chromium/third_party/icu/source/data/region/ps.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pt.txt b/chromium/third_party/icu/source/data/region/pt.txt
index 01e88d389be..b26f25ff9a0 100644
--- a/chromium/third_party/icu/source/data/region/pt.txt
+++ b/chromium/third_party/icu/source/data/region/pt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/pt_PT.txt b/chromium/third_party/icu/source/data/region/pt_PT.txt
index e9f09c8509f..0145c803bc5 100644
--- a/chromium/third_party/icu/source/data/region/pt_PT.txt
+++ b/chromium/third_party/icu/source/data/region/pt_PT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/rm.txt b/chromium/third_party/icu/source/data/region/rm.txt
index e7d3c443dc5..91bb77dc021 100644
--- a/chromium/third_party/icu/source/data/region/rm.txt
+++ b/chromium/third_party/icu/source/data/region/rm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ro.txt b/chromium/third_party/icu/source/data/region/ro.txt
index a9688689947..eb1e6d52b9c 100644
--- a/chromium/third_party/icu/source/data/region/ro.txt
+++ b/chromium/third_party/icu/source/data/region/ro.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ro_MD.txt b/chromium/third_party/icu/source/data/region/ro_MD.txt
index 573571fdcbd..f5dd26dd788 100644
--- a/chromium/third_party/icu/source/data/region/ro_MD.txt
+++ b/chromium/third_party/icu/source/data/region/ro_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/rof.txt b/chromium/third_party/icu/source/data/region/rof.txt
index 331e0eef3ae..e22b526751b 100644
--- a/chromium/third_party/icu/source/data/region/rof.txt
+++ b/chromium/third_party/icu/source/data/region/rof.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/root.txt b/chromium/third_party/icu/source/data/region/root.txt
index 274d5be49c1..5b90d894458 100644
--- a/chromium/third_party/icu/source/data/region/root.txt
+++ b/chromium/third_party/icu/source/data/region/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ru.txt b/chromium/third_party/icu/source/data/region/ru.txt
index 6e9bcf6a806..4f8abde1bbb 100644
--- a/chromium/third_party/icu/source/data/region/ru.txt
+++ b/chromium/third_party/icu/source/data/region/ru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/rw.txt b/chromium/third_party/icu/source/data/region/rw.txt
index 5b87a444343..8578bbfb23c 100644
--- a/chromium/third_party/icu/source/data/region/rw.txt
+++ b/chromium/third_party/icu/source/data/region/rw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/rwk.txt b/chromium/third_party/icu/source/data/region/rwk.txt
index acc0a333116..39bb7c156c0 100644
--- a/chromium/third_party/icu/source/data/region/rwk.txt
+++ b/chromium/third_party/icu/source/data/region/rwk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/saq.txt b/chromium/third_party/icu/source/data/region/saq.txt
index f71de91b1b1..0928dd0b52d 100644
--- a/chromium/third_party/icu/source/data/region/saq.txt
+++ b/chromium/third_party/icu/source/data/region/saq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/seh.txt b/chromium/third_party/icu/source/data/region/seh.txt
index 8af29b09c81..9791a6c3cf7 100644
--- a/chromium/third_party/icu/source/data/region/seh.txt
+++ b/chromium/third_party/icu/source/data/region/seh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ses.txt b/chromium/third_party/icu/source/data/region/ses.txt
index e975c39bf17..2238127f8c9 100644
--- a/chromium/third_party/icu/source/data/region/ses.txt
+++ b/chromium/third_party/icu/source/data/region/ses.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sg.txt b/chromium/third_party/icu/source/data/region/sg.txt
index 1b4c1d77573..c006a06aae0 100644
--- a/chromium/third_party/icu/source/data/region/sg.txt
+++ b/chromium/third_party/icu/source/data/region/sg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sh.txt b/chromium/third_party/icu/source/data/region/sh.txt
index ccdafa1c2b8..aa4e9004623 100644
--- a/chromium/third_party/icu/source/data/region/sh.txt
+++ b/chromium/third_party/icu/source/data/region/sh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sh_BA.txt b/chromium/third_party/icu/source/data/region/sh_BA.txt
index 5432be2a437..1b797bf2f1d 100644
--- a/chromium/third_party/icu/source/data/region/sh_BA.txt
+++ b/chromium/third_party/icu/source/data/region/sh_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sh_CS.txt b/chromium/third_party/icu/source/data/region/sh_CS.txt
index acc8e18d396..3fa3a7c7798 100644
--- a/chromium/third_party/icu/source/data/region/sh_CS.txt
+++ b/chromium/third_party/icu/source/data/region/sh_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sh_YU.txt b/chromium/third_party/icu/source/data/region/sh_YU.txt
index 57d21fe61ea..ea8bd15e1df 100644
--- a/chromium/third_party/icu/source/data/region/sh_YU.txt
+++ b/chromium/third_party/icu/source/data/region/sh_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/shi.txt b/chromium/third_party/icu/source/data/region/shi.txt
index 0d9e5af26fc..c92fa326eec 100644
--- a/chromium/third_party/icu/source/data/region/shi.txt
+++ b/chromium/third_party/icu/source/data/region/shi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/shi_Latn.txt b/chromium/third_party/icu/source/data/region/shi_Latn.txt
index 99dd363ead3..785cb7a1d6e 100644
--- a/chromium/third_party/icu/source/data/region/shi_Latn.txt
+++ b/chromium/third_party/icu/source/data/region/shi_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/shi_Latn_MA.txt b/chromium/third_party/icu/source/data/region/shi_Latn_MA.txt
index 1489e310907..3e8daa7fdce 100644
--- a/chromium/third_party/icu/source/data/region/shi_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/region/shi_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/shi_MA.txt b/chromium/third_party/icu/source/data/region/shi_MA.txt
index 14a51a9d966..d43e1179bc8 100644
--- a/chromium/third_party/icu/source/data/region/shi_MA.txt
+++ b/chromium/third_party/icu/source/data/region/shi_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/shi_Tfng.txt b/chromium/third_party/icu/source/data/region/shi_Tfng.txt
index 8f00b675111..726c0ba5ac5 100644
--- a/chromium/third_party/icu/source/data/region/shi_Tfng.txt
+++ b/chromium/third_party/icu/source/data/region/shi_Tfng.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/si.txt b/chromium/third_party/icu/source/data/region/si.txt
index 3bbf5cb520f..8443baab91e 100644
--- a/chromium/third_party/icu/source/data/region/si.txt
+++ b/chromium/third_party/icu/source/data/region/si.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sk.txt b/chromium/third_party/icu/source/data/region/sk.txt
index d88ca6c9118..e5becf17034 100644
--- a/chromium/third_party/icu/source/data/region/sk.txt
+++ b/chromium/third_party/icu/source/data/region/sk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sl.txt b/chromium/third_party/icu/source/data/region/sl.txt
index 6593d256364..0e0713a0358 100644
--- a/chromium/third_party/icu/source/data/region/sl.txt
+++ b/chromium/third_party/icu/source/data/region/sl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sn.txt b/chromium/third_party/icu/source/data/region/sn.txt
index d2919d7b127..811122fd425 100644
--- a/chromium/third_party/icu/source/data/region/sn.txt
+++ b/chromium/third_party/icu/source/data/region/sn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/so.txt b/chromium/third_party/icu/source/data/region/so.txt
index 70e12b517ba..1b1fa9f0ce0 100644
--- a/chromium/third_party/icu/source/data/region/so.txt
+++ b/chromium/third_party/icu/source/data/region/so.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sq.txt b/chromium/third_party/icu/source/data/region/sq.txt
index 133f61d7a0e..73c4f51581a 100644
--- a/chromium/third_party/icu/source/data/region/sq.txt
+++ b/chromium/third_party/icu/source/data/region/sq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr.txt b/chromium/third_party/icu/source/data/region/sr.txt
index ec6bccee553..3c9783eaf85 100644
--- a/chromium/third_party/icu/source/data/region/sr.txt
+++ b/chromium/third_party/icu/source/data/region/sr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_BA.txt b/chromium/third_party/icu/source/data/region/sr_BA.txt
index db8f5efd607..ec7e3fbe61d 100644
--- a/chromium/third_party/icu/source/data/region/sr_BA.txt
+++ b/chromium/third_party/icu/source/data/region/sr_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_CS.txt b/chromium/third_party/icu/source/data/region/sr_CS.txt
index f05ad8effa1..d1a9bffffb7 100644
--- a/chromium/third_party/icu/source/data/region/sr_CS.txt
+++ b/chromium/third_party/icu/source/data/region/sr_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Cyrl.txt b/chromium/third_party/icu/source/data/region/sr_Cyrl.txt
index fea831765ed..49833f334ba 100644
--- a/chromium/third_party/icu/source/data/region/sr_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Cyrl_BA.txt b/chromium/third_party/icu/source/data/region/sr_Cyrl_BA.txt
index f2dcf321eeb..80e1e1a1ed0 100644
--- a/chromium/third_party/icu/source/data/region/sr_Cyrl_BA.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Cyrl_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Cyrl_CS.txt b/chromium/third_party/icu/source/data/region/sr_Cyrl_CS.txt
index 6a8dac22e1b..d9be60f5cc3 100644
--- a/chromium/third_party/icu/source/data/region/sr_Cyrl_CS.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Cyrl_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Cyrl_RS.txt b/chromium/third_party/icu/source/data/region/sr_Cyrl_RS.txt
index 93940c46c42..a82ca9cd4ac 100644
--- a/chromium/third_party/icu/source/data/region/sr_Cyrl_RS.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Cyrl_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Cyrl_YU.txt b/chromium/third_party/icu/source/data/region/sr_Cyrl_YU.txt
index 66c143d1a52..dd1a461e3df 100644
--- a/chromium/third_party/icu/source/data/region/sr_Cyrl_YU.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Cyrl_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Latn.txt b/chromium/third_party/icu/source/data/region/sr_Latn.txt
index 9326ebdf69c..4906fb345ef 100644
--- a/chromium/third_party/icu/source/data/region/sr_Latn.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Latn_BA.txt b/chromium/third_party/icu/source/data/region/sr_Latn_BA.txt
index c2fcc1b8aef..767b46e6b26 100644
--- a/chromium/third_party/icu/source/data/region/sr_Latn_BA.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Latn_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Latn_CS.txt b/chromium/third_party/icu/source/data/region/sr_Latn_CS.txt
index c63f9a0671d..400ae3f4666 100644
--- a/chromium/third_party/icu/source/data/region/sr_Latn_CS.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Latn_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Latn_ME.txt b/chromium/third_party/icu/source/data/region/sr_Latn_ME.txt
index 94576b12393..a2e52e8adb0 100644
--- a/chromium/third_party/icu/source/data/region/sr_Latn_ME.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Latn_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Latn_RS.txt b/chromium/third_party/icu/source/data/region/sr_Latn_RS.txt
index bed8c50288f..17878ffd0d1 100644
--- a/chromium/third_party/icu/source/data/region/sr_Latn_RS.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Latn_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_Latn_YU.txt b/chromium/third_party/icu/source/data/region/sr_Latn_YU.txt
index b810d8b8815..c6d91752f83 100644
--- a/chromium/third_party/icu/source/data/region/sr_Latn_YU.txt
+++ b/chromium/third_party/icu/source/data/region/sr_Latn_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_ME.txt b/chromium/third_party/icu/source/data/region/sr_ME.txt
index f5caa292760..80ba62f66f7 100644
--- a/chromium/third_party/icu/source/data/region/sr_ME.txt
+++ b/chromium/third_party/icu/source/data/region/sr_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_RS.txt b/chromium/third_party/icu/source/data/region/sr_RS.txt
index 06ef6a1ffdb..99dafdf152e 100644
--- a/chromium/third_party/icu/source/data/region/sr_RS.txt
+++ b/chromium/third_party/icu/source/data/region/sr_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sr_YU.txt b/chromium/third_party/icu/source/data/region/sr_YU.txt
index 2c66494575e..85da57469ce 100644
--- a/chromium/third_party/icu/source/data/region/sr_YU.txt
+++ b/chromium/third_party/icu/source/data/region/sr_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sv.txt b/chromium/third_party/icu/source/data/region/sv.txt
index a2833fc667b..84242345d70 100644
--- a/chromium/third_party/icu/source/data/region/sv.txt
+++ b/chromium/third_party/icu/source/data/region/sv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sv_FI.txt b/chromium/third_party/icu/source/data/region/sv_FI.txt
index b817444276f..a3f2b081d61 100644
--- a/chromium/third_party/icu/source/data/region/sv_FI.txt
+++ b/chromium/third_party/icu/source/data/region/sv_FI.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/sw.txt b/chromium/third_party/icu/source/data/region/sw.txt
index 1cc97961ae1..0c98849322c 100644
--- a/chromium/third_party/icu/source/data/region/sw.txt
+++ b/chromium/third_party/icu/source/data/region/sw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ta.txt b/chromium/third_party/icu/source/data/region/ta.txt
index 4cf021ae9c5..e7c179d3c93 100644
--- a/chromium/third_party/icu/source/data/region/ta.txt
+++ b/chromium/third_party/icu/source/data/region/ta.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/te.txt b/chromium/third_party/icu/source/data/region/te.txt
index 941390a7334..4bdb55715ba 100644
--- a/chromium/third_party/icu/source/data/region/te.txt
+++ b/chromium/third_party/icu/source/data/region/te.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/teo.txt b/chromium/third_party/icu/source/data/region/teo.txt
index 8159a3437b1..c6e215632d3 100644
--- a/chromium/third_party/icu/source/data/region/teo.txt
+++ b/chromium/third_party/icu/source/data/region/teo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/th.txt b/chromium/third_party/icu/source/data/region/th.txt
index ff71150f8c8..720331e4ee3 100644
--- a/chromium/third_party/icu/source/data/region/th.txt
+++ b/chromium/third_party/icu/source/data/region/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/th_TH.txt b/chromium/third_party/icu/source/data/region/th_TH.txt
index ab3c89b4f9e..42384e28116 100644
--- a/chromium/third_party/icu/source/data/region/th_TH.txt
+++ b/chromium/third_party/icu/source/data/region/th_TH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/th_TH_TRADITIONAL.txt b/chromium/third_party/icu/source/data/region/th_TH_TRADITIONAL.txt
index 843843b3390..a13f87f8774 100644
--- a/chromium/third_party/icu/source/data/region/th_TH_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/region/th_TH_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ti.txt b/chromium/third_party/icu/source/data/region/ti.txt
index 5f061cc6757..0e026d695b8 100644
--- a/chromium/third_party/icu/source/data/region/ti.txt
+++ b/chromium/third_party/icu/source/data/region/ti.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/tl.txt b/chromium/third_party/icu/source/data/region/tl.txt
index f2d22a99edc..d393371c970 100644
--- a/chromium/third_party/icu/source/data/region/tl.txt
+++ b/chromium/third_party/icu/source/data/region/tl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/tl_PH.txt b/chromium/third_party/icu/source/data/region/tl_PH.txt
index d8068f62e93..8a834380193 100644
--- a/chromium/third_party/icu/source/data/region/tl_PH.txt
+++ b/chromium/third_party/icu/source/data/region/tl_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/to.txt b/chromium/third_party/icu/source/data/region/to.txt
index 47c4e9081c5..a83538bb585 100644
--- a/chromium/third_party/icu/source/data/region/to.txt
+++ b/chromium/third_party/icu/source/data/region/to.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/tr.txt b/chromium/third_party/icu/source/data/region/tr.txt
index 40cb93dc5d8..aca026a515e 100644
--- a/chromium/third_party/icu/source/data/region/tr.txt
+++ b/chromium/third_party/icu/source/data/region/tr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/tzm.txt b/chromium/third_party/icu/source/data/region/tzm.txt
index ddbd38c039a..1719fc4f655 100644
--- a/chromium/third_party/icu/source/data/region/tzm.txt
+++ b/chromium/third_party/icu/source/data/region/tzm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/tzm_Latn.txt b/chromium/third_party/icu/source/data/region/tzm_Latn.txt
index 6a8b1bd268f..8c70621a44b 100644
--- a/chromium/third_party/icu/source/data/region/tzm_Latn.txt
+++ b/chromium/third_party/icu/source/data/region/tzm_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/tzm_Latn_MA.txt b/chromium/third_party/icu/source/data/region/tzm_Latn_MA.txt
index 6e5f2b7b67c..e4b3aae29ae 100644
--- a/chromium/third_party/icu/source/data/region/tzm_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/region/tzm_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/tzm_MA.txt b/chromium/third_party/icu/source/data/region/tzm_MA.txt
index a92148d3efc..8a4d156c604 100644
--- a/chromium/third_party/icu/source/data/region/tzm_MA.txt
+++ b/chromium/third_party/icu/source/data/region/tzm_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uk.txt b/chromium/third_party/icu/source/data/region/uk.txt
index 80c5622d70e..a925f1d795e 100644
--- a/chromium/third_party/icu/source/data/region/uk.txt
+++ b/chromium/third_party/icu/source/data/region/uk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/ur.txt b/chromium/third_party/icu/source/data/region/ur.txt
index b539e3c2e7b..8e217d2d3b1 100644
--- a/chromium/third_party/icu/source/data/region/ur.txt
+++ b/chromium/third_party/icu/source/data/region/ur.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz.txt b/chromium/third_party/icu/source/data/region/uz.txt
index d7356cd9055..03ccf96a570 100644
--- a/chromium/third_party/icu/source/data/region/uz.txt
+++ b/chromium/third_party/icu/source/data/region/uz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz_AF.txt b/chromium/third_party/icu/source/data/region/uz_AF.txt
index 9135c836cf5..c43731f7fa4 100644
--- a/chromium/third_party/icu/source/data/region/uz_AF.txt
+++ b/chromium/third_party/icu/source/data/region/uz_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz_Arab.txt b/chromium/third_party/icu/source/data/region/uz_Arab.txt
index e7d1c0dde33..2b29fab9b67 100644
--- a/chromium/third_party/icu/source/data/region/uz_Arab.txt
+++ b/chromium/third_party/icu/source/data/region/uz_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz_Arab_AF.txt b/chromium/third_party/icu/source/data/region/uz_Arab_AF.txt
index e30dc27272b..3d5b5eb7462 100644
--- a/chromium/third_party/icu/source/data/region/uz_Arab_AF.txt
+++ b/chromium/third_party/icu/source/data/region/uz_Arab_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz_Cyrl.txt b/chromium/third_party/icu/source/data/region/uz_Cyrl.txt
index 29a81452d27..6d5ff066c47 100644
--- a/chromium/third_party/icu/source/data/region/uz_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/region/uz_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz_Cyrl_UZ.txt b/chromium/third_party/icu/source/data/region/uz_Cyrl_UZ.txt
index 9dafe036333..4b24d314b29 100644
--- a/chromium/third_party/icu/source/data/region/uz_Cyrl_UZ.txt
+++ b/chromium/third_party/icu/source/data/region/uz_Cyrl_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz_Latn.txt b/chromium/third_party/icu/source/data/region/uz_Latn.txt
index a3949a9c813..63d785aafab 100644
--- a/chromium/third_party/icu/source/data/region/uz_Latn.txt
+++ b/chromium/third_party/icu/source/data/region/uz_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/uz_UZ.txt b/chromium/third_party/icu/source/data/region/uz_UZ.txt
index fcaadc4a76b..707f304c368 100644
--- a/chromium/third_party/icu/source/data/region/uz_UZ.txt
+++ b/chromium/third_party/icu/source/data/region/uz_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/vi.txt b/chromium/third_party/icu/source/data/region/vi.txt
index cee5f524438..4b3f479de7b 100644
--- a/chromium/third_party/icu/source/data/region/vi.txt
+++ b/chromium/third_party/icu/source/data/region/vi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/vun.txt b/chromium/third_party/icu/source/data/region/vun.txt
index 33a01971963..bc943737cdb 100644
--- a/chromium/third_party/icu/source/data/region/vun.txt
+++ b/chromium/third_party/icu/source/data/region/vun.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/xog.txt b/chromium/third_party/icu/source/data/region/xog.txt
index fa6c6c90a66..ad548dbd9f8 100644
--- a/chromium/third_party/icu/source/data/region/xog.txt
+++ b/chromium/third_party/icu/source/data/region/xog.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/yo.txt b/chromium/third_party/icu/source/data/region/yo.txt
index 2bb621fe8c7..e56a3e590e8 100644
--- a/chromium/third_party/icu/source/data/region/yo.txt
+++ b/chromium/third_party/icu/source/data/region/yo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh.txt b/chromium/third_party/icu/source/data/region/zh.txt
index e08f86c7750..82369f81b55 100644
--- a/chromium/third_party/icu/source/data/region/zh.txt
+++ b/chromium/third_party/icu/source/data/region/zh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_CN.txt b/chromium/third_party/icu/source/data/region/zh_CN.txt
index 5f9c9ee0e9e..cdf17f15726 100644
--- a/chromium/third_party/icu/source/data/region/zh_CN.txt
+++ b/chromium/third_party/icu/source/data/region/zh_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_HK.txt b/chromium/third_party/icu/source/data/region/zh_HK.txt
index 0db8a99abb5..78e6c2c3857 100644
--- a/chromium/third_party/icu/source/data/region/zh_HK.txt
+++ b/chromium/third_party/icu/source/data/region/zh_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_Hans.txt b/chromium/third_party/icu/source/data/region/zh_Hans.txt
index d9a1c6cc113..c5de7c10811 100644
--- a/chromium/third_party/icu/source/data/region/zh_Hans.txt
+++ b/chromium/third_party/icu/source/data/region/zh_Hans.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_Hans_CN.txt b/chromium/third_party/icu/source/data/region/zh_Hans_CN.txt
index ee809a10d29..5a262c2012b 100644
--- a/chromium/third_party/icu/source/data/region/zh_Hans_CN.txt
+++ b/chromium/third_party/icu/source/data/region/zh_Hans_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_Hans_SG.txt b/chromium/third_party/icu/source/data/region/zh_Hans_SG.txt
index 9b4d3e7e370..fcad1638a7f 100644
--- a/chromium/third_party/icu/source/data/region/zh_Hans_SG.txt
+++ b/chromium/third_party/icu/source/data/region/zh_Hans_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_Hant.txt b/chromium/third_party/icu/source/data/region/zh_Hant.txt
index b9f80f2a36d..d9030189f83 100644
--- a/chromium/third_party/icu/source/data/region/zh_Hant.txt
+++ b/chromium/third_party/icu/source/data/region/zh_Hant.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_Hant_HK.txt b/chromium/third_party/icu/source/data/region/zh_Hant_HK.txt
index 751e9593ae4..66360987bdd 100644
--- a/chromium/third_party/icu/source/data/region/zh_Hant_HK.txt
+++ b/chromium/third_party/icu/source/data/region/zh_Hant_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_Hant_MO.txt b/chromium/third_party/icu/source/data/region/zh_Hant_MO.txt
index 571af8debfc..1eb1ebd31bd 100644
--- a/chromium/third_party/icu/source/data/region/zh_Hant_MO.txt
+++ b/chromium/third_party/icu/source/data/region/zh_Hant_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_Hant_TW.txt b/chromium/third_party/icu/source/data/region/zh_Hant_TW.txt
index f00120ec991..9328f9a668f 100644
--- a/chromium/third_party/icu/source/data/region/zh_Hant_TW.txt
+++ b/chromium/third_party/icu/source/data/region/zh_Hant_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_MO.txt b/chromium/third_party/icu/source/data/region/zh_MO.txt
index 87e6b50f200..182447e37bf 100644
--- a/chromium/third_party/icu/source/data/region/zh_MO.txt
+++ b/chromium/third_party/icu/source/data/region/zh_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_SG.txt b/chromium/third_party/icu/source/data/region/zh_SG.txt
index 3b025136f7a..8ad0cb9fc67 100644
--- a/chromium/third_party/icu/source/data/region/zh_SG.txt
+++ b/chromium/third_party/icu/source/data/region/zh_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zh_TW.txt b/chromium/third_party/icu/source/data/region/zh_TW.txt
index 384df322c15..aaf5ad8845d 100644
--- a/chromium/third_party/icu/source/data/region/zh_TW.txt
+++ b/chromium/third_party/icu/source/data/region/zh_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/region/zu.txt b/chromium/third_party/icu/source/data/region/zu.txt
index 1051ccde03c..8bf3c4a37e4 100644
--- a/chromium/third_party/icu/source/data/region/zu.txt
+++ b/chromium/third_party/icu/source/data/region/zu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Amharic_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Amharic_Latin_BGN.txt
index 24a5af3b4a4..04fa9ebc27c 100644
--- a/chromium/third_party/icu/source/data/translit/Amharic_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Amharic_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Any_Accents.txt b/chromium/third_party/icu/source/data/translit/Any_Accents.txt
index 7fcf191e323..7897995f32d 100644
--- a/chromium/third_party/icu/source/data/translit/Any_Accents.txt
+++ b/chromium/third_party/icu/source/data/translit/Any_Accents.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Any_Publishing.txt b/chromium/third_party/icu/source/data/translit/Any_Publishing.txt
index 4843bb4aa8b..9ecf67967dd 100644
--- a/chromium/third_party/icu/source/data/translit/Any_Publishing.txt
+++ b/chromium/third_party/icu/source/data/translit/Any_Publishing.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Arabic_Latin.txt b/chromium/third_party/icu/source/data/translit/Arabic_Latin.txt
index 8e7b518a700..df886cf4b9b 100644
--- a/chromium/third_party/icu/source/data/translit/Arabic_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Arabic_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Arabic_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Arabic_Latin_BGN.txt
index a5530f84aa6..4110540411d 100644
--- a/chromium/third_party/icu/source/data/translit/Arabic_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Arabic_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Armenian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Armenian_Latin_BGN.txt
index 185832084c1..35335dbb823 100644
--- a/chromium/third_party/icu/source/data/translit/Armenian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Armenian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Azerbaijani_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Azerbaijani_Latin_BGN.txt
index f1d9d4c1f11..d9ab22f7ca0 100644
--- a/chromium/third_party/icu/source/data/translit/Azerbaijani_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Azerbaijani_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Belarusian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Belarusian_Latin_BGN.txt
index 49dcaa713e2..b62d2118e0e 100644
--- a/chromium/third_party/icu/source/data/translit/Belarusian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Belarusian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Bengali_Devanagari.txt
index 2bb6d6e2a9f..4f3bf0925c8 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Bengali_Gujarati.txt
index 060d9fc13a7..b33ddc56f80 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Bengali_Gurmukhi.txt
index 4da47b5f64b..184c5ea9906 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Bengali_InterIndic.txt
index cda1816f2fd..700d6610431 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Kannada.txt b/chromium/third_party/icu/source/data/translit/Bengali_Kannada.txt
index 9fbc6725dbf..db55dd2aac8 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Latin.txt b/chromium/third_party/icu/source/data/translit/Bengali_Latin.txt
index 313a4eccf39..c59e74fdb6b 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Bengali_Malayalam.txt
index 6f17184ce08..f1dd043d388 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Oriya.txt b/chromium/third_party/icu/source/data/translit/Bengali_Oriya.txt
index 1cc945d65de..d54201d3cf9 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Tamil.txt b/chromium/third_party/icu/source/data/translit/Bengali_Tamil.txt
index a0a97f49198..241039d183b 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bengali_Telugu.txt b/chromium/third_party/icu/source/data/translit/Bengali_Telugu.txt
index 63c646888f8..6b8b33103e1 100644
--- a/chromium/third_party/icu/source/data/translit/Bengali_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Bengali_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Bulgarian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Bulgarian_Latin_BGN.txt
index 3300f3f99fa..5cf0e7a5463 100644
--- a/chromium/third_party/icu/source/data/translit/Bulgarian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Bulgarian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Cyrillic_Latin.txt b/chromium/third_party/icu/source/data/translit/Cyrillic_Latin.txt
index 4d2e43a7146..7eb0fe16ebf 100644
--- a/chromium/third_party/icu/source/data/translit/Cyrillic_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Cyrillic_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Bengali.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Bengali.txt
index ec997327b3e..88dc3d7aa97 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Gujarati.txt
index ae2552237c9..0bebba86722 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Gurmukhi.txt
index d8e8c2b6efe..adfdbab3a69 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Devanagari_InterIndic.txt
index 5c317ca28ec..bd6407478be 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Kannada.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Kannada.txt
index 22ace7feba7..73dd3c1d3bd 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Latin.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Latin.txt
index 52070f5f1ec..b6d1b41f554 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Malayalam.txt
index 95fd757a8a0..d3ce658a641 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Oriya.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Oriya.txt
index 6104a179feb..a1fee7748c6 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Tamil.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Tamil.txt
index 247a3e3207c..e0c9fc26eee 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Devanagari_Telugu.txt b/chromium/third_party/icu/source/data/translit/Devanagari_Telugu.txt
index fd6e3735886..5a802275753 100644
--- a/chromium/third_party/icu/source/data/translit/Devanagari_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Devanagari_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Fullwidth_Halfwidth.txt b/chromium/third_party/icu/source/data/translit/Fullwidth_Halfwidth.txt
index 155caf9c609..51c778d4c0c 100644
--- a/chromium/third_party/icu/source/data/translit/Fullwidth_Halfwidth.txt
+++ b/chromium/third_party/icu/source/data/translit/Fullwidth_Halfwidth.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Georgian_Latin.txt b/chromium/third_party/icu/source/data/translit/Georgian_Latin.txt
index 5254413b8c2..a16c58698a0 100644
--- a/chromium/third_party/icu/source/data/translit/Georgian_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Georgian_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Georgian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Georgian_Latin_BGN.txt
index c148d8221c0..0730842d191 100644
--- a/chromium/third_party/icu/source/data/translit/Georgian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Georgian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Greek_Latin.txt b/chromium/third_party/icu/source/data/translit/Greek_Latin.txt
index 1070ea84bc8..2b3f43eb001 100644
--- a/chromium/third_party/icu/source/data/translit/Greek_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Greek_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Greek_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Greek_Latin_BGN.txt
index 7bbb606690f..32e622970c4 100644
--- a/chromium/third_party/icu/source/data/translit/Greek_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Greek_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Greek_Latin_UNGEGN.txt b/chromium/third_party/icu/source/data/translit/Greek_Latin_UNGEGN.txt
index ffea73edc9f..575d685ce84 100644
--- a/chromium/third_party/icu/source/data/translit/Greek_Latin_UNGEGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Greek_Latin_UNGEGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Bengali.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Bengali.txt
index 6c69a6d4537..ed9cfb129f2 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Devanagari.txt
index f273b7ed0e0..dccf36a2e0a 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Gurmukhi.txt
index d2815b47fd0..876c6c393c0 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Gujarati_InterIndic.txt
index d4f992e9ee7..58f1744e337 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Kannada.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Kannada.txt
index 6ee7f63f806..69eb0040f12 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Latin.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Latin.txt
index 9feca18d597..96684e8d2e5 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Malayalam.txt
index ae8505ef5f6..79cd74a4f82 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Oriya.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Oriya.txt
index 3287022d78e..25d4c9c387b 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Tamil.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Tamil.txt
index 3ee814af810..7e16c07e7f6 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gujarati_Telugu.txt b/chromium/third_party/icu/source/data/translit/Gujarati_Telugu.txt
index e646892965f..e1bdc5ee1a7 100644
--- a/chromium/third_party/icu/source/data/translit/Gujarati_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Gujarati_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Bengali.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Bengali.txt
index 606667ec8af..a599efa9562 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Devanagari.txt
index 1ec1e3ef2a6..6ae34b76c39 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Gujarati.txt
index bdbcc566af3..8e945d140f7 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_InterIndic.txt
index 44950bf12a8..f5111552409 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Kannada.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Kannada.txt
index ef6fde29c6d..7980258c9a0 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Latin.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Latin.txt
index e9163d30dd8..b2f4d9fcdff 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Malayalam.txt
index cc1fab153dc..b3f128b5e38 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Oriya.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Oriya.txt
index b1d5d426338..9f98a653cca 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Tamil.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Tamil.txt
index a64c8d280ea..ca73d50d51f 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Gurmukhi_Telugu.txt b/chromium/third_party/icu/source/data/translit/Gurmukhi_Telugu.txt
index 9d2443e1034..19a6f1fa3b6 100644
--- a/chromium/third_party/icu/source/data/translit/Gurmukhi_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Gurmukhi_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Han_Latin.txt b/chromium/third_party/icu/source/data/translit/Han_Latin.txt
index 7629aea1015..11c8ecfe8ce 100644
--- a/chromium/third_party/icu/source/data/translit/Han_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Han_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Han_Latin_Names.txt b/chromium/third_party/icu/source/data/translit/Han_Latin_Names.txt
index 7956e10f128..e85b9293816 100644
--- a/chromium/third_party/icu/source/data/translit/Han_Latin_Names.txt
+++ b/chromium/third_party/icu/source/data/translit/Han_Latin_Names.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Han_Spacedhan.txt b/chromium/third_party/icu/source/data/translit/Han_Spacedhan.txt
index 739b610d6e3..6ec6016d327 100644
--- a/chromium/third_party/icu/source/data/translit/Han_Spacedhan.txt
+++ b/chromium/third_party/icu/source/data/translit/Han_Spacedhan.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Hangul_Latin.txt b/chromium/third_party/icu/source/data/translit/Hangul_Latin.txt
index 456bbb3edf6..c428ade620e 100644
--- a/chromium/third_party/icu/source/data/translit/Hangul_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Hangul_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Hebrew_Latin.txt b/chromium/third_party/icu/source/data/translit/Hebrew_Latin.txt
index 69acf7991b5..bef7bc5a5ae 100644
--- a/chromium/third_party/icu/source/data/translit/Hebrew_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Hebrew_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Hebrew_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Hebrew_Latin_BGN.txt
index ae6b3bdccaf..6303bb64f13 100644
--- a/chromium/third_party/icu/source/data/translit/Hebrew_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Hebrew_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Hiragana_Katakana.txt b/chromium/third_party/icu/source/data/translit/Hiragana_Katakana.txt
index 66602d44a99..761bf5dd38a 100644
--- a/chromium/third_party/icu/source/data/translit/Hiragana_Katakana.txt
+++ b/chromium/third_party/icu/source/data/translit/Hiragana_Katakana.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Hiragana_Latin.txt b/chromium/third_party/icu/source/data/translit/Hiragana_Latin.txt
index f3d9a70fed9..bc5db407057 100644
--- a/chromium/third_party/icu/source/data/translit/Hiragana_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Hiragana_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/IPA_XSampa.txt b/chromium/third_party/icu/source/data/translit/IPA_XSampa.txt
index 39708125998..4d24340c62a 100644
--- a/chromium/third_party/icu/source/data/translit/IPA_XSampa.txt
+++ b/chromium/third_party/icu/source/data/translit/IPA_XSampa.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Bengali.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Bengali.txt
index 7f617b451ae..fd3104a0533 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Devanagari.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Devanagari.txt
index a9f3dea2b8a..7aa38d63e62 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Gujarati.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Gujarati.txt
index 7528a12ba72..f244bc6d892 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Gurmukhi.txt
index 527ea453683..73f45effd75 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Kannada.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Kannada.txt
index c4cd44780b5..e9896147a2d 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Latin.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Latin.txt
index b501e3ebdf0..082c709c4f5 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Malayalam.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Malayalam.txt
index ac70ecdcac1..937e5e84666 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Oriya.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Oriya.txt
index 041e9486b87..c97580b54c5 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Tamil.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Tamil.txt
index fdf5e4a56f4..8979872042a 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/InterIndic_Telugu.txt b/chromium/third_party/icu/source/data/translit/InterIndic_Telugu.txt
index 20353d1cd62..764f866c123 100644
--- a/chromium/third_party/icu/source/data/translit/InterIndic_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/InterIndic_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Jamo_Latin.txt b/chromium/third_party/icu/source/data/translit/Jamo_Latin.txt
index 7dfeb513056..6dfd705a102 100644
--- a/chromium/third_party/icu/source/data/translit/Jamo_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Jamo_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/JapaneseKana_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/JapaneseKana_Latin_BGN.txt
index 57437893a40..a9d749dbce6 100644
--- a/chromium/third_party/icu/source/data/translit/JapaneseKana_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/JapaneseKana_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Bengali.txt b/chromium/third_party/icu/source/data/translit/Kannada_Bengali.txt
index d626e2f928a..7c19ec6a64c 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Kannada_Devanagari.txt
index 2bee2f3475d..2817579297a 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Kannada_Gujarati.txt
index 3ebc11862fc..802b0ae2a0e 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Kannada_Gurmukhi.txt
index dc892191fb0..62a4e3e15ec 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Kannada_InterIndic.txt
index c6919cd359c..ab81b9f8598 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Latin.txt b/chromium/third_party/icu/source/data/translit/Kannada_Latin.txt
index 01222ddc91e..1fc33cbe789 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Kannada_Malayalam.txt
index e3214f0a51e..cf9d0d4cbd4 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Oriya.txt b/chromium/third_party/icu/source/data/translit/Kannada_Oriya.txt
index e14117e8091..3c843224af7 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Tamil.txt b/chromium/third_party/icu/source/data/translit/Kannada_Tamil.txt
index 5df1e9a7e74..6920cd6f294 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kannada_Telugu.txt b/chromium/third_party/icu/source/data/translit/Kannada_Telugu.txt
index aa55f52ca40..65f79aa80a5 100644
--- a/chromium/third_party/icu/source/data/translit/Kannada_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Kannada_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kazakh_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Kazakh_Latin_BGN.txt
index 492d9b2ff67..46dd864c977 100644
--- a/chromium/third_party/icu/source/data/translit/Kazakh_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Kazakh_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Kirghiz_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Kirghiz_Latin_BGN.txt
index 06241def54e..20a83ceeed2 100644
--- a/chromium/third_party/icu/source/data/translit/Kirghiz_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Kirghiz_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Korean_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Korean_Latin_BGN.txt
index 7e5acc41ea3..818b734828b 100644
--- a/chromium/third_party/icu/source/data/translit/Korean_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Korean_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_ASCII.txt b/chromium/third_party/icu/source/data/translit/Latin_ASCII.txt
index 2514cd9ca50..fddb14f8ada 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_ASCII.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_ASCII.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Armenian.txt b/chromium/third_party/icu/source/data/translit/Latin_Armenian.txt
index 7e55ff853ca..f6f35b724b0 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Armenian.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Armenian.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Bengali.txt b/chromium/third_party/icu/source/data/translit/Latin_Bengali.txt
index f5de8de965e..3cfe9cafa6b 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_ConjoiningJamo.txt b/chromium/third_party/icu/source/data/translit/Latin_ConjoiningJamo.txt
index 8f14e44ca29..dc45ff21285 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_ConjoiningJamo.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_ConjoiningJamo.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Latin_Devanagari.txt
index 39a0a23f6e7..b194c314dd8 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Latin_Gujarati.txt
index 0fa69092b0a..5e69dfdfb11 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Latin_Gurmukhi.txt
index af694156703..a903e07e9fd 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Hangul.txt b/chromium/third_party/icu/source/data/translit/Latin_Hangul.txt
index ac0cee6e322..8bbde331ce8 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Hangul.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Hangul.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Latin_InterIndic.txt
index 70d8e26dd45..6f0c5a7b376 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Jamo.txt b/chromium/third_party/icu/source/data/translit/Latin_Jamo.txt
index d05407c21d2..ed9a0f5bc4f 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Jamo.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Jamo.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Kannada.txt b/chromium/third_party/icu/source/data/translit/Latin_Kannada.txt
index df3616e3c8f..38d933c407d 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Katakana.txt b/chromium/third_party/icu/source/data/translit/Latin_Katakana.txt
index 1fbc525a97e..432099d95d8 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Katakana.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Katakana.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Latin_Malayalam.txt
index c24c57c482e..4255a4942fb 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_NumericPinyin.txt b/chromium/third_party/icu/source/data/translit/Latin_NumericPinyin.txt
index babaff13a9e..cc8ce2eca67 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_NumericPinyin.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_NumericPinyin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Oriya.txt b/chromium/third_party/icu/source/data/translit/Latin_Oriya.txt
index 675f93821a4..d66ad4b4035 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Tamil.txt b/chromium/third_party/icu/source/data/translit/Latin_Tamil.txt
index bd3843735ac..cbfb682b2c5 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Telugu.txt b/chromium/third_party/icu/source/data/translit/Latin_Telugu.txt
index d799d6191aa..261447520e1 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Thaana.txt b/chromium/third_party/icu/source/data/translit/Latin_Thaana.txt
index a3ceea8e576..b4e12867983 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Thaana.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Thaana.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Latin_Thai.txt b/chromium/third_party/icu/source/data/translit/Latin_Thai.txt
index 5a4c57e5aad..740e2eef4d4 100644
--- a/chromium/third_party/icu/source/data/translit/Latin_Thai.txt
+++ b/chromium/third_party/icu/source/data/translit/Latin_Thai.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Macedonian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Macedonian_Latin_BGN.txt
index 58c85dd2e3a..51623715399 100644
--- a/chromium/third_party/icu/source/data/translit/Macedonian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Macedonian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Bengali.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Bengali.txt
index 073a018b09c..ee97f9c86c6 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Devanagari.txt
index dd28447e486..8b7d1617d08 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Gujarati.txt
index 716a09e991e..c361923b1c7 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Gurmukhi.txt
index a8775ca12c4..90a2ccf6f29 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Malayalam_InterIndic.txt
index 41f7184954b..de7cdc142f1 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Kannada.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Kannada.txt
index c7c4671d4c0..0c1da61279a 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Latin.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Latin.txt
index e4b3313e87d..383656629a4 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Oriya.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Oriya.txt
index 019db5dabe5..6df141858d0 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Tamil.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Tamil.txt
index 9e326aceb3d..e50128f0b0a 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Malayalam_Telugu.txt b/chromium/third_party/icu/source/data/translit/Malayalam_Telugu.txt
index ef8372b8ca8..fc891e4d3e1 100644
--- a/chromium/third_party/icu/source/data/translit/Malayalam_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Malayalam_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Maldivian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Maldivian_Latin_BGN.txt
index 85a8a308822..e213c90417d 100644
--- a/chromium/third_party/icu/source/data/translit/Maldivian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Maldivian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Mongolian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Mongolian_Latin_BGN.txt
index 562bd26f7fe..bc1fe389729 100644
--- a/chromium/third_party/icu/source/data/translit/Mongolian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Mongolian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Bengali.txt b/chromium/third_party/icu/source/data/translit/Oriya_Bengali.txt
index 41bfc125c6b..f080c5f0e0b 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Oriya_Devanagari.txt
index 82157f5c540..6a6ed03c606 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Oriya_Gujarati.txt
index 5649831a9e0..11d785d5549 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Oriya_Gurmukhi.txt
index d6787eea375..27abb92b89e 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Oriya_InterIndic.txt
index f9d768bc0fc..8c2cf2bf7ee 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Kannada.txt b/chromium/third_party/icu/source/data/translit/Oriya_Kannada.txt
index d2c842d86b6..b8916855274 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Latin.txt b/chromium/third_party/icu/source/data/translit/Oriya_Latin.txt
index baff6375725..19d519b46d8 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Oriya_Malayalam.txt
index 0aee5a097ed..6279bda9752 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Tamil.txt b/chromium/third_party/icu/source/data/translit/Oriya_Tamil.txt
index 69c37ec6ab2..34c2f673bd0 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Oriya_Telugu.txt b/chromium/third_party/icu/source/data/translit/Oriya_Telugu.txt
index d67351aa646..bc2504d96bd 100644
--- a/chromium/third_party/icu/source/data/translit/Oriya_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Oriya_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Pashto_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Pashto_Latin_BGN.txt
index ae848387aad..fa45dbbac39 100644
--- a/chromium/third_party/icu/source/data/translit/Pashto_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Pashto_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Persian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Persian_Latin_BGN.txt
index 02d2c16a9df..01cb888bde4 100644
--- a/chromium/third_party/icu/source/data/translit/Persian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Persian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Pinyin_NumericPinyin.txt b/chromium/third_party/icu/source/data/translit/Pinyin_NumericPinyin.txt
index 96e7cc37100..c6faf8ae375 100644
--- a/chromium/third_party/icu/source/data/translit/Pinyin_NumericPinyin.txt
+++ b/chromium/third_party/icu/source/data/translit/Pinyin_NumericPinyin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Russian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Russian_Latin_BGN.txt
index 203987b60e0..eac2991fabb 100644
--- a/chromium/third_party/icu/source/data/translit/Russian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Russian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Serbian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Serbian_Latin_BGN.txt
index a7e411adbc3..c6b78a9baee 100644
--- a/chromium/third_party/icu/source/data/translit/Serbian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Serbian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Simplified_Traditional.txt b/chromium/third_party/icu/source/data/translit/Simplified_Traditional.txt
index f89a109d43d..fd735c59c16 100644
--- a/chromium/third_party/icu/source/data/translit/Simplified_Traditional.txt
+++ b/chromium/third_party/icu/source/data/translit/Simplified_Traditional.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Syriac_Latin.txt b/chromium/third_party/icu/source/data/translit/Syriac_Latin.txt
index e2e2a3b0361..f4909a811b2 100644
--- a/chromium/third_party/icu/source/data/translit/Syriac_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Syriac_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Bengali.txt b/chromium/third_party/icu/source/data/translit/Tamil_Bengali.txt
index feb0c3891fc..5bad57cb2fd 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Tamil_Devanagari.txt
index 4f7ee4b3fc2..f64d1b3bf16 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Tamil_Gujarati.txt
index 70b9b8e07fb..6d05749ffbf 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Tamil_Gurmukhi.txt
index 40453603b3b..88341501d58 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Tamil_InterIndic.txt
index 790bc14edf8..095133ead92 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Kannada.txt b/chromium/third_party/icu/source/data/translit/Tamil_Kannada.txt
index 1130305f95c..9775d3572ee 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Latin.txt b/chromium/third_party/icu/source/data/translit/Tamil_Latin.txt
index c01d7609828..763d3146905 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Tamil_Malayalam.txt
index f6e75f8842f..f5ed3a43eb0 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Oriya.txt b/chromium/third_party/icu/source/data/translit/Tamil_Oriya.txt
index 4b4c53f7318..6a317665369 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Tamil_Telugu.txt b/chromium/third_party/icu/source/data/translit/Tamil_Telugu.txt
index c442494edec..f96f250a8ba 100644
--- a/chromium/third_party/icu/source/data/translit/Tamil_Telugu.txt
+++ b/chromium/third_party/icu/source/data/translit/Tamil_Telugu.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Bengali.txt b/chromium/third_party/icu/source/data/translit/Telugu_Bengali.txt
index ca5ba05b1a7..98d573dc697 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Bengali.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Bengali.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Devanagari.txt b/chromium/third_party/icu/source/data/translit/Telugu_Devanagari.txt
index 5dc012f68d4..716aab91b70 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Devanagari.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Devanagari.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Gujarati.txt b/chromium/third_party/icu/source/data/translit/Telugu_Gujarati.txt
index 32f8e52450b..41849f07ce2 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Gujarati.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Gujarati.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Gurmukhi.txt b/chromium/third_party/icu/source/data/translit/Telugu_Gurmukhi.txt
index 278245fc82a..62af75c4268 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Gurmukhi.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Gurmukhi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_InterIndic.txt b/chromium/third_party/icu/source/data/translit/Telugu_InterIndic.txt
index 40b792c295b..80d85636e48 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_InterIndic.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_InterIndic.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Kannada.txt b/chromium/third_party/icu/source/data/translit/Telugu_Kannada.txt
index 5b44714388a..645be248d70 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Kannada.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Kannada.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Latin.txt b/chromium/third_party/icu/source/data/translit/Telugu_Latin.txt
index bc956e82395..dfa8a587a67 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Malayalam.txt b/chromium/third_party/icu/source/data/translit/Telugu_Malayalam.txt
index 1f624977374..362811eeef3 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Malayalam.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Malayalam.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Oriya.txt b/chromium/third_party/icu/source/data/translit/Telugu_Oriya.txt
index 6cccd2538e2..0c58628e208 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Oriya.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Oriya.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Telugu_Tamil.txt b/chromium/third_party/icu/source/data/translit/Telugu_Tamil.txt
index 3fa471262a3..9b7c5d22c58 100644
--- a/chromium/third_party/icu/source/data/translit/Telugu_Tamil.txt
+++ b/chromium/third_party/icu/source/data/translit/Telugu_Tamil.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ThaiLogical_Latin.txt b/chromium/third_party/icu/source/data/translit/ThaiLogical_Latin.txt
index 3ef2ac021a8..fb14d3fb1f4 100644
--- a/chromium/third_party/icu/source/data/translit/ThaiLogical_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/ThaiLogical_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Thai_Latin.txt b/chromium/third_party/icu/source/data/translit/Thai_Latin.txt
index 1324939d188..f5fdb527070 100644
--- a/chromium/third_party/icu/source/data/translit/Thai_Latin.txt
+++ b/chromium/third_party/icu/source/data/translit/Thai_Latin.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Thai_ThaiLogical.txt b/chromium/third_party/icu/source/data/translit/Thai_ThaiLogical.txt
index e7e66c8bc9f..9c6e47175e5 100644
--- a/chromium/third_party/icu/source/data/translit/Thai_ThaiLogical.txt
+++ b/chromium/third_party/icu/source/data/translit/Thai_ThaiLogical.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Thai_ThaiSemi.txt b/chromium/third_party/icu/source/data/translit/Thai_ThaiSemi.txt
index dbfb6bd86bc..bcf51c5d61b 100644
--- a/chromium/third_party/icu/source/data/translit/Thai_ThaiSemi.txt
+++ b/chromium/third_party/icu/source/data/translit/Thai_ThaiSemi.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Turkmen_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Turkmen_Latin_BGN.txt
index 0543183d5e7..afa44f02c2f 100644
--- a/chromium/third_party/icu/source/data/translit/Turkmen_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Turkmen_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Ukrainian_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Ukrainian_Latin_BGN.txt
index 26e0fc529da..47fec597f42 100644
--- a/chromium/third_party/icu/source/data/translit/Ukrainian_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Ukrainian_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/Uzbek_Latin_BGN.txt b/chromium/third_party/icu/source/data/translit/Uzbek_Latin_BGN.txt
index 30f4e89992e..f713f53a42c 100644
--- a/chromium/third_party/icu/source/data/translit/Uzbek_Latin_BGN.txt
+++ b/chromium/third_party/icu/source/data/translit/Uzbek_Latin_BGN.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/az_Lower.txt b/chromium/third_party/icu/source/data/translit/az_Lower.txt
index 81a7fb2df70..9ad1b1ac4d2 100755
--- a/chromium/third_party/icu/source/data/translit/az_Lower.txt
+++ b/chromium/third_party/icu/source/data/translit/az_Lower.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/az_Title.txt b/chromium/third_party/icu/source/data/translit/az_Title.txt
index c46925e6c0a..426c88dc305 100755
--- a/chromium/third_party/icu/source/data/translit/az_Title.txt
+++ b/chromium/third_party/icu/source/data/translit/az_Title.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/az_Upper.txt b/chromium/third_party/icu/source/data/translit/az_Upper.txt
index 2ba83b5ea3b..04274fb91aa 100644
--- a/chromium/third_party/icu/source/data/translit/az_Upper.txt
+++ b/chromium/third_party/icu/source/data/translit/az_Upper.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/cs_FONIPA_ja.txt b/chromium/third_party/icu/source/data/translit/cs_FONIPA_ja.txt
index 32f2734c560..3f8a63f516a 100644
--- a/chromium/third_party/icu/source/data/translit/cs_FONIPA_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/cs_FONIPA_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/cs_FONIPA_ko.txt b/chromium/third_party/icu/source/data/translit/cs_FONIPA_ko.txt
index 3b6ded7d6f1..5c63ac33b27 100644
--- a/chromium/third_party/icu/source/data/translit/cs_FONIPA_ko.txt
+++ b/chromium/third_party/icu/source/data/translit/cs_FONIPA_ko.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/cs_cs_FONIPA.txt b/chromium/third_party/icu/source/data/translit/cs_cs_FONIPA.txt
index 7a406fbe969..499a5c050bd 100644
--- a/chromium/third_party/icu/source/data/translit/cs_cs_FONIPA.txt
+++ b/chromium/third_party/icu/source/data/translit/cs_cs_FONIPA.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/cs_ja.txt b/chromium/third_party/icu/source/data/translit/cs_ja.txt
index 942f716ddd9..fb2d7a77c5c 100644
--- a/chromium/third_party/icu/source/data/translit/cs_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/cs_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/cs_ko.txt b/chromium/third_party/icu/source/data/translit/cs_ko.txt
index 0db5f95a91a..3de8dff492f 100644
--- a/chromium/third_party/icu/source/data/translit/cs_ko.txt
+++ b/chromium/third_party/icu/source/data/translit/cs_ko.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/css3transform.txt b/chromium/third_party/icu/source/data/translit/css3transform.txt
index 076c7c36bc8..0c78dad5042 100644
--- a/chromium/third_party/icu/source/data/translit/css3transform.txt
+++ b/chromium/third_party/icu/source/data/translit/css3transform.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // *  Copyright (C) 2004-2013, International Business Machines
 // *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/el_Lower.txt b/chromium/third_party/icu/source/data/translit/el_Lower.txt
index 0ece3d7ba4f..38ec7043290 100644
--- a/chromium/third_party/icu/source/data/translit/el_Lower.txt
+++ b/chromium/third_party/icu/source/data/translit/el_Lower.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/el_Title.txt b/chromium/third_party/icu/source/data/translit/el_Title.txt
index 8a84087c4f0..62c0d04087c 100644
--- a/chromium/third_party/icu/source/data/translit/el_Title.txt
+++ b/chromium/third_party/icu/source/data/translit/el_Title.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/el_Upper.txt b/chromium/third_party/icu/source/data/translit/el_Upper.txt
index e78dcb847b8..5e70c6b7177 100644
--- a/chromium/third_party/icu/source/data/translit/el_Upper.txt
+++ b/chromium/third_party/icu/source/data/translit/el_Upper.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_419_ja.txt b/chromium/third_party/icu/source/data/translit/es_419_ja.txt
index 75b9cde291a..3e48ea79083 100644
--- a/chromium/third_party/icu/source/data/translit/es_419_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/es_419_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_419_zh.txt b/chromium/third_party/icu/source/data/translit/es_419_zh.txt
index 5302129c8f8..c5a144fdb60 100644
--- a/chromium/third_party/icu/source/data/translit/es_419_zh.txt
+++ b/chromium/third_party/icu/source/data/translit/es_419_zh.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_FONIPA_am.txt b/chromium/third_party/icu/source/data/translit/es_FONIPA_am.txt
index 692f29fe1cd..709ad7fd7d6 100644
--- a/chromium/third_party/icu/source/data/translit/es_FONIPA_am.txt
+++ b/chromium/third_party/icu/source/data/translit/es_FONIPA_am.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_FONIPA_es_419_FONIPA.txt b/chromium/third_party/icu/source/data/translit/es_FONIPA_es_419_FONIPA.txt
index fd0a2edb628..214547e4e95 100644
--- a/chromium/third_party/icu/source/data/translit/es_FONIPA_es_419_FONIPA.txt
+++ b/chromium/third_party/icu/source/data/translit/es_FONIPA_es_419_FONIPA.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_FONIPA_ja.txt b/chromium/third_party/icu/source/data/translit/es_FONIPA_ja.txt
index 10ea0f8bc73..a0210879bd1 100644
--- a/chromium/third_party/icu/source/data/translit/es_FONIPA_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/es_FONIPA_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_FONIPA_zh.txt b/chromium/third_party/icu/source/data/translit/es_FONIPA_zh.txt
index c724a30a5ce..1e91fa22a70 100644
--- a/chromium/third_party/icu/source/data/translit/es_FONIPA_zh.txt
+++ b/chromium/third_party/icu/source/data/translit/es_FONIPA_zh.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_am.txt b/chromium/third_party/icu/source/data/translit/es_am.txt
index 9d48d3f6ebc..077eb1e1468 100644
--- a/chromium/third_party/icu/source/data/translit/es_am.txt
+++ b/chromium/third_party/icu/source/data/translit/es_am.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_es_FONIPA.txt b/chromium/third_party/icu/source/data/translit/es_es_FONIPA.txt
index c951b889986..ff695d65d10 100644
--- a/chromium/third_party/icu/source/data/translit/es_es_FONIPA.txt
+++ b/chromium/third_party/icu/source/data/translit/es_es_FONIPA.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_ja.txt b/chromium/third_party/icu/source/data/translit/es_ja.txt
index b448cc5c53a..ae75027e856 100644
--- a/chromium/third_party/icu/source/data/translit/es_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/es_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/es_zh.txt b/chromium/third_party/icu/source/data/translit/es_zh.txt
index b5b56fcac56..b0b267fc285 100644
--- a/chromium/third_party/icu/source/data/translit/es_zh.txt
+++ b/chromium/third_party/icu/source/data/translit/es_zh.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/it_am.txt b/chromium/third_party/icu/source/data/translit/it_am.txt
index f2828548a91..1ca63e4de53 100644
--- a/chromium/third_party/icu/source/data/translit/it_am.txt
+++ b/chromium/third_party/icu/source/data/translit/it_am.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/it_ja.txt b/chromium/third_party/icu/source/data/translit/it_ja.txt
index f52cf6161f8..23ad05bfb3f 100644
--- a/chromium/third_party/icu/source/data/translit/it_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/it_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ja_Latn_ko.txt b/chromium/third_party/icu/source/data/translit/ja_Latn_ko.txt
index 6834d9f30c9..fd7b9513a3c 100644
--- a/chromium/third_party/icu/source/data/translit/ja_Latn_ko.txt
+++ b/chromium/third_party/icu/source/data/translit/ja_Latn_ko.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ja_Latn_ru.txt b/chromium/third_party/icu/source/data/translit/ja_Latn_ru.txt
index 60517b753b8..016ad7f4ae3 100644
--- a/chromium/third_party/icu/source/data/translit/ja_Latn_ru.txt
+++ b/chromium/third_party/icu/source/data/translit/ja_Latn_ru.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/pl_FONIPA_ja.txt b/chromium/third_party/icu/source/data/translit/pl_FONIPA_ja.txt
index 6b98877b8eb..ca595256dec 100644
--- a/chromium/third_party/icu/source/data/translit/pl_FONIPA_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/pl_FONIPA_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/pl_ja.txt b/chromium/third_party/icu/source/data/translit/pl_ja.txt
index ba018195bf4..32f0747c623 100644
--- a/chromium/third_party/icu/source/data/translit/pl_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/pl_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/pl_pl_FONIPA.txt b/chromium/third_party/icu/source/data/translit/pl_pl_FONIPA.txt
index 16421e4048a..19d5731ba2e 100644
--- a/chromium/third_party/icu/source/data/translit/pl_pl_FONIPA.txt
+++ b/chromium/third_party/icu/source/data/translit/pl_pl_FONIPA.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ro_FONIPA_ja.txt b/chromium/third_party/icu/source/data/translit/ro_FONIPA_ja.txt
index 9c0cd7be5ff..272ac4f5cdb 100644
--- a/chromium/third_party/icu/source/data/translit/ro_FONIPA_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/ro_FONIPA_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ro_ja.txt b/chromium/third_party/icu/source/data/translit/ro_ja.txt
index f3642e6cf3f..318aa870792 100644
--- a/chromium/third_party/icu/source/data/translit/ro_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/ro_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ro_ro_FONIPA.txt b/chromium/third_party/icu/source/data/translit/ro_ro_FONIPA.txt
index d76d974490c..1db325df489 100644
--- a/chromium/third_party/icu/source/data/translit/ro_ro_FONIPA.txt
+++ b/chromium/third_party/icu/source/data/translit/ro_ro_FONIPA.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/root.txt b/chromium/third_party/icu/source/data/translit/root.txt
index d7a51705700..4b6abfb55e2 100644
--- a/chromium/third_party/icu/source/data/translit/root.txt
+++ b/chromium/third_party/icu/source/data/translit/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // *  Copyright (C) 2004-2010, International Business Machines
 // *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ru_ja.txt b/chromium/third_party/icu/source/data/translit/ru_ja.txt
index 6bf6203fe1d..eade2ca070e 100644
--- a/chromium/third_party/icu/source/data/translit/ru_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/ru_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/ru_zh.txt b/chromium/third_party/icu/source/data/translit/ru_zh.txt
index 20e249573bb..ebcbd8e0889 100644
--- a/chromium/third_party/icu/source/data/translit/ru_zh.txt
+++ b/chromium/third_party/icu/source/data/translit/ru_zh.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/sk_FONIPA_ja.txt b/chromium/third_party/icu/source/data/translit/sk_FONIPA_ja.txt
index adcdf95649d..6127eeaae06 100644
--- a/chromium/third_party/icu/source/data/translit/sk_FONIPA_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/sk_FONIPA_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/sk_ja.txt b/chromium/third_party/icu/source/data/translit/sk_ja.txt
index 8703308481e..0cf593d1424 100644
--- a/chromium/third_party/icu/source/data/translit/sk_ja.txt
+++ b/chromium/third_party/icu/source/data/translit/sk_ja.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/sk_sk_FONIPA.txt b/chromium/third_party/icu/source/data/translit/sk_sk_FONIPA.txt
index 2366c2516c4..62debef765b 100644
--- a/chromium/third_party/icu/source/data/translit/sk_sk_FONIPA.txt
+++ b/chromium/third_party/icu/source/data/translit/sk_sk_FONIPA.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/tr_Lower.txt b/chromium/third_party/icu/source/data/translit/tr_Lower.txt
index 1e30a21acb6..2ccc6b1e090 100644
--- a/chromium/third_party/icu/source/data/translit/tr_Lower.txt
+++ b/chromium/third_party/icu/source/data/translit/tr_Lower.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/tr_Title.txt b/chromium/third_party/icu/source/data/translit/tr_Title.txt
index 63c0e8ed2f4..76d12a3fc39 100644
--- a/chromium/third_party/icu/source/data/translit/tr_Title.txt
+++ b/chromium/third_party/icu/source/data/translit/tr_Title.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/tr_Upper.txt b/chromium/third_party/icu/source/data/translit/tr_Upper.txt
index 0a8c0fb6346..66728d927f1 100644
--- a/chromium/third_party/icu/source/data/translit/tr_Upper.txt
+++ b/chromium/third_party/icu/source/data/translit/tr_Upper.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2013, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/translit/zh_Latn_PINYIN_ru.txt b/chromium/third_party/icu/source/data/translit/zh_Latn_PINYIN_ru.txt
index a4e1fc1421e..db2c0d008ab 100644
--- a/chromium/third_party/icu/source/data/translit/zh_Latn_PINYIN_ru.txt
+++ b/chromium/third_party/icu/source/data/translit/zh_Latn_PINYIN_ru.txt
@@ -1,4 +1,4 @@
-# ***************************************************************************
+# ***************************************************************************
 # *
 # *  Copyright (C) 2004-2010, International Business Machines
 # *  Corporation; Unicode, Inc.; and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/unidata/UCARules.txt b/chromium/third_party/icu/source/data/unidata/UCARules.txt
index 7741dd61798..412dfdccbcd 100644
--- a/chromium/third_party/icu/source/data/unidata/UCARules.txt
+++ b/chromium/third_party/icu/source/data/unidata/UCARules.txt
@@ -1,4 +1,4 @@
-# File:        UCA_Rules_SHORT.txt
+# File:        UCA_Rules_SHORT.txt
 # UCA Version: 6.0.0
 # UCD Version: 6.0.0
 # Generated:   2010-10-17, 20:16:11 GMT [MD]
diff --git a/chromium/third_party/icu/source/data/unidata/confusables.txt b/chromium/third_party/icu/source/data/unidata/confusables.txt
index 8510ffe0349..c303b5a2871 100644
--- a/chromium/third_party/icu/source/data/unidata/confusables.txt
+++ b/chromium/third_party/icu/source/data/unidata/confusables.txt
@@ -1,4 +1,4 @@
-# Recommended confusable mapping for IDN
+# Recommended confusable mapping for IDN
 # File: confusables.txt
 # Version: 2.1
 # Generated: 2010-04-13, 01:33:26 GMT
diff --git a/chromium/third_party/icu/source/data/unidata/confusablesWholeScript.txt b/chromium/third_party/icu/source/data/unidata/confusablesWholeScript.txt
index e708d35580f..e9dc2b22e27 100644
--- a/chromium/third_party/icu/source/data/unidata/confusablesWholeScript.txt
+++ b/chromium/third_party/icu/source/data/unidata/confusablesWholeScript.txt
@@ -1,4 +1,4 @@
-# Summary: Whole-Script Confusables
+# Summary: Whole-Script Confusables
 # File: confusablesWholeScript.txt
 # Version: 2.1
 # Generated: 2010-04-13, 01:33:25 GMT
diff --git a/chromium/third_party/icu/source/data/zone/af.txt b/chromium/third_party/icu/source/data/zone/af.txt
index 075de258bb3..d769ab21fa3 100644
--- a/chromium/third_party/icu/source/data/zone/af.txt
+++ b/chromium/third_party/icu/source/data/zone/af.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ak.txt b/chromium/third_party/icu/source/data/zone/ak.txt
index c814ca2ea29..26870dbc376 100644
--- a/chromium/third_party/icu/source/data/zone/ak.txt
+++ b/chromium/third_party/icu/source/data/zone/ak.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/am.txt b/chromium/third_party/icu/source/data/zone/am.txt
index c164410e576..4fbf8c86f40 100644
--- a/chromium/third_party/icu/source/data/zone/am.txt
+++ b/chromium/third_party/icu/source/data/zone/am.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ar.txt b/chromium/third_party/icu/source/data/zone/ar.txt
index 121aa7e8e74..70a01507d9e 100644
--- a/chromium/third_party/icu/source/data/zone/ar.txt
+++ b/chromium/third_party/icu/source/data/zone/ar.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/as.txt b/chromium/third_party/icu/source/data/zone/as.txt
index 49c53d40a6c..471cb517ff7 100644
--- a/chromium/third_party/icu/source/data/zone/as.txt
+++ b/chromium/third_party/icu/source/data/zone/as.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/asa.txt b/chromium/third_party/icu/source/data/zone/asa.txt
index 4849b894767..e8a59fcf50a 100644
--- a/chromium/third_party/icu/source/data/zone/asa.txt
+++ b/chromium/third_party/icu/source/data/zone/asa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/az.txt b/chromium/third_party/icu/source/data/zone/az.txt
index 335f8061499..e40cbde4f82 100644
--- a/chromium/third_party/icu/source/data/zone/az.txt
+++ b/chromium/third_party/icu/source/data/zone/az.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/az_AZ.txt b/chromium/third_party/icu/source/data/zone/az_AZ.txt
index b478c019e3d..a6896130aae 100644
--- a/chromium/third_party/icu/source/data/zone/az_AZ.txt
+++ b/chromium/third_party/icu/source/data/zone/az_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/az_Cyrl.txt b/chromium/third_party/icu/source/data/zone/az_Cyrl.txt
index 620dcbf1d0e..8f945324cbc 100644
--- a/chromium/third_party/icu/source/data/zone/az_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/zone/az_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/az_Latn.txt b/chromium/third_party/icu/source/data/zone/az_Latn.txt
index 98da326e2e3..511581591cf 100644
--- a/chromium/third_party/icu/source/data/zone/az_Latn.txt
+++ b/chromium/third_party/icu/source/data/zone/az_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/az_Latn_AZ.txt b/chromium/third_party/icu/source/data/zone/az_Latn_AZ.txt
index 9f079fc6036..66777b050f4 100644
--- a/chromium/third_party/icu/source/data/zone/az_Latn_AZ.txt
+++ b/chromium/third_party/icu/source/data/zone/az_Latn_AZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/be.txt b/chromium/third_party/icu/source/data/zone/be.txt
index 359d174b549..61fb6108c36 100644
--- a/chromium/third_party/icu/source/data/zone/be.txt
+++ b/chromium/third_party/icu/source/data/zone/be.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/bem.txt b/chromium/third_party/icu/source/data/zone/bem.txt
index 3cf9461373d..a5833516854 100644
--- a/chromium/third_party/icu/source/data/zone/bem.txt
+++ b/chromium/third_party/icu/source/data/zone/bem.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/bez.txt b/chromium/third_party/icu/source/data/zone/bez.txt
index bf654b0237d..0bbb07468be 100644
--- a/chromium/third_party/icu/source/data/zone/bez.txt
+++ b/chromium/third_party/icu/source/data/zone/bez.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/bg.txt b/chromium/third_party/icu/source/data/zone/bg.txt
index 6eb219a9c6f..add994f282d 100644
--- a/chromium/third_party/icu/source/data/zone/bg.txt
+++ b/chromium/third_party/icu/source/data/zone/bg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/bm.txt b/chromium/third_party/icu/source/data/zone/bm.txt
index 7baeabaf3ec..6ce2b83c2e2 100644
--- a/chromium/third_party/icu/source/data/zone/bm.txt
+++ b/chromium/third_party/icu/source/data/zone/bm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/bn.txt b/chromium/third_party/icu/source/data/zone/bn.txt
index 09b42cfb738..06d2806aff3 100644
--- a/chromium/third_party/icu/source/data/zone/bn.txt
+++ b/chromium/third_party/icu/source/data/zone/bn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/bo.txt b/chromium/third_party/icu/source/data/zone/bo.txt
index c013e4fb0f2..f4ef70ee567 100644
--- a/chromium/third_party/icu/source/data/zone/bo.txt
+++ b/chromium/third_party/icu/source/data/zone/bo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/bs.txt b/chromium/third_party/icu/source/data/zone/bs.txt
index b5f76371b82..2fee94fbb5c 100644
--- a/chromium/third_party/icu/source/data/zone/bs.txt
+++ b/chromium/third_party/icu/source/data/zone/bs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ca.txt b/chromium/third_party/icu/source/data/zone/ca.txt
index 3bd6e8c671c..a72a4c463db 100644
--- a/chromium/third_party/icu/source/data/zone/ca.txt
+++ b/chromium/third_party/icu/source/data/zone/ca.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/cgg.txt b/chromium/third_party/icu/source/data/zone/cgg.txt
index 7b063286243..39453a82f62 100644
--- a/chromium/third_party/icu/source/data/zone/cgg.txt
+++ b/chromium/third_party/icu/source/data/zone/cgg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/chr.txt b/chromium/third_party/icu/source/data/zone/chr.txt
index be9f54eaed6..c9e3231d3f7 100644
--- a/chromium/third_party/icu/source/data/zone/chr.txt
+++ b/chromium/third_party/icu/source/data/zone/chr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/cs.txt b/chromium/third_party/icu/source/data/zone/cs.txt
index 39e8b0b9f13..3ed2bbc2869 100644
--- a/chromium/third_party/icu/source/data/zone/cs.txt
+++ b/chromium/third_party/icu/source/data/zone/cs.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/cy.txt b/chromium/third_party/icu/source/data/zone/cy.txt
index b6e3502cec5..0bbcd1ed470 100644
--- a/chromium/third_party/icu/source/data/zone/cy.txt
+++ b/chromium/third_party/icu/source/data/zone/cy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/da.txt b/chromium/third_party/icu/source/data/zone/da.txt
index 169c4f20490..6edfe2a115b 100644
--- a/chromium/third_party/icu/source/data/zone/da.txt
+++ b/chromium/third_party/icu/source/data/zone/da.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/dav.txt b/chromium/third_party/icu/source/data/zone/dav.txt
index b249e169bed..1321b0bd9de 100644
--- a/chromium/third_party/icu/source/data/zone/dav.txt
+++ b/chromium/third_party/icu/source/data/zone/dav.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/de.txt b/chromium/third_party/icu/source/data/zone/de.txt
index 9488907651d..4a1b93912d9 100644
--- a/chromium/third_party/icu/source/data/zone/de.txt
+++ b/chromium/third_party/icu/source/data/zone/de.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ebu.txt b/chromium/third_party/icu/source/data/zone/ebu.txt
index 1dd3bf51e98..ee27847b1e7 100644
--- a/chromium/third_party/icu/source/data/zone/ebu.txt
+++ b/chromium/third_party/icu/source/data/zone/ebu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ee.txt b/chromium/third_party/icu/source/data/zone/ee.txt
index b2ff2f6f6b6..2d0373fa3a2 100644
--- a/chromium/third_party/icu/source/data/zone/ee.txt
+++ b/chromium/third_party/icu/source/data/zone/ee.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/el.txt b/chromium/third_party/icu/source/data/zone/el.txt
index b3db61310b8..1c87db23902 100644
--- a/chromium/third_party/icu/source/data/zone/el.txt
+++ b/chromium/third_party/icu/source/data/zone/el.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en.txt b/chromium/third_party/icu/source/data/zone/en.txt
index a0b3cadb156..cc2a93b37d4 100644
--- a/chromium/third_party/icu/source/data/zone/en.txt
+++ b/chromium/third_party/icu/source/data/zone/en.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en_AU.txt b/chromium/third_party/icu/source/data/zone/en_AU.txt
index 5e6bbfb6aa0..3a5c6afee53 100644
--- a/chromium/third_party/icu/source/data/zone/en_AU.txt
+++ b/chromium/third_party/icu/source/data/zone/en_AU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en_CA.txt b/chromium/third_party/icu/source/data/zone/en_CA.txt
index ddb2251ce16..be926cb7412 100644
--- a/chromium/third_party/icu/source/data/zone/en_CA.txt
+++ b/chromium/third_party/icu/source/data/zone/en_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en_GB.txt b/chromium/third_party/icu/source/data/zone/en_GB.txt
index 87d2e73b8c3..37a9db1607e 100644
--- a/chromium/third_party/icu/source/data/zone/en_GB.txt
+++ b/chromium/third_party/icu/source/data/zone/en_GB.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en_NZ.txt b/chromium/third_party/icu/source/data/zone/en_NZ.txt
index c6aaf312104..0b07190df68 100644
--- a/chromium/third_party/icu/source/data/zone/en_NZ.txt
+++ b/chromium/third_party/icu/source/data/zone/en_NZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en_RH.txt b/chromium/third_party/icu/source/data/zone/en_RH.txt
index d38afa5722a..0b3ed79a235 100644
--- a/chromium/third_party/icu/source/data/zone/en_RH.txt
+++ b/chromium/third_party/icu/source/data/zone/en_RH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en_ZA.txt b/chromium/third_party/icu/source/data/zone/en_ZA.txt
index 1ed82b09649..872b9ad4b46 100644
--- a/chromium/third_party/icu/source/data/zone/en_ZA.txt
+++ b/chromium/third_party/icu/source/data/zone/en_ZA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/en_ZW.txt b/chromium/third_party/icu/source/data/zone/en_ZW.txt
index 510ef4ec08f..2d90ff81018 100644
--- a/chromium/third_party/icu/source/data/zone/en_ZW.txt
+++ b/chromium/third_party/icu/source/data/zone/en_ZW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/eo.txt b/chromium/third_party/icu/source/data/zone/eo.txt
index 440bc2abaad..22c7dace235 100644
--- a/chromium/third_party/icu/source/data/zone/eo.txt
+++ b/chromium/third_party/icu/source/data/zone/eo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/es.txt b/chromium/third_party/icu/source/data/zone/es.txt
index 86e197d1de5..6fc18ed71f3 100644
--- a/chromium/third_party/icu/source/data/zone/es.txt
+++ b/chromium/third_party/icu/source/data/zone/es.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/et.txt b/chromium/third_party/icu/source/data/zone/et.txt
index d6a875b0d4a..01e2bbe3eca 100644
--- a/chromium/third_party/icu/source/data/zone/et.txt
+++ b/chromium/third_party/icu/source/data/zone/et.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/eu.txt b/chromium/third_party/icu/source/data/zone/eu.txt
index a3a88b5cdc3..fc398cc80c9 100644
--- a/chromium/third_party/icu/source/data/zone/eu.txt
+++ b/chromium/third_party/icu/source/data/zone/eu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/fa.txt b/chromium/third_party/icu/source/data/zone/fa.txt
index ec77158e9e3..ab6d459973f 100644
--- a/chromium/third_party/icu/source/data/zone/fa.txt
+++ b/chromium/third_party/icu/source/data/zone/fa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ff.txt b/chromium/third_party/icu/source/data/zone/ff.txt
index e0d520f6bb5..48dfbf0ca7b 100644
--- a/chromium/third_party/icu/source/data/zone/ff.txt
+++ b/chromium/third_party/icu/source/data/zone/ff.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/fi.txt b/chromium/third_party/icu/source/data/zone/fi.txt
index 34c45604abb..5fa7b7a1f9b 100644
--- a/chromium/third_party/icu/source/data/zone/fi.txt
+++ b/chromium/third_party/icu/source/data/zone/fi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/fil.txt b/chromium/third_party/icu/source/data/zone/fil.txt
index a39aea8a312..c3e952573c7 100644
--- a/chromium/third_party/icu/source/data/zone/fil.txt
+++ b/chromium/third_party/icu/source/data/zone/fil.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/fil_PH.txt b/chromium/third_party/icu/source/data/zone/fil_PH.txt
index 5d0b43ca410..90fd6ef399e 100644
--- a/chromium/third_party/icu/source/data/zone/fil_PH.txt
+++ b/chromium/third_party/icu/source/data/zone/fil_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/fo.txt b/chromium/third_party/icu/source/data/zone/fo.txt
index 24a4f154e65..27e3ee07a55 100644
--- a/chromium/third_party/icu/source/data/zone/fo.txt
+++ b/chromium/third_party/icu/source/data/zone/fo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/fr.txt b/chromium/third_party/icu/source/data/zone/fr.txt
index 9988890a95d..e4988cb38a8 100644
--- a/chromium/third_party/icu/source/data/zone/fr.txt
+++ b/chromium/third_party/icu/source/data/zone/fr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/fr_CA.txt b/chromium/third_party/icu/source/data/zone/fr_CA.txt
index e8433b67f8e..708207e893c 100644
--- a/chromium/third_party/icu/source/data/zone/fr_CA.txt
+++ b/chromium/third_party/icu/source/data/zone/fr_CA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ga.txt b/chromium/third_party/icu/source/data/zone/ga.txt
index 655884eecf0..e75cdc34e28 100644
--- a/chromium/third_party/icu/source/data/zone/ga.txt
+++ b/chromium/third_party/icu/source/data/zone/ga.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/gl.txt b/chromium/third_party/icu/source/data/zone/gl.txt
index c48b9255c01..5821062acc6 100644
--- a/chromium/third_party/icu/source/data/zone/gl.txt
+++ b/chromium/third_party/icu/source/data/zone/gl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/gsw.txt b/chromium/third_party/icu/source/data/zone/gsw.txt
index 5bd767f7b74..9be267f0fb6 100644
--- a/chromium/third_party/icu/source/data/zone/gsw.txt
+++ b/chromium/third_party/icu/source/data/zone/gsw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/gu.txt b/chromium/third_party/icu/source/data/zone/gu.txt
index 110e2ed37dc..4b72702c183 100644
--- a/chromium/third_party/icu/source/data/zone/gu.txt
+++ b/chromium/third_party/icu/source/data/zone/gu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/guz.txt b/chromium/third_party/icu/source/data/zone/guz.txt
index 061d6b1205c..51278e757bb 100644
--- a/chromium/third_party/icu/source/data/zone/guz.txt
+++ b/chromium/third_party/icu/source/data/zone/guz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/gv.txt b/chromium/third_party/icu/source/data/zone/gv.txt
index cc5e581666b..3ec09cf6f56 100644
--- a/chromium/third_party/icu/source/data/zone/gv.txt
+++ b/chromium/third_party/icu/source/data/zone/gv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha.txt b/chromium/third_party/icu/source/data/zone/ha.txt
index 492d3f314b0..22298303f5f 100644
--- a/chromium/third_party/icu/source/data/zone/ha.txt
+++ b/chromium/third_party/icu/source/data/zone/ha.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha_GH.txt b/chromium/third_party/icu/source/data/zone/ha_GH.txt
index 4157039e1db..bb61aeac8a0 100644
--- a/chromium/third_party/icu/source/data/zone/ha_GH.txt
+++ b/chromium/third_party/icu/source/data/zone/ha_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha_Latn.txt b/chromium/third_party/icu/source/data/zone/ha_Latn.txt
index c1936cbfda6..70117d0c36b 100644
--- a/chromium/third_party/icu/source/data/zone/ha_Latn.txt
+++ b/chromium/third_party/icu/source/data/zone/ha_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha_Latn_GH.txt b/chromium/third_party/icu/source/data/zone/ha_Latn_GH.txt
index 8edc43a56b9..f6953348e89 100644
--- a/chromium/third_party/icu/source/data/zone/ha_Latn_GH.txt
+++ b/chromium/third_party/icu/source/data/zone/ha_Latn_GH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha_Latn_NE.txt b/chromium/third_party/icu/source/data/zone/ha_Latn_NE.txt
index bb40882b0d3..d8aa7852983 100644
--- a/chromium/third_party/icu/source/data/zone/ha_Latn_NE.txt
+++ b/chromium/third_party/icu/source/data/zone/ha_Latn_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha_Latn_NG.txt b/chromium/third_party/icu/source/data/zone/ha_Latn_NG.txt
index 4b580dc8bdf..18a74544a87 100644
--- a/chromium/third_party/icu/source/data/zone/ha_Latn_NG.txt
+++ b/chromium/third_party/icu/source/data/zone/ha_Latn_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha_NE.txt b/chromium/third_party/icu/source/data/zone/ha_NE.txt
index c0462df7357..a13635251a5 100644
--- a/chromium/third_party/icu/source/data/zone/ha_NE.txt
+++ b/chromium/third_party/icu/source/data/zone/ha_NE.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ha_NG.txt b/chromium/third_party/icu/source/data/zone/ha_NG.txt
index f94c8c125e9..15ef96a20cc 100644
--- a/chromium/third_party/icu/source/data/zone/ha_NG.txt
+++ b/chromium/third_party/icu/source/data/zone/ha_NG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/haw.txt b/chromium/third_party/icu/source/data/zone/haw.txt
index add6ff88a67..6dc63fa7fa7 100644
--- a/chromium/third_party/icu/source/data/zone/haw.txt
+++ b/chromium/third_party/icu/source/data/zone/haw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/he.txt b/chromium/third_party/icu/source/data/zone/he.txt
index 76c2fd74b3e..2f2f22b57bc 100644
--- a/chromium/third_party/icu/source/data/zone/he.txt
+++ b/chromium/third_party/icu/source/data/zone/he.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/he_IL.txt b/chromium/third_party/icu/source/data/zone/he_IL.txt
index a563fbf0fb4..bbaca24bfcd 100644
--- a/chromium/third_party/icu/source/data/zone/he_IL.txt
+++ b/chromium/third_party/icu/source/data/zone/he_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/hi.txt b/chromium/third_party/icu/source/data/zone/hi.txt
index 21151dee9b4..98a8d2cd3ff 100644
--- a/chromium/third_party/icu/source/data/zone/hi.txt
+++ b/chromium/third_party/icu/source/data/zone/hi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/hr.txt b/chromium/third_party/icu/source/data/zone/hr.txt
index e8bf0caa4cc..b9e39f547e5 100644
--- a/chromium/third_party/icu/source/data/zone/hr.txt
+++ b/chromium/third_party/icu/source/data/zone/hr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/hu.txt b/chromium/third_party/icu/source/data/zone/hu.txt
index d4e79ea4d14..f6a206fd5b1 100644
--- a/chromium/third_party/icu/source/data/zone/hu.txt
+++ b/chromium/third_party/icu/source/data/zone/hu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/hy.txt b/chromium/third_party/icu/source/data/zone/hy.txt
index f415822fa2a..49ab30c096a 100644
--- a/chromium/third_party/icu/source/data/zone/hy.txt
+++ b/chromium/third_party/icu/source/data/zone/hy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/id.txt b/chromium/third_party/icu/source/data/zone/id.txt
index 5504327feb6..8063959993d 100644
--- a/chromium/third_party/icu/source/data/zone/id.txt
+++ b/chromium/third_party/icu/source/data/zone/id.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/id_ID.txt b/chromium/third_party/icu/source/data/zone/id_ID.txt
index 0dfbf33ce8a..6f46f3d6bef 100644
--- a/chromium/third_party/icu/source/data/zone/id_ID.txt
+++ b/chromium/third_party/icu/source/data/zone/id_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ig.txt b/chromium/third_party/icu/source/data/zone/ig.txt
index c6329d54a98..74aa84fe33e 100644
--- a/chromium/third_party/icu/source/data/zone/ig.txt
+++ b/chromium/third_party/icu/source/data/zone/ig.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ii.txt b/chromium/third_party/icu/source/data/zone/ii.txt
index 64034d87dcb..67f68839ec8 100644
--- a/chromium/third_party/icu/source/data/zone/ii.txt
+++ b/chromium/third_party/icu/source/data/zone/ii.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/in.txt b/chromium/third_party/icu/source/data/zone/in.txt
index 61b30d727f6..aa1633f6fdd 100644
--- a/chromium/third_party/icu/source/data/zone/in.txt
+++ b/chromium/third_party/icu/source/data/zone/in.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/in_ID.txt b/chromium/third_party/icu/source/data/zone/in_ID.txt
index 3345520acb1..daa7cd0dfef 100644
--- a/chromium/third_party/icu/source/data/zone/in_ID.txt
+++ b/chromium/third_party/icu/source/data/zone/in_ID.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/is.txt b/chromium/third_party/icu/source/data/zone/is.txt
index ac2189c35c5..8b41940c56a 100644
--- a/chromium/third_party/icu/source/data/zone/is.txt
+++ b/chromium/third_party/icu/source/data/zone/is.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/it.txt b/chromium/third_party/icu/source/data/zone/it.txt
index 46123684003..5e61f1c07d2 100644
--- a/chromium/third_party/icu/source/data/zone/it.txt
+++ b/chromium/third_party/icu/source/data/zone/it.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/iw.txt b/chromium/third_party/icu/source/data/zone/iw.txt
index 343433da8a2..948bdda04ac 100644
--- a/chromium/third_party/icu/source/data/zone/iw.txt
+++ b/chromium/third_party/icu/source/data/zone/iw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/iw_IL.txt b/chromium/third_party/icu/source/data/zone/iw_IL.txt
index 7fbbe53be73..bc467350b58 100644
--- a/chromium/third_party/icu/source/data/zone/iw_IL.txt
+++ b/chromium/third_party/icu/source/data/zone/iw_IL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ja.txt b/chromium/third_party/icu/source/data/zone/ja.txt
index aff862166bf..2e2a6f345b3 100644
--- a/chromium/third_party/icu/source/data/zone/ja.txt
+++ b/chromium/third_party/icu/source/data/zone/ja.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ja_JP.txt b/chromium/third_party/icu/source/data/zone/ja_JP.txt
index 0658922eca5..0b251c0d340 100644
--- a/chromium/third_party/icu/source/data/zone/ja_JP.txt
+++ b/chromium/third_party/icu/source/data/zone/ja_JP.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ja_JP_TRADITIONAL.txt b/chromium/third_party/icu/source/data/zone/ja_JP_TRADITIONAL.txt
index 63aeb0c69d6..a0d8d37af45 100644
--- a/chromium/third_party/icu/source/data/zone/ja_JP_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/zone/ja_JP_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/jmc.txt b/chromium/third_party/icu/source/data/zone/jmc.txt
index 5982435e965..b7054ccd271 100644
--- a/chromium/third_party/icu/source/data/zone/jmc.txt
+++ b/chromium/third_party/icu/source/data/zone/jmc.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ka.txt b/chromium/third_party/icu/source/data/zone/ka.txt
index 5dac921da37..f8c64305a16 100644
--- a/chromium/third_party/icu/source/data/zone/ka.txt
+++ b/chromium/third_party/icu/source/data/zone/ka.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kab.txt b/chromium/third_party/icu/source/data/zone/kab.txt
index 8934b257b89..91b5702bb11 100644
--- a/chromium/third_party/icu/source/data/zone/kab.txt
+++ b/chromium/third_party/icu/source/data/zone/kab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kam.txt b/chromium/third_party/icu/source/data/zone/kam.txt
index bdd4404516a..d8120cb0d0f 100644
--- a/chromium/third_party/icu/source/data/zone/kam.txt
+++ b/chromium/third_party/icu/source/data/zone/kam.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kde.txt b/chromium/third_party/icu/source/data/zone/kde.txt
index 096b0047dd2..f7d428d1c18 100644
--- a/chromium/third_party/icu/source/data/zone/kde.txt
+++ b/chromium/third_party/icu/source/data/zone/kde.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kea.txt b/chromium/third_party/icu/source/data/zone/kea.txt
index 066936b87b2..e452483b7f0 100644
--- a/chromium/third_party/icu/source/data/zone/kea.txt
+++ b/chromium/third_party/icu/source/data/zone/kea.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/khq.txt b/chromium/third_party/icu/source/data/zone/khq.txt
index 5a5e10af34b..9a9e46660b5 100644
--- a/chromium/third_party/icu/source/data/zone/khq.txt
+++ b/chromium/third_party/icu/source/data/zone/khq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ki.txt b/chromium/third_party/icu/source/data/zone/ki.txt
index 1b8a5175ce4..bcfea8c2af5 100644
--- a/chromium/third_party/icu/source/data/zone/ki.txt
+++ b/chromium/third_party/icu/source/data/zone/ki.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kk.txt b/chromium/third_party/icu/source/data/zone/kk.txt
index 56b52c781cd..94e612e2724 100644
--- a/chromium/third_party/icu/source/data/zone/kk.txt
+++ b/chromium/third_party/icu/source/data/zone/kk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kk_Cyrl.txt b/chromium/third_party/icu/source/data/zone/kk_Cyrl.txt
index 690d8e02e4f..ee4c5941347 100644
--- a/chromium/third_party/icu/source/data/zone/kk_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/zone/kk_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kk_Cyrl_KZ.txt b/chromium/third_party/icu/source/data/zone/kk_Cyrl_KZ.txt
index 371d161d679..91960025f0c 100644
--- a/chromium/third_party/icu/source/data/zone/kk_Cyrl_KZ.txt
+++ b/chromium/third_party/icu/source/data/zone/kk_Cyrl_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kk_KZ.txt b/chromium/third_party/icu/source/data/zone/kk_KZ.txt
index 99a0861e733..9455f3e924d 100644
--- a/chromium/third_party/icu/source/data/zone/kk_KZ.txt
+++ b/chromium/third_party/icu/source/data/zone/kk_KZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kl.txt b/chromium/third_party/icu/source/data/zone/kl.txt
index eff4ac57c7f..ef5bbaa8106 100644
--- a/chromium/third_party/icu/source/data/zone/kl.txt
+++ b/chromium/third_party/icu/source/data/zone/kl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kln.txt b/chromium/third_party/icu/source/data/zone/kln.txt
index 13b7adaa1b0..7010fc2137d 100644
--- a/chromium/third_party/icu/source/data/zone/kln.txt
+++ b/chromium/third_party/icu/source/data/zone/kln.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/km.txt b/chromium/third_party/icu/source/data/zone/km.txt
index 44cebe7ed2d..dd0ddb5487b 100644
--- a/chromium/third_party/icu/source/data/zone/km.txt
+++ b/chromium/third_party/icu/source/data/zone/km.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kn.txt b/chromium/third_party/icu/source/data/zone/kn.txt
index f70938208c6..bf724d2ede2 100644
--- a/chromium/third_party/icu/source/data/zone/kn.txt
+++ b/chromium/third_party/icu/source/data/zone/kn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ko.txt b/chromium/third_party/icu/source/data/zone/ko.txt
index 63c63efe8fb..c37a9a399b8 100644
--- a/chromium/third_party/icu/source/data/zone/ko.txt
+++ b/chromium/third_party/icu/source/data/zone/ko.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kok.txt b/chromium/third_party/icu/source/data/zone/kok.txt
index 6499ac2c46b..c675d8455d0 100644
--- a/chromium/third_party/icu/source/data/zone/kok.txt
+++ b/chromium/third_party/icu/source/data/zone/kok.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/kw.txt b/chromium/third_party/icu/source/data/zone/kw.txt
index a588cd2bbdd..ba38c6927f5 100644
--- a/chromium/third_party/icu/source/data/zone/kw.txt
+++ b/chromium/third_party/icu/source/data/zone/kw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/lag.txt b/chromium/third_party/icu/source/data/zone/lag.txt
index 87826fd6047..d2177bc139a 100644
--- a/chromium/third_party/icu/source/data/zone/lag.txt
+++ b/chromium/third_party/icu/source/data/zone/lag.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/lg.txt b/chromium/third_party/icu/source/data/zone/lg.txt
index d22ee853489..f68a301cd10 100644
--- a/chromium/third_party/icu/source/data/zone/lg.txt
+++ b/chromium/third_party/icu/source/data/zone/lg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/lt.txt b/chromium/third_party/icu/source/data/zone/lt.txt
index 50659447e30..2f9f19facb3 100644
--- a/chromium/third_party/icu/source/data/zone/lt.txt
+++ b/chromium/third_party/icu/source/data/zone/lt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/luo.txt b/chromium/third_party/icu/source/data/zone/luo.txt
index cfe0c0af6ce..ba9221e4dee 100644
--- a/chromium/third_party/icu/source/data/zone/luo.txt
+++ b/chromium/third_party/icu/source/data/zone/luo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/luy.txt b/chromium/third_party/icu/source/data/zone/luy.txt
index 77e3172405c..48a37b11169 100644
--- a/chromium/third_party/icu/source/data/zone/luy.txt
+++ b/chromium/third_party/icu/source/data/zone/luy.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/lv.txt b/chromium/third_party/icu/source/data/zone/lv.txt
index 7f180db879b..55243e23317 100644
--- a/chromium/third_party/icu/source/data/zone/lv.txt
+++ b/chromium/third_party/icu/source/data/zone/lv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mas.txt b/chromium/third_party/icu/source/data/zone/mas.txt
index d579e1cf4be..36624807f93 100644
--- a/chromium/third_party/icu/source/data/zone/mas.txt
+++ b/chromium/third_party/icu/source/data/zone/mas.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mer.txt b/chromium/third_party/icu/source/data/zone/mer.txt
index 489731ead9c..ba09fe16985 100644
--- a/chromium/third_party/icu/source/data/zone/mer.txt
+++ b/chromium/third_party/icu/source/data/zone/mer.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mfe.txt b/chromium/third_party/icu/source/data/zone/mfe.txt
index 0ecc8928204..76f7a40d154 100644
--- a/chromium/third_party/icu/source/data/zone/mfe.txt
+++ b/chromium/third_party/icu/source/data/zone/mfe.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mg.txt b/chromium/third_party/icu/source/data/zone/mg.txt
index c85842d71d8..f2d2876795e 100644
--- a/chromium/third_party/icu/source/data/zone/mg.txt
+++ b/chromium/third_party/icu/source/data/zone/mg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mk.txt b/chromium/third_party/icu/source/data/zone/mk.txt
index f5546f987fd..2daadec3362 100644
--- a/chromium/third_party/icu/source/data/zone/mk.txt
+++ b/chromium/third_party/icu/source/data/zone/mk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ml.txt b/chromium/third_party/icu/source/data/zone/ml.txt
index 1a009359526..5d9854c8bac 100644
--- a/chromium/third_party/icu/source/data/zone/ml.txt
+++ b/chromium/third_party/icu/source/data/zone/ml.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mo.txt b/chromium/third_party/icu/source/data/zone/mo.txt
index 0139be8022c..23495025131 100644
--- a/chromium/third_party/icu/source/data/zone/mo.txt
+++ b/chromium/third_party/icu/source/data/zone/mo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mr.txt b/chromium/third_party/icu/source/data/zone/mr.txt
index 2c7ccd145cb..34843049b59 100644
--- a/chromium/third_party/icu/source/data/zone/mr.txt
+++ b/chromium/third_party/icu/source/data/zone/mr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ms.txt b/chromium/third_party/icu/source/data/zone/ms.txt
index 3873ceffd61..d07ce159ca5 100644
--- a/chromium/third_party/icu/source/data/zone/ms.txt
+++ b/chromium/third_party/icu/source/data/zone/ms.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2011 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/mt.txt b/chromium/third_party/icu/source/data/zone/mt.txt
index 1f2d26d4f94..ba37bae24ca 100644
--- a/chromium/third_party/icu/source/data/zone/mt.txt
+++ b/chromium/third_party/icu/source/data/zone/mt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/my.txt b/chromium/third_party/icu/source/data/zone/my.txt
index 3818354d8c4..b68fcd565ac 100644
--- a/chromium/third_party/icu/source/data/zone/my.txt
+++ b/chromium/third_party/icu/source/data/zone/my.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/naq.txt b/chromium/third_party/icu/source/data/zone/naq.txt
index 94fae150932..bb55641d156 100644
--- a/chromium/third_party/icu/source/data/zone/naq.txt
+++ b/chromium/third_party/icu/source/data/zone/naq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/nb.txt b/chromium/third_party/icu/source/data/zone/nb.txt
index 9ebab15c7bc..f95afa85b18 100644
--- a/chromium/third_party/icu/source/data/zone/nb.txt
+++ b/chromium/third_party/icu/source/data/zone/nb.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/nb_NO.txt b/chromium/third_party/icu/source/data/zone/nb_NO.txt
index 5f0d97e1158..e57bcbf5f8c 100644
--- a/chromium/third_party/icu/source/data/zone/nb_NO.txt
+++ b/chromium/third_party/icu/source/data/zone/nb_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/nd.txt b/chromium/third_party/icu/source/data/zone/nd.txt
index a6b377de0d0..1034109affa 100644
--- a/chromium/third_party/icu/source/data/zone/nd.txt
+++ b/chromium/third_party/icu/source/data/zone/nd.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ne.txt b/chromium/third_party/icu/source/data/zone/ne.txt
index 81090aad4eb..c1cb44bfc03 100644
--- a/chromium/third_party/icu/source/data/zone/ne.txt
+++ b/chromium/third_party/icu/source/data/zone/ne.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/nl.txt b/chromium/third_party/icu/source/data/zone/nl.txt
index bbb5a8422e2..16c3efbc832 100644
--- a/chromium/third_party/icu/source/data/zone/nl.txt
+++ b/chromium/third_party/icu/source/data/zone/nl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/nn.txt b/chromium/third_party/icu/source/data/zone/nn.txt
index e4859300d00..164fbdce1c1 100644
--- a/chromium/third_party/icu/source/data/zone/nn.txt
+++ b/chromium/third_party/icu/source/data/zone/nn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/nn_NO.txt b/chromium/third_party/icu/source/data/zone/nn_NO.txt
index 0d6ccfbb657..756c18773d7 100644
--- a/chromium/third_party/icu/source/data/zone/nn_NO.txt
+++ b/chromium/third_party/icu/source/data/zone/nn_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/no.txt b/chromium/third_party/icu/source/data/zone/no.txt
index 3cad66b196f..c8cd44f5082 100644
--- a/chromium/third_party/icu/source/data/zone/no.txt
+++ b/chromium/third_party/icu/source/data/zone/no.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/no_NO.txt b/chromium/third_party/icu/source/data/zone/no_NO.txt
index d4a0fe37215..d482b8e8fa7 100644
--- a/chromium/third_party/icu/source/data/zone/no_NO.txt
+++ b/chromium/third_party/icu/source/data/zone/no_NO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/no_NO_NY.txt b/chromium/third_party/icu/source/data/zone/no_NO_NY.txt
index 6c69850a275..a582afde467 100644
--- a/chromium/third_party/icu/source/data/zone/no_NO_NY.txt
+++ b/chromium/third_party/icu/source/data/zone/no_NO_NY.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/nyn.txt b/chromium/third_party/icu/source/data/zone/nyn.txt
index b3ecaebf62c..76427b8a2e9 100644
--- a/chromium/third_party/icu/source/data/zone/nyn.txt
+++ b/chromium/third_party/icu/source/data/zone/nyn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/om.txt b/chromium/third_party/icu/source/data/zone/om.txt
index 45cb5b11b7f..95d68965733 100644
--- a/chromium/third_party/icu/source/data/zone/om.txt
+++ b/chromium/third_party/icu/source/data/zone/om.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/or.txt b/chromium/third_party/icu/source/data/zone/or.txt
index 973dde5d2f2..f2d59e5f462 100644
--- a/chromium/third_party/icu/source/data/zone/or.txt
+++ b/chromium/third_party/icu/source/data/zone/or.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pa.txt b/chromium/third_party/icu/source/data/zone/pa.txt
index 6e2b86c76c5..42555d00043 100644
--- a/chromium/third_party/icu/source/data/zone/pa.txt
+++ b/chromium/third_party/icu/source/data/zone/pa.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pa_Arab.txt b/chromium/third_party/icu/source/data/zone/pa_Arab.txt
index 864cd169379..2dbbf9d2ee9 100644
--- a/chromium/third_party/icu/source/data/zone/pa_Arab.txt
+++ b/chromium/third_party/icu/source/data/zone/pa_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pa_Arab_PK.txt b/chromium/third_party/icu/source/data/zone/pa_Arab_PK.txt
index f1e5aae7277..d87ad492e44 100644
--- a/chromium/third_party/icu/source/data/zone/pa_Arab_PK.txt
+++ b/chromium/third_party/icu/source/data/zone/pa_Arab_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pa_Guru.txt b/chromium/third_party/icu/source/data/zone/pa_Guru.txt
index ff573c63583..9bafe21b850 100644
--- a/chromium/third_party/icu/source/data/zone/pa_Guru.txt
+++ b/chromium/third_party/icu/source/data/zone/pa_Guru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pa_Guru_IN.txt b/chromium/third_party/icu/source/data/zone/pa_Guru_IN.txt
index 52fc2b5a4f6..2d94e423b52 100644
--- a/chromium/third_party/icu/source/data/zone/pa_Guru_IN.txt
+++ b/chromium/third_party/icu/source/data/zone/pa_Guru_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pa_IN.txt b/chromium/third_party/icu/source/data/zone/pa_IN.txt
index dbef05b7216..3115a43da40 100644
--- a/chromium/third_party/icu/source/data/zone/pa_IN.txt
+++ b/chromium/third_party/icu/source/data/zone/pa_IN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pa_PK.txt b/chromium/third_party/icu/source/data/zone/pa_PK.txt
index 7552eb0afb0..c4045f1f2eb 100644
--- a/chromium/third_party/icu/source/data/zone/pa_PK.txt
+++ b/chromium/third_party/icu/source/data/zone/pa_PK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pl.txt b/chromium/third_party/icu/source/data/zone/pl.txt
index 3a234aa4a44..2ec2d310a3a 100644
--- a/chromium/third_party/icu/source/data/zone/pl.txt
+++ b/chromium/third_party/icu/source/data/zone/pl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ps.txt b/chromium/third_party/icu/source/data/zone/ps.txt
index 0c35627adf8..a43fe51606c 100644
--- a/chromium/third_party/icu/source/data/zone/ps.txt
+++ b/chromium/third_party/icu/source/data/zone/ps.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pt.txt b/chromium/third_party/icu/source/data/zone/pt.txt
index 86f3036f361..59db8b39d73 100644
--- a/chromium/third_party/icu/source/data/zone/pt.txt
+++ b/chromium/third_party/icu/source/data/zone/pt.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/pt_PT.txt b/chromium/third_party/icu/source/data/zone/pt_PT.txt
index 7f6e380962d..c0a10f270f0 100644
--- a/chromium/third_party/icu/source/data/zone/pt_PT.txt
+++ b/chromium/third_party/icu/source/data/zone/pt_PT.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/rm.txt b/chromium/third_party/icu/source/data/zone/rm.txt
index 10ddfe48375..cd9d2be25d6 100644
--- a/chromium/third_party/icu/source/data/zone/rm.txt
+++ b/chromium/third_party/icu/source/data/zone/rm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ro.txt b/chromium/third_party/icu/source/data/zone/ro.txt
index c3c6f815982..a123355ec94 100644
--- a/chromium/third_party/icu/source/data/zone/ro.txt
+++ b/chromium/third_party/icu/source/data/zone/ro.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ro_MD.txt b/chromium/third_party/icu/source/data/zone/ro_MD.txt
index 573571fdcbd..f5dd26dd788 100644
--- a/chromium/third_party/icu/source/data/zone/ro_MD.txt
+++ b/chromium/third_party/icu/source/data/zone/ro_MD.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/rof.txt b/chromium/third_party/icu/source/data/zone/rof.txt
index d210159a0e4..3e479a04337 100644
--- a/chromium/third_party/icu/source/data/zone/rof.txt
+++ b/chromium/third_party/icu/source/data/zone/rof.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/root.txt b/chromium/third_party/icu/source/data/zone/root.txt
index 975a48d8bff..33d1fdb333d 100644
--- a/chromium/third_party/icu/source/data/zone/root.txt
+++ b/chromium/third_party/icu/source/data/zone/root.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ru.txt b/chromium/third_party/icu/source/data/zone/ru.txt
index 52b5917faa1..21a39220ba7 100644
--- a/chromium/third_party/icu/source/data/zone/ru.txt
+++ b/chromium/third_party/icu/source/data/zone/ru.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/rw.txt b/chromium/third_party/icu/source/data/zone/rw.txt
index 0f1a8dcf293..381c89cab6c 100644
--- a/chromium/third_party/icu/source/data/zone/rw.txt
+++ b/chromium/third_party/icu/source/data/zone/rw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/rwk.txt b/chromium/third_party/icu/source/data/zone/rwk.txt
index bce2d560eef..5be6181f451 100644
--- a/chromium/third_party/icu/source/data/zone/rwk.txt
+++ b/chromium/third_party/icu/source/data/zone/rwk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/saq.txt b/chromium/third_party/icu/source/data/zone/saq.txt
index cf66dc548b1..bdf5e03f7ed 100644
--- a/chromium/third_party/icu/source/data/zone/saq.txt
+++ b/chromium/third_party/icu/source/data/zone/saq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/seh.txt b/chromium/third_party/icu/source/data/zone/seh.txt
index b3d7c76d8bd..137cf41ecd2 100644
--- a/chromium/third_party/icu/source/data/zone/seh.txt
+++ b/chromium/third_party/icu/source/data/zone/seh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ses.txt b/chromium/third_party/icu/source/data/zone/ses.txt
index a2ca39526fd..2810bb2ed61 100644
--- a/chromium/third_party/icu/source/data/zone/ses.txt
+++ b/chromium/third_party/icu/source/data/zone/ses.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sg.txt b/chromium/third_party/icu/source/data/zone/sg.txt
index 59378b770ea..6ee2701ec07 100644
--- a/chromium/third_party/icu/source/data/zone/sg.txt
+++ b/chromium/third_party/icu/source/data/zone/sg.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sh.txt b/chromium/third_party/icu/source/data/zone/sh.txt
index ccdafa1c2b8..aa4e9004623 100644
--- a/chromium/third_party/icu/source/data/zone/sh.txt
+++ b/chromium/third_party/icu/source/data/zone/sh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sh_BA.txt b/chromium/third_party/icu/source/data/zone/sh_BA.txt
index 5432be2a437..1b797bf2f1d 100644
--- a/chromium/third_party/icu/source/data/zone/sh_BA.txt
+++ b/chromium/third_party/icu/source/data/zone/sh_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sh_CS.txt b/chromium/third_party/icu/source/data/zone/sh_CS.txt
index acc8e18d396..3fa3a7c7798 100644
--- a/chromium/third_party/icu/source/data/zone/sh_CS.txt
+++ b/chromium/third_party/icu/source/data/zone/sh_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sh_YU.txt b/chromium/third_party/icu/source/data/zone/sh_YU.txt
index 57d21fe61ea..ea8bd15e1df 100644
--- a/chromium/third_party/icu/source/data/zone/sh_YU.txt
+++ b/chromium/third_party/icu/source/data/zone/sh_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/shi.txt b/chromium/third_party/icu/source/data/zone/shi.txt
index 7260f4a0a8b..30e7c71478e 100644
--- a/chromium/third_party/icu/source/data/zone/shi.txt
+++ b/chromium/third_party/icu/source/data/zone/shi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/shi_Latn.txt b/chromium/third_party/icu/source/data/zone/shi_Latn.txt
index 99dd363ead3..785cb7a1d6e 100644
--- a/chromium/third_party/icu/source/data/zone/shi_Latn.txt
+++ b/chromium/third_party/icu/source/data/zone/shi_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/shi_Latn_MA.txt b/chromium/third_party/icu/source/data/zone/shi_Latn_MA.txt
index 1489e310907..3e8daa7fdce 100644
--- a/chromium/third_party/icu/source/data/zone/shi_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/zone/shi_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/shi_MA.txt b/chromium/third_party/icu/source/data/zone/shi_MA.txt
index 14a51a9d966..d43e1179bc8 100644
--- a/chromium/third_party/icu/source/data/zone/shi_MA.txt
+++ b/chromium/third_party/icu/source/data/zone/shi_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/shi_Tfng.txt b/chromium/third_party/icu/source/data/zone/shi_Tfng.txt
index db53c0eb663..cf0f82289e0 100644
--- a/chromium/third_party/icu/source/data/zone/shi_Tfng.txt
+++ b/chromium/third_party/icu/source/data/zone/shi_Tfng.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/si.txt b/chromium/third_party/icu/source/data/zone/si.txt
index 7d55fa41f1d..e28cb9d880d 100644
--- a/chromium/third_party/icu/source/data/zone/si.txt
+++ b/chromium/third_party/icu/source/data/zone/si.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sk.txt b/chromium/third_party/icu/source/data/zone/sk.txt
index 0cfb12e2376..0efd03f33ee 100644
--- a/chromium/third_party/icu/source/data/zone/sk.txt
+++ b/chromium/third_party/icu/source/data/zone/sk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sl.txt b/chromium/third_party/icu/source/data/zone/sl.txt
index 6ec663b1ea0..7ac8df6e4b1 100644
--- a/chromium/third_party/icu/source/data/zone/sl.txt
+++ b/chromium/third_party/icu/source/data/zone/sl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sn.txt b/chromium/third_party/icu/source/data/zone/sn.txt
index 6cb390c6e13..0609bcf69fa 100644
--- a/chromium/third_party/icu/source/data/zone/sn.txt
+++ b/chromium/third_party/icu/source/data/zone/sn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/so.txt b/chromium/third_party/icu/source/data/zone/so.txt
index 8699628518f..4d0d428f876 100644
--- a/chromium/third_party/icu/source/data/zone/so.txt
+++ b/chromium/third_party/icu/source/data/zone/so.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sq.txt b/chromium/third_party/icu/source/data/zone/sq.txt
index 147b4839375..9e9df2d951e 100644
--- a/chromium/third_party/icu/source/data/zone/sq.txt
+++ b/chromium/third_party/icu/source/data/zone/sq.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr.txt b/chromium/third_party/icu/source/data/zone/sr.txt
index 1dde795a637..4bc7735edc9 100644
--- a/chromium/third_party/icu/source/data/zone/sr.txt
+++ b/chromium/third_party/icu/source/data/zone/sr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_BA.txt b/chromium/third_party/icu/source/data/zone/sr_BA.txt
index db8f5efd607..ec7e3fbe61d 100644
--- a/chromium/third_party/icu/source/data/zone/sr_BA.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_CS.txt b/chromium/third_party/icu/source/data/zone/sr_CS.txt
index f05ad8effa1..d1a9bffffb7 100644
--- a/chromium/third_party/icu/source/data/zone/sr_CS.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Cyrl.txt b/chromium/third_party/icu/source/data/zone/sr_Cyrl.txt
index fea831765ed..49833f334ba 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Cyrl_BA.txt b/chromium/third_party/icu/source/data/zone/sr_Cyrl_BA.txt
index f2dcf321eeb..80e1e1a1ed0 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Cyrl_BA.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Cyrl_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Cyrl_CS.txt b/chromium/third_party/icu/source/data/zone/sr_Cyrl_CS.txt
index 6a8dac22e1b..d9be60f5cc3 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Cyrl_CS.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Cyrl_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Cyrl_RS.txt b/chromium/third_party/icu/source/data/zone/sr_Cyrl_RS.txt
index 93940c46c42..a82ca9cd4ac 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Cyrl_RS.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Cyrl_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Cyrl_YU.txt b/chromium/third_party/icu/source/data/zone/sr_Cyrl_YU.txt
index 66c143d1a52..dd1a461e3df 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Cyrl_YU.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Cyrl_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Latn.txt b/chromium/third_party/icu/source/data/zone/sr_Latn.txt
index 774cee67d66..54cc2abf378 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Latn.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Latn_BA.txt b/chromium/third_party/icu/source/data/zone/sr_Latn_BA.txt
index c2fcc1b8aef..767b46e6b26 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Latn_BA.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Latn_BA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Latn_CS.txt b/chromium/third_party/icu/source/data/zone/sr_Latn_CS.txt
index c63f9a0671d..400ae3f4666 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Latn_CS.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Latn_CS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Latn_ME.txt b/chromium/third_party/icu/source/data/zone/sr_Latn_ME.txt
index 94576b12393..a2e52e8adb0 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Latn_ME.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Latn_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Latn_RS.txt b/chromium/third_party/icu/source/data/zone/sr_Latn_RS.txt
index bed8c50288f..17878ffd0d1 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Latn_RS.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Latn_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_Latn_YU.txt b/chromium/third_party/icu/source/data/zone/sr_Latn_YU.txt
index b810d8b8815..c6d91752f83 100644
--- a/chromium/third_party/icu/source/data/zone/sr_Latn_YU.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_Latn_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_ME.txt b/chromium/third_party/icu/source/data/zone/sr_ME.txt
index f5caa292760..80ba62f66f7 100644
--- a/chromium/third_party/icu/source/data/zone/sr_ME.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_ME.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_RS.txt b/chromium/third_party/icu/source/data/zone/sr_RS.txt
index 06ef6a1ffdb..99dafdf152e 100644
--- a/chromium/third_party/icu/source/data/zone/sr_RS.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_RS.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sr_YU.txt b/chromium/third_party/icu/source/data/zone/sr_YU.txt
index 2c66494575e..85da57469ce 100644
--- a/chromium/third_party/icu/source/data/zone/sr_YU.txt
+++ b/chromium/third_party/icu/source/data/zone/sr_YU.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sv.txt b/chromium/third_party/icu/source/data/zone/sv.txt
index 2971d54e687..a5323d19464 100644
--- a/chromium/third_party/icu/source/data/zone/sv.txt
+++ b/chromium/third_party/icu/source/data/zone/sv.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/sw.txt b/chromium/third_party/icu/source/data/zone/sw.txt
index e4850805d0a..4a1cd5c977a 100644
--- a/chromium/third_party/icu/source/data/zone/sw.txt
+++ b/chromium/third_party/icu/source/data/zone/sw.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ta.txt b/chromium/third_party/icu/source/data/zone/ta.txt
index 05a8be35774..2d1fa2ab0e1 100644
--- a/chromium/third_party/icu/source/data/zone/ta.txt
+++ b/chromium/third_party/icu/source/data/zone/ta.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/te.txt b/chromium/third_party/icu/source/data/zone/te.txt
index db5b9375e99..96ae29c653e 100644
--- a/chromium/third_party/icu/source/data/zone/te.txt
+++ b/chromium/third_party/icu/source/data/zone/te.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/teo.txt b/chromium/third_party/icu/source/data/zone/teo.txt
index 377f36a67b4..624fc450b8d 100644
--- a/chromium/third_party/icu/source/data/zone/teo.txt
+++ b/chromium/third_party/icu/source/data/zone/teo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/th.txt b/chromium/third_party/icu/source/data/zone/th.txt
index bd3ce681b17..33e9277fe03 100644
--- a/chromium/third_party/icu/source/data/zone/th.txt
+++ b/chromium/third_party/icu/source/data/zone/th.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/th_TH.txt b/chromium/third_party/icu/source/data/zone/th_TH.txt
index ab3c89b4f9e..42384e28116 100644
--- a/chromium/third_party/icu/source/data/zone/th_TH.txt
+++ b/chromium/third_party/icu/source/data/zone/th_TH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/th_TH_TRADITIONAL.txt b/chromium/third_party/icu/source/data/zone/th_TH_TRADITIONAL.txt
index 843843b3390..a13f87f8774 100644
--- a/chromium/third_party/icu/source/data/zone/th_TH_TRADITIONAL.txt
+++ b/chromium/third_party/icu/source/data/zone/th_TH_TRADITIONAL.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ti.txt b/chromium/third_party/icu/source/data/zone/ti.txt
index a4312922cd6..7e9362ecbf7 100644
--- a/chromium/third_party/icu/source/data/zone/ti.txt
+++ b/chromium/third_party/icu/source/data/zone/ti.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/tl.txt b/chromium/third_party/icu/source/data/zone/tl.txt
index f2d22a99edc..d393371c970 100644
--- a/chromium/third_party/icu/source/data/zone/tl.txt
+++ b/chromium/third_party/icu/source/data/zone/tl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/tl_PH.txt b/chromium/third_party/icu/source/data/zone/tl_PH.txt
index d8068f62e93..8a834380193 100644
--- a/chromium/third_party/icu/source/data/zone/tl_PH.txt
+++ b/chromium/third_party/icu/source/data/zone/tl_PH.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/to.txt b/chromium/third_party/icu/source/data/zone/to.txt
index a650fa10c8a..91b68d6137c 100644
--- a/chromium/third_party/icu/source/data/zone/to.txt
+++ b/chromium/third_party/icu/source/data/zone/to.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/tr.txt b/chromium/third_party/icu/source/data/zone/tr.txt
index 5e79212aeb8..b7ef67bb818 100644
--- a/chromium/third_party/icu/source/data/zone/tr.txt
+++ b/chromium/third_party/icu/source/data/zone/tr.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/tzm.txt b/chromium/third_party/icu/source/data/zone/tzm.txt
index e3a4c48cf4d..4aecd5fa962 100644
--- a/chromium/third_party/icu/source/data/zone/tzm.txt
+++ b/chromium/third_party/icu/source/data/zone/tzm.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/tzm_Latn.txt b/chromium/third_party/icu/source/data/zone/tzm_Latn.txt
index 6a8b1bd268f..8c70621a44b 100644
--- a/chromium/third_party/icu/source/data/zone/tzm_Latn.txt
+++ b/chromium/third_party/icu/source/data/zone/tzm_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/tzm_Latn_MA.txt b/chromium/third_party/icu/source/data/zone/tzm_Latn_MA.txt
index 6e5f2b7b67c..e4b3aae29ae 100644
--- a/chromium/third_party/icu/source/data/zone/tzm_Latn_MA.txt
+++ b/chromium/third_party/icu/source/data/zone/tzm_Latn_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/tzm_MA.txt b/chromium/third_party/icu/source/data/zone/tzm_MA.txt
index a92148d3efc..8a4d156c604 100644
--- a/chromium/third_party/icu/source/data/zone/tzm_MA.txt
+++ b/chromium/third_party/icu/source/data/zone/tzm_MA.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uk.txt b/chromium/third_party/icu/source/data/zone/uk.txt
index ba900a512cc..07897614c9e 100644
--- a/chromium/third_party/icu/source/data/zone/uk.txt
+++ b/chromium/third_party/icu/source/data/zone/uk.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/ur.txt b/chromium/third_party/icu/source/data/zone/ur.txt
index ae3fdcd026d..9295995f3b3 100644
--- a/chromium/third_party/icu/source/data/zone/ur.txt
+++ b/chromium/third_party/icu/source/data/zone/ur.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz.txt b/chromium/third_party/icu/source/data/zone/uz.txt
index 40e5383fe30..83cf4b390f2 100644
--- a/chromium/third_party/icu/source/data/zone/uz.txt
+++ b/chromium/third_party/icu/source/data/zone/uz.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz_AF.txt b/chromium/third_party/icu/source/data/zone/uz_AF.txt
index 9135c836cf5..c43731f7fa4 100644
--- a/chromium/third_party/icu/source/data/zone/uz_AF.txt
+++ b/chromium/third_party/icu/source/data/zone/uz_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz_Arab.txt b/chromium/third_party/icu/source/data/zone/uz_Arab.txt
index fb313fea3a5..9d8c030e212 100644
--- a/chromium/third_party/icu/source/data/zone/uz_Arab.txt
+++ b/chromium/third_party/icu/source/data/zone/uz_Arab.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz_Arab_AF.txt b/chromium/third_party/icu/source/data/zone/uz_Arab_AF.txt
index e30dc27272b..3d5b5eb7462 100644
--- a/chromium/third_party/icu/source/data/zone/uz_Arab_AF.txt
+++ b/chromium/third_party/icu/source/data/zone/uz_Arab_AF.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz_Cyrl.txt b/chromium/third_party/icu/source/data/zone/uz_Cyrl.txt
index 29a81452d27..6d5ff066c47 100644
--- a/chromium/third_party/icu/source/data/zone/uz_Cyrl.txt
+++ b/chromium/third_party/icu/source/data/zone/uz_Cyrl.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz_Cyrl_UZ.txt b/chromium/third_party/icu/source/data/zone/uz_Cyrl_UZ.txt
index 9dafe036333..4b24d314b29 100644
--- a/chromium/third_party/icu/source/data/zone/uz_Cyrl_UZ.txt
+++ b/chromium/third_party/icu/source/data/zone/uz_Cyrl_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz_Latn.txt b/chromium/third_party/icu/source/data/zone/uz_Latn.txt
index 0ded13cc7f9..e6a3c32241a 100644
--- a/chromium/third_party/icu/source/data/zone/uz_Latn.txt
+++ b/chromium/third_party/icu/source/data/zone/uz_Latn.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/uz_UZ.txt b/chromium/third_party/icu/source/data/zone/uz_UZ.txt
index fcaadc4a76b..707f304c368 100644
--- a/chromium/third_party/icu/source/data/zone/uz_UZ.txt
+++ b/chromium/third_party/icu/source/data/zone/uz_UZ.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/vi.txt b/chromium/third_party/icu/source/data/zone/vi.txt
index 7d6e26d360f..6c6229079fb 100644
--- a/chromium/third_party/icu/source/data/zone/vi.txt
+++ b/chromium/third_party/icu/source/data/zone/vi.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/vun.txt b/chromium/third_party/icu/source/data/zone/vun.txt
index 3a58a855a21..0a76131b1b3 100644
--- a/chromium/third_party/icu/source/data/zone/vun.txt
+++ b/chromium/third_party/icu/source/data/zone/vun.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/xog.txt b/chromium/third_party/icu/source/data/zone/xog.txt
index acce58baab6..d1be282fd05 100644
--- a/chromium/third_party/icu/source/data/zone/xog.txt
+++ b/chromium/third_party/icu/source/data/zone/xog.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/yo.txt b/chromium/third_party/icu/source/data/zone/yo.txt
index e73b450df5f..45d7d7a228b 100644
--- a/chromium/third_party/icu/source/data/zone/yo.txt
+++ b/chromium/third_party/icu/source/data/zone/yo.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh.txt b/chromium/third_party/icu/source/data/zone/zh.txt
index cf04bceb67c..38accd2bbf5 100644
--- a/chromium/third_party/icu/source/data/zone/zh.txt
+++ b/chromium/third_party/icu/source/data/zone/zh.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_CN.txt b/chromium/third_party/icu/source/data/zone/zh_CN.txt
index 5f9c9ee0e9e..cdf17f15726 100644
--- a/chromium/third_party/icu/source/data/zone/zh_CN.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_HK.txt b/chromium/third_party/icu/source/data/zone/zh_HK.txt
index 0db8a99abb5..78e6c2c3857 100644
--- a/chromium/third_party/icu/source/data/zone/zh_HK.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_Hans.txt b/chromium/third_party/icu/source/data/zone/zh_Hans.txt
index d9a1c6cc113..c5de7c10811 100644
--- a/chromium/third_party/icu/source/data/zone/zh_Hans.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_Hans.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_Hans_CN.txt b/chromium/third_party/icu/source/data/zone/zh_Hans_CN.txt
index ee809a10d29..5a262c2012b 100644
--- a/chromium/third_party/icu/source/data/zone/zh_Hans_CN.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_Hans_CN.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_Hans_SG.txt b/chromium/third_party/icu/source/data/zone/zh_Hans_SG.txt
index 9b4d3e7e370..fcad1638a7f 100644
--- a/chromium/third_party/icu/source/data/zone/zh_Hans_SG.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_Hans_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_Hant.txt b/chromium/third_party/icu/source/data/zone/zh_Hant.txt
index 51cb0ec6404..d0a206ccfb9 100644
--- a/chromium/third_party/icu/source/data/zone/zh_Hant.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_Hant.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_Hant_HK.txt b/chromium/third_party/icu/source/data/zone/zh_Hant_HK.txt
index 751e9593ae4..66360987bdd 100644
--- a/chromium/third_party/icu/source/data/zone/zh_Hant_HK.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_Hant_HK.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_Hant_MO.txt b/chromium/third_party/icu/source/data/zone/zh_Hant_MO.txt
index 571af8debfc..1eb1ebd31bd 100644
--- a/chromium/third_party/icu/source/data/zone/zh_Hant_MO.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_Hant_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_Hant_TW.txt b/chromium/third_party/icu/source/data/zone/zh_Hant_TW.txt
index f00120ec991..9328f9a668f 100644
--- a/chromium/third_party/icu/source/data/zone/zh_Hant_TW.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_Hant_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_MO.txt b/chromium/third_party/icu/source/data/zone/zh_MO.txt
index 87e6b50f200..182447e37bf 100644
--- a/chromium/third_party/icu/source/data/zone/zh_MO.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_MO.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_SG.txt b/chromium/third_party/icu/source/data/zone/zh_SG.txt
index 3b025136f7a..8ad0cb9fc67 100644
--- a/chromium/third_party/icu/source/data/zone/zh_SG.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_SG.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zh_TW.txt b/chromium/third_party/icu/source/data/zone/zh_TW.txt
index 384df322c15..aaf5ad8845d 100644
--- a/chromium/third_party/icu/source/data/zone/zh_TW.txt
+++ b/chromium/third_party/icu/source/data/zone/zh_TW.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/data/zone/zu.txt b/chromium/third_party/icu/source/data/zone/zu.txt
index 7df28e8443a..e4366c5cec2 100644
--- a/chromium/third_party/icu/source/data/zone/zu.txt
+++ b/chromium/third_party/icu/source/data/zone/zu.txt
@@ -1,4 +1,4 @@
-// ***************************************************************************
+// ***************************************************************************
 // *
 // * Copyright (C) 2010 International Business Machines
 // * Corporation and others.  All Rights Reserved.
diff --git a/chromium/third_party/icu/source/i18n/i18n.vcxproj b/chromium/third_party/icu/source/i18n/i18n.vcxproj
index 28ad442b6e7..89bbe6b56f2 100644
--- a/chromium/third_party/icu/source/i18n/i18n.vcxproj
+++ b/chromium/third_party/icu/source/i18n/i18n.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/i18n/i18n.vcxproj.filters b/chromium/third_party/icu/source/i18n/i18n.vcxproj.filters
index c5a8e6579dd..f7b0c34e361 100644
--- a/chromium/third_party/icu/source/i18n/i18n.vcxproj.filters
+++ b/chromium/third_party/icu/source/i18n/i18n.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="collation">
diff --git a/chromium/third_party/icu/source/io/io.vcxproj b/chromium/third_party/icu/source/io/io.vcxproj
index 8873261a456..de375212389 100644
--- a/chromium/third_party/icu/source/io/io.vcxproj
+++ b/chromium/third_party/icu/source/io/io.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/io/io.vcxproj.filters b/chromium/third_party/icu/source/io/io.vcxproj.filters
index f0edf9ee225..5d7afc390be 100644
--- a/chromium/third_party/icu/source/io/io.vcxproj.filters
+++ b/chromium/third_party/icu/source/io/io.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/stubdata/stubdata.vcxproj b/chromium/third_party/icu/source/stubdata/stubdata.vcxproj
index ddb36d198a1..5ed01a377de 100644
--- a/chromium/third_party/icu/source/stubdata/stubdata.vcxproj
+++ b/chromium/third_party/icu/source/stubdata/stubdata.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/stubdata/stubdata.vcxproj.filters b/chromium/third_party/icu/source/stubdata/stubdata.vcxproj.filters
index df13c0f918f..f2742598d9c 100644
--- a/chromium/third_party/icu/source/stubdata/stubdata.vcxproj.filters
+++ b/chromium/third_party/icu/source/stubdata/stubdata.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj b/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj
index d6c79f63d8a..3363b0e4647 100644
--- a/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj
+++ b/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj.filters b/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj.filters
index 426b626f39c..31da517dd19 100644
--- a/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/ctestfw/ctestfw.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj b/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj
index daf670a66c5..796db290f58 100644
--- a/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj
+++ b/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj.filters b/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj.filters
index 55c79540c1f..cfa644e39ce 100644
--- a/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/genbrk/genbrk.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj b/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj
index 5fc0dffdfb8..d330add85d2 100644
--- a/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj
+++ b/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj.filters b/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj.filters
index 8d547a282ff..87d4e050252 100644
--- a/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/genccode/genccode.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj b/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj
index 8b2dc076704..aec941cd4e2 100644
--- a/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj
+++ b/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj.filters b/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj.filters
index e927e1764e2..096a235f7c3 100644
--- a/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/gencfu/gencfu.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Header Files">
diff --git a/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj b/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj
index 57ee4f90d39..77a103d87c6 100644
--- a/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj
+++ b/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj.filters b/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj.filters
index 2e4d07ecf20..d69b2066382 100644
--- a/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/gencmn/gencmn.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj b/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj
index d519ca005f6..8216ce10170 100644
--- a/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj
+++ b/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj.filters b/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj.filters
index 1e3f26228a4..20f10c506d7 100644
--- a/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/gencnval/gencnval.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj b/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj
index 34dd591a453..cc167e31b2d 100644
--- a/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj
+++ b/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj.filters b/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj.filters
index 1240720b1c5..5adbf9db5c3 100644
--- a/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/genctd/genctd.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/gennorm2/gennorm2.vcxproj b/chromium/third_party/icu/source/tools/gennorm2/gennorm2.vcxproj
index 751bccf1e1f..9b1617b4a74 100644
--- a/chromium/third_party/icu/source/tools/gennorm2/gennorm2.vcxproj
+++ b/chromium/third_party/icu/source/tools/gennorm2/gennorm2.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/genrb/derb.vcxproj b/chromium/third_party/icu/source/tools/genrb/derb.vcxproj
index aca7914c84c..3a73be169e2 100644
--- a/chromium/third_party/icu/source/tools/genrb/derb.vcxproj
+++ b/chromium/third_party/icu/source/tools/genrb/derb.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/genrb/derb.vcxproj.filters b/chromium/third_party/icu/source/tools/genrb/derb.vcxproj.filters
index 1cfda71b14a..9af277650c7 100644
--- a/chromium/third_party/icu/source/tools/genrb/derb.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/genrb/derb.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj b/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj
index 83d401218d3..1a0b3753c6b 100644
--- a/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj
+++ b/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj.filters b/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj.filters
index 3fe4a526dda..9888c4b9a2d 100644
--- a/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/genrb/genrb.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj b/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj
index ec6ce168870..253192e21dc 100644
--- a/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj
+++ b/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj.filters b/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj.filters
index 14bb064f0c5..2791b3aa6a4 100644
--- a/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/gensprep/gensprep.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj b/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj
index 129f025f45f..66d534d8583 100644
--- a/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj
+++ b/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj.filters b/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj.filters
index 49c3399ab24..8d6187a6a66 100644
--- a/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/gentest/gentest.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/icuinfo/icuinfo.vcxproj b/chromium/third_party/icu/source/tools/icuinfo/icuinfo.vcxproj
index 7274cc6ed92..4f9e3184829 100644
--- a/chromium/third_party/icu/source/tools/icuinfo/icuinfo.vcxproj
+++ b/chromium/third_party/icu/source/tools/icuinfo/icuinfo.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj b/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj
index 2cfcc64183f..68ec6dd47b9 100644
--- a/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj
+++ b/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj.filters b/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj.filters
index 497fa7455bb..5c9125e5dd5 100644
--- a/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/icuinfo/testplug.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/icupkg/icupkg.vcxproj b/chromium/third_party/icu/source/tools/icupkg/icupkg.vcxproj
index 3fd0d87c08d..83c2118f134 100644
--- a/chromium/third_party/icu/source/tools/icupkg/icupkg.vcxproj
+++ b/chromium/third_party/icu/source/tools/icupkg/icupkg.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj b/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj
index c8b52d52266..7de98db8521 100644
--- a/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj
+++ b/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj.filters b/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj.filters
index f470df3ecb7..792ffc07f0f 100644
--- a/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/makeconv/makeconv.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj b/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj
index 9ef2241afbf..823da732ee4 100644
--- a/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj
+++ b/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj.filters b/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj.filters
index 74d84d3ccd9..dc530aba11e 100644
--- a/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj.filters
+++ b/chromium/third_party/icu/source/tools/pkgdata/pkgdata.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/icu/source/tools/toolutil/toolutil.vcxproj b/chromium/third_party/icu/source/tools/toolutil/toolutil.vcxproj
index f5e2be22498..bc17142f6d4 100644
--- a/chromium/third_party/icu/source/tools/toolutil/toolutil.vcxproj
+++ b/chromium/third_party/icu/source/tools/toolutil/toolutil.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/libaddressinput/src/cpp/grit.gyp b/chromium/third_party/libaddressinput/src/cpp/grit.gyp
new file mode 100644
index 00000000000..b849e41775c
--- /dev/null
+++ b/chromium/third_party/libaddressinput/src/cpp/grit.gyp
@@ -0,0 +1,55 @@
+# Copyright (C) 2013 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+{
+  'variables': {
+    'grit_dir%': '<(DEPTH)/../externals/grit',
+  },
+  'targets': [
+    {
+      'target_name': 'generated_messages',
+      'type': 'none',
+      'sources': [
+        'res/messages.grd',
+      ],
+      'actions': [
+        {
+          'action_name': 'generate_messages',
+          'inputs': [
+            '<(grit_dir)/grit.py',
+            'res/messages.grd',
+            'res/messages.grdp',
+          ],
+          'outputs': [
+            '<(SHARED_INTERMEDIATE_DIR)/en_messages.cc',
+            '<(SHARED_INTERMEDIATE_DIR)/messages.h',
+          ],
+          'action': [
+            'python',
+            '<(grit_dir)/grit.py',
+            '-i',
+            'res/messages.grd',
+            'build',
+            '-o',
+            '<(SHARED_INTERMEDIATE_DIR)',
+          ],
+        },
+      ],
+      'all_dependent_settings': {
+        'include_dirs': [
+          '<(SHARED_INTERMEDIATE_DIR)',
+        ],
+      },
+    },
+  ],
+}
diff --git a/chromium/third_party/libaddressinput/src/cpp/gtest.gyp b/chromium/third_party/libaddressinput/src/cpp/gtest.gyp
new file mode 100644
index 00000000000..19977b2354f
--- /dev/null
+++ b/chromium/third_party/libaddressinput/src/cpp/gtest.gyp
@@ -0,0 +1,58 @@
+# Copyright (C) 2013 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+{
+  'variables': {
+    # Default include directories. Override with your system's include paths or
+    # paths to your own implementations.
+    'gtest_dir%':     '/usr/include',
+    'gtest_src_dir%': '/usr/src/gtest',
+  },
+  'targets': [
+    {
+      'target_name': 'main',
+      'type': 'static_library',
+      'sources': [
+        '<(SHARED_INTERMEDIATE_DIR)/src/gtest-all.cc',
+      ],
+      'include_dirs': [
+        '<(gtest_dir)',
+        '<(gtest_src_dir)',
+      ],
+      'copies': [
+        {
+          'destination': '<(SHARED_INTERMEDIATE_DIR)/src',
+          'files': [
+            '<(gtest_src_dir)/src/gtest-all.cc',
+            '<(gtest_src_dir)/src/gtest_main.cc',
+          ],
+        },
+      ],
+      'direct_dependent_settings': {
+        'sources': [
+          '<(SHARED_INTERMEDIATE_DIR)/src/gtest_main.cc',
+        ],
+        'include_dirs': [
+          '<(gtest_dir)',
+        ],
+        'conditions': [
+          ['OS == "linux"', {
+            'ldflags': [
+              '-pthread', # GTest needs to link to pthread on Linux.
+            ],
+          }],
+        ],
+      },
+    },
+  ],
+}
diff --git a/chromium/third_party/libaddressinput/src/cpp/libaddressinput.gyp b/chromium/third_party/libaddressinput/src/cpp/libaddressinput.gyp
new file mode 100644
index 00000000000..63923c957c5
--- /dev/null
+++ b/chromium/third_party/libaddressinput/src/cpp/libaddressinput.gyp
@@ -0,0 +1,82 @@
+# Copyright (C) 2013 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+{
+  'variables': {
+    'component%': 'shared_library',
+  },
+  'includes': ['libaddressinput.gypi'],
+  'target_defaults': {
+    'include_dirs': [
+      'include',
+    ],
+  },
+  'targets': [
+    {
+      'target_name': 'libaddressinput',
+      'type': '<(component)',
+      'sources': [
+        '<@(libaddressinput_files)',
+      ],
+      'dependencies': [
+        'grit.gyp:generated_messages',
+        'rapidjson.gyp:rapidjson',
+        're2.gyp:re2',
+      ],
+      'conditions': [
+        ['OS == "linux" and _type == "shared_library"', {
+          # https://code.google.com/p/gyp/issues/detail?id=374
+          'cflags': ['-fPIC'],
+        }],
+      ],
+    },
+    {
+      'target_name': 'unit_tests',
+      'type': 'executable',
+      'sources': [
+        '<@(libaddressinput_test_files)',
+      ],
+      'defines': [
+        'TEST_DATA_DIR="../testdata"',
+      ],
+      'include_dirs': [
+        'src',
+      ],
+      'dependencies': [
+        'libaddressinput',
+        'gtest.gyp:main',
+      ],
+      'conditions': [
+        [ 'OS == "mac"', {
+          'postbuilds': [
+            {
+              # To make it possible to execute the unit tests directly from the
+              # build directory, without first installing the library, the path
+              # to the library is set to be relative to the unit test executable
+              # (so that also the library will be loaded directly from the build
+              # directory).
+              'postbuild_name': 'Make dylib path relative to executable',
+              'action': [
+                'install_name_tool',
+                '-change',
+                '/usr/local/lib/libaddressinput.dylib',
+                '@executable_path/libaddressinput.dylib',
+                '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
+              ],
+            },
+          ],
+        }],
+      ],
+    },
+  ],
+}
diff --git a/chromium/third_party/libaddressinput/src/cpp/libaddressinput.gypi b/chromium/third_party/libaddressinput/src/cpp/libaddressinput.gypi
new file mode 100644
index 00000000000..8d9030ff5f4
--- /dev/null
+++ b/chromium/third_party/libaddressinput/src/cpp/libaddressinput.gypi
@@ -0,0 +1,95 @@
+# Copyright (C) 2014 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+{
+  'variables': {
+    'libaddressinput_files': [
+      'src/address_data.cc',
+      'src/address_field.cc',
+      'src/address_field_util.cc',
+      'src/address_formatter.cc',
+      'src/address_input_helper.cc',
+      'src/address_metadata.cc',
+      'src/address_normalizer.cc',
+      'src/address_problem.cc',
+      'src/address_ui.cc',
+      'src/address_validator.cc',
+      'src/format_element.cc',
+      'src/language.cc',
+      'src/localization.cc',
+      'src/lookup_key.cc',
+      'src/lookup_key_util.cc',
+      'src/null_storage.cc',
+      'src/ondemand_supplier.cc',
+      'src/ondemand_supply_task.cc',
+      'src/post_box_matchers.cc',
+      'src/preload_supplier.cc',
+      'src/region_data.cc',
+      'src/region_data_builder.cc',
+      'src/region_data_constants.cc',
+      'src/retriever.cc',
+      'src/rule.cc',
+      'src/rule_retriever.cc',
+      'src/util/json.cc',
+      'src/util/md5.cc',
+      'src/util/string_compare.cc',
+      'src/util/string_split.cc',
+      'src/util/string_util.cc',
+      'src/validating_storage.cc',
+      'src/validating_util.cc',
+      'src/validation_task.cc',
+    ],
+    'libaddressinput_test_files': [
+      'test/address_data_test.cc',
+      'test/address_field_test.cc',
+      'test/address_field_util_test.cc',
+      'test/address_formatter_test.cc',
+      'test/address_input_helper_test.cc',
+      'test/address_metadata_test.cc',
+      'test/address_normalizer_test.cc',
+      'test/address_problem_test.cc',
+      'test/address_ui_test.cc',
+      'test/address_validator_test.cc',
+      'test/fake_downloader.cc',
+      'test/fake_downloader_test.cc',
+      'test/fake_storage.cc',
+      'test/fake_storage_test.cc',
+      'test/format_element_test.cc',
+      'test/language_test.cc',
+      'test/localization_test.cc',
+      'test/lookup_key_test.cc',
+      'test/lookup_key_util_test.cc',
+      'test/mock_downloader.cc',
+      'test/null_storage_test.cc',
+      'test/ondemand_supply_task_test.cc',
+      'test/post_box_matchers_test.cc',
+      'test/preload_supplier_test.cc',
+      'test/region_data_builder_test.cc',
+      'test/region_data_constants_test.cc',
+      'test/region_data_test.cc',
+      'test/retriever_test.cc',
+      'test/rule_retriever_test.cc',
+      'test/rule_test.cc',
+      'test/supplier_test.cc',
+      'test/util/json_test.cc',
+      'test/util/md5_unittest.cc',
+      'test/util/scoped_ptr_unittest.cc',
+      'test/util/string_compare_test.cc',
+      'test/util/string_split_unittest.cc',
+      'test/util/string_util_test.cc',
+      'test/validating_storage_test.cc',
+      'test/validating_util_test.cc',
+      'test/validation_task_test.cc',
+    ],
+  },
+}
diff --git a/chromium/third_party/libaddressinput/src/cpp/rapidjson.gyp b/chromium/third_party/libaddressinput/src/cpp/rapidjson.gyp
new file mode 100644
index 00000000000..65c6608e1e2
--- /dev/null
+++ b/chromium/third_party/libaddressinput/src/cpp/rapidjson.gyp
@@ -0,0 +1,29 @@
+# Copyright (C) 2013 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+{
+  'variables': {
+    'rapidjson_dir%': '<(DEPTH)/../externals/rapidjson/include',
+  },
+  'targets': [
+    {
+      'target_name': 'rapidjson',
+      'type': 'none',
+      'all_dependent_settings': {
+        'include_dirs': [
+          '<(rapidjson_dir)',
+        ],
+      },
+    },
+  ],
+}
diff --git a/chromium/third_party/libaddressinput/src/cpp/re2.gyp b/chromium/third_party/libaddressinput/src/cpp/re2.gyp
new file mode 100644
index 00000000000..4ac1da1e952
--- /dev/null
+++ b/chromium/third_party/libaddressinput/src/cpp/re2.gyp
@@ -0,0 +1,33 @@
+# Copyright (C) 2013 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+{
+  'variables': {
+    're2_dir%': '/usr/include',
+    're2_lib%': '-lre2',
+  },
+  'targets': [
+    {
+      'target_name': 're2',
+      'type': 'none',
+      'all_dependent_settings': {
+        'include_dirs': [
+          '<(re2_dir)',
+        ],
+        'libraries': [
+          '<(re2_lib)',
+        ],
+      },
+    },
+  ],
+}
diff --git a/chromium/third_party/libwebm/source/libwebm_2008.sln b/chromium/third_party/libwebm/source/libwebm_2008.sln
index e19cd841532..e2f8c0e6db2 100644
--- a/chromium/third_party/libwebm/source/libwebm_2008.sln
+++ b/chromium/third_party/libwebm/source/libwebm_2008.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample_2008.vcproj", "{0CB5681F-6065-490C-98C8-05531732ED7E}"
diff --git a/chromium/third_party/libwebm/source/libwebm_2010.sln b/chromium/third_party/libwebm/source/libwebm_2010.sln
index 1927ed817ca..edc63a7940a 100644
--- a/chromium/third_party/libwebm/source/libwebm_2010.sln
+++ b/chromium/third_party/libwebm/source/libwebm_2010.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2010
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "sample_2010.vcxproj", "{0CB5681F-6065-490C-98C8-05531732ED7E}"
diff --git a/chromium/third_party/libwebm/source/libwebm_2010.vcxproj b/chromium/third_party/libwebm/source/libwebm_2010.vcxproj
index b7d374d1880..350ab446363 100644
--- a/chromium/third_party/libwebm/source/libwebm_2010.vcxproj
+++ b/chromium/third_party/libwebm/source/libwebm_2010.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/libwebm_2010.vcxproj.filters b/chromium/third_party/libwebm/source/libwebm_2010.vcxproj.filters
index 5ff676645d7..5857b17a05a 100644
--- a/chromium/third_party/libwebm/source/libwebm_2010.vcxproj.filters
+++ b/chromium/third_party/libwebm/source/libwebm_2010.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/libwebm/source/libwebm_2013.filters b/chromium/third_party/libwebm/source/libwebm_2013.filters
index 5ff676645d7..5857b17a05a 100644
--- a/chromium/third_party/libwebm/source/libwebm_2013.filters
+++ b/chromium/third_party/libwebm/source/libwebm_2013.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/libwebm/source/libwebm_2013.sln b/chromium/third_party/libwebm/source/libwebm_2013.sln
index 5f4436d9683..27edb29ff5b 100644
--- a/chromium/third_party/libwebm/source/libwebm_2013.sln
+++ b/chromium/third_party/libwebm/source/libwebm_2013.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 2013
 VisualStudioVersion = 12.0.21005.1
diff --git a/chromium/third_party/libwebm/source/libwebm_2013.vcxproj b/chromium/third_party/libwebm/source/libwebm_2013.vcxproj
index dbde07db808..439c24b83df 100644
--- a/chromium/third_party/libwebm/source/libwebm_2013.vcxproj
+++ b/chromium/third_party/libwebm/source/libwebm_2013.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/sample_2010.vcxproj b/chromium/third_party/libwebm/source/sample_2010.vcxproj
index 841d6b39d34..b91f798e5dc 100644
--- a/chromium/third_party/libwebm/source/sample_2010.vcxproj
+++ b/chromium/third_party/libwebm/source/sample_2010.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/sample_2010.vcxproj.filters b/chromium/third_party/libwebm/source/sample_2010.vcxproj.filters
index e98f6d70ea5..1839265a2af 100644
--- a/chromium/third_party/libwebm/source/sample_2010.vcxproj.filters
+++ b/chromium/third_party/libwebm/source/sample_2010.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ClCompile Include="sample.cpp" />
diff --git a/chromium/third_party/libwebm/source/sample_2013.filters b/chromium/third_party/libwebm/source/sample_2013.filters
index e98f6d70ea5..1839265a2af 100644
--- a/chromium/third_party/libwebm/source/sample_2013.filters
+++ b/chromium/third_party/libwebm/source/sample_2013.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ClCompile Include="sample.cpp" />
diff --git a/chromium/third_party/libwebm/source/sample_2013.vcxproj b/chromium/third_party/libwebm/source/sample_2013.vcxproj
index 34ee7d53178..b4c1b7f92c6 100644
--- a/chromium/third_party/libwebm/source/sample_2013.vcxproj
+++ b/chromium/third_party/libwebm/source/sample_2013.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj b/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj
index d640226ffb5..2d51134ac53 100644
--- a/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj
+++ b/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj.filters b/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj.filters
index 780fe0d9ea7..01686e6c606 100644
--- a/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj.filters
+++ b/chromium/third_party/libwebm/source/sample_muxer_2010.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ClCompile Include="sample_muxer.cpp" />
diff --git a/chromium/third_party/libwebm/source/sample_muxer_2013.filters b/chromium/third_party/libwebm/source/sample_muxer_2013.filters
index 780fe0d9ea7..01686e6c606 100644
--- a/chromium/third_party/libwebm/source/sample_muxer_2013.filters
+++ b/chromium/third_party/libwebm/source/sample_muxer_2013.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ClCompile Include="sample_muxer.cpp" />
diff --git a/chromium/third_party/libwebm/source/sample_muxer_2013.vcxproj b/chromium/third_party/libwebm/source/sample_muxer_2013.vcxproj
index 94fbc15a7e4..4f8d40087d0 100644
--- a/chromium/third_party/libwebm/source/sample_muxer_2013.vcxproj
+++ b/chromium/third_party/libwebm/source/sample_muxer_2013.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj b/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj
index 42aab7935e8..3bb8a430f16 100644
--- a/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj
+++ b/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj.filters b/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj.filters
index d019dfd5026..749a04a6232 100644
--- a/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj.filters
+++ b/chromium/third_party/libwebm/source/vttdemux_2010.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ClCompile Include="vttdemux.cc" />
diff --git a/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj b/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj
index 205764df0fc..3e15277e582 100644
--- a/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj
+++ b/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug DLL|Win32">
diff --git a/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj.filters b/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj.filters
index d019dfd5026..749a04a6232 100644
--- a/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj.filters
+++ b/chromium/third_party/libwebm/source/vttdemux_2013.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <ClCompile Include="vttdemux.cc" />
diff --git a/chromium/third_party/npapi/npspy/windows/npspy.sln b/chromium/third_party/npapi/npspy/windows/npspy.sln
index 952bfdbca2e..0e573ebf27b 100644
--- a/chromium/third_party/npapi/npspy/windows/npspy.sln
+++ b/chromium/third_party/npapi/npspy/windows/npspy.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "npspy", "npspy.vcproj", "{BC7D34B8-CF4C-442C-ACC4-0DFAC3EDA19C}"
diff --git a/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj b/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj
index cd7ec20c6fb..f107fec02b1 100644
--- a/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj.filters
index 248f066838a..e3a1d977930 100644
--- a/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/celt.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/opus.sln b/chromium/third_party/opus/src/win32/VS2010/opus.sln
index fdf1aa328a9..2a03f94d116 100644
--- a/chromium/third_party/opus/src/win32/VS2010/opus.sln
+++ b/chromium/third_party/opus/src/win32/VS2010/opus.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2010
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opus", "opus.vcxproj", "{219EC965-228A-1824-174D-96449D05F88A}"
diff --git a/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj b/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj
index 7ccc1cab3dd..aa89a1ed07e 100644
--- a/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj.filters
index 5688c23bd19..716077834e0 100644
--- a/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/opus.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj b/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj
index 368833c8245..9cc081f187d 100644
--- a/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj.filters
index 2131843a300..d7ef6a1a330 100644
--- a/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/opus_demo.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj b/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj
index e99055948db..9cf5f48784a 100644
--- a/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj.filters
index 72ef9e47f62..30db48e0005 100644
--- a/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/silk_common.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj b/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj
index b2d72401c5e..5ea1a913b0a 100644
--- a/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj.filters
index 2851b0590e8..689793036be 100644
--- a/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/silk_fixed.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj b/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj
index 71d548b7dd0..8c387953648 100644
--- a/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj.filters
index 805fc2bb2a7..a7088b2f9c8 100644
--- a/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/silk_float.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj b/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj
index c0778e21f2f..bf42a8fad73 100644
--- a/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj.filters
index 122ef383514..383d19f71a5 100644
--- a/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/test_opus_api.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj b/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj
index be02dcf2719..34523319da1 100644
--- a/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj.filters
index 8ac286dc089..3036a4e7066 100644
--- a/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/test_opus_decode.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj b/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj
index 6b7bd47bc69..d2ede27e0b6 100644
--- a/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj
+++ b/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj.filters b/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj.filters
index e24fdbf9840..84ef4453342 100644
--- a/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj.filters
+++ b/chromium/third_party/opus/src/win32/VS2010/test_opus_encode.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/skia/animations/text#1.xml b/chromium/third_party/skia/animations/text#1.xml
index 12126394922..5a279b688df 100644
--- a/chromium/third_party/skia/animations/text#1.xml
+++ b/chromium/third_party/skia/animations/text#1.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8" ?> 
+<?xml version="1.0" encoding="utf-8" ?> 
 <screenplay xmlns="urn:screenplay">
 	<text id="partial" />
 	<text id="type" text="Typewriter" />
diff --git a/chromium/third_party/skia/bench/ImageCacheBench.cpp b/chromium/third_party/skia/bench/ImageCacheBench.cpp
index 5f1715fc318..e65d1fc3e86 100644
--- a/chromium/third_party/skia/bench/ImageCacheBench.cpp
+++ b/chromium/third_party/skia/bench/ImageCacheBench.cpp
@@ -37,7 +37,7 @@ protected:
     }
 
     virtual void onDraw(const int loops, SkCanvas*) SK_OVERRIDE {
-        if (fCache.getBytesUsed() == 0) {
+        if (fCache.getTotalBytesUsed() == 0) {
             this->populateCache();
         }
 
diff --git a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker.sln b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker.sln
index a43a1e207b0..cd5e9952a23 100644
--- a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker.sln
+++ b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker.sln
@@ -1,4 +1,4 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2010
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Callstacker", "Callstacker\Callstacker.vcxproj", "{A0E72F45-561E-4B28-B9B2-6C9E9F6BA8BA}"
diff --git a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj
index 6fc6362c61c..00edf4b81f5 100644
--- a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj
+++ b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
diff --git a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.filters b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.filters
index eafcb7d98aa..9129292b360 100644
--- a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.filters
+++ b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <Filter Include="Source Files">
diff --git a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.user b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.user
index 276e931cfa6..ee23de7a35d 100644
--- a/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.user
+++ b/chromium/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.user
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <LocalDebuggerCommandArguments>D:\edisonn\chromium1_new\ D:\edisonn\chromium1_new\all.txt D:\edisonn\chromium1_new\lightsymbols.txt</LocalDebuggerCommandArguments>
diff --git a/chromium/third_party/skia/gyp/tests.gypi b/chromium/third_party/skia/gyp/tests.gypi
index 2a7dddd4ff0..9e418d6878f 100644
--- a/chromium/third_party/skia/gyp/tests.gypi
+++ b/chromium/third_party/skia/gyp/tests.gypi
@@ -155,6 +155,7 @@
     '../tests/RuntimeConfigTest.cpp',
     '../tests/SHA1Test.cpp',
     '../tests/ScalarTest.cpp',
+    '../tests/ScaledImageCache.cpp',
     '../tests/SerializationTest.cpp',
     '../tests/ShaderImageFilterTest.cpp',
     '../tests/ShaderOpacityTest.cpp',
diff --git a/chromium/third_party/skia/include/core/SkGraphics.h b/chromium/third_party/skia/include/core/SkGraphics.h
index 2667a388d2b..e7865ca5afb 100644
--- a/chromium/third_party/skia/include/core/SkGraphics.h
+++ b/chromium/third_party/skia/include/core/SkGraphics.h
@@ -79,9 +79,47 @@ public:
      */
     static void PurgeFontCache();
 
-    static size_t GetImageCacheBytesUsed();
-    static size_t GetImageCacheByteLimit();
-    static size_t SetImageCacheByteLimit(size_t newLimit);
+    /**
+     *  Scaling bitmaps with the SkPaint::kHigh_FilterLevel setting is
+     *  expensive, so the result is saved in the global Scaled Image
+     *  Cache.
+     *
+     *  This function returns the memory usage of the Scaled Image Cache.
+     */
+    static size_t GetImageCacheTotalBytesUsed();
+    /**
+     *  These functions get/set the memory usage limit for the Scaled
+     *  Image Cache.  Bitmaps are purged from the cache when the
+     *  memory useage exceeds this limit.
+     */
+    static size_t GetImageCacheTotalByteLimit();
+    static size_t SetImageCacheTotalByteLimit(size_t newLimit);
+
+    // DEPRECATED
+    static size_t GetImageCacheBytesUsed() {
+        return GetImageCacheTotalBytesUsed();
+    }
+    // DEPRECATED
+    static size_t GetImageCacheByteLimit() {
+        return GetImageCacheTotalByteLimit();
+    }
+    // DEPRECATED
+    static size_t SetImageCacheByteLimit(size_t newLimit) {
+        return SetImageCacheTotalByteLimit(newLimit);
+    }
+
+    /**
+     *  Scaling bitmaps with the SkPaint::kHigh_FilterLevel setting is
+     *  expensive, so the result is saved in the global Scaled Image
+     *  Cache.  When the resulting bitmap is too large, this can
+     *  overload the cache.  If the ImageCacheSingleAllocationByteLimit
+     *  is set to a non-zero number, and the resulting bitmap would be
+     *  larger than that value, the bitmap scaling algorithm falls
+     *  back onto a cheaper algorithm and does not cache the result.
+     *  Zero is the default value.
+     */
+    static size_t GetImageCacheSingleAllocationByteLimit();
+    static size_t SetImageCacheSingleAllocationByteLimit(size_t newLimit);
 
     /**
      *  Applications with command line options may pass optional state, such
diff --git a/chromium/third_party/skia/src/core/SkBitmapProcState.cpp b/chromium/third_party/skia/src/core/SkBitmapProcState.cpp
index f6f9f3fa06c..137bcda91f6 100644
--- a/chromium/third_party/skia/src/core/SkBitmapProcState.cpp
+++ b/chromium/third_party/skia/src/core/SkBitmapProcState.cpp
@@ -127,6 +127,21 @@ private:
 };
 #define AutoScaledCacheUnlocker(...) SK_REQUIRE_LOCAL_VAR(AutoScaledCacheUnlocker)
 
+// Check to see that the size of the bitmap that would be produced by
+// scaling by the given inverted matrix is less than the maximum allowed.
+static inline bool cache_size_okay(const SkBitmap& bm, const SkMatrix& invMat) {
+    size_t maximumAllocation
+        = SkScaledImageCache::GetSingleAllocationByteLimit();
+    if (0 == maximumAllocation) {
+        return true;
+    }
+    // float matrixScaleFactor = 1.0 / (invMat.scaleX * invMat.scaleY);
+    // return ((origBitmapSize * matrixScaleFactor) < maximumAllocationSize);
+    // Skip the division step:
+    return bm.info().getSafeSize(bm.info().minRowBytes())
+        < (maximumAllocation * invMat.getScaleX() * invMat.getScaleY());
+}
+
 // TODO -- we may want to pass the clip into this function so we only scale
 // the portion of the image that we're going to need.  This will complicate
 // the interface to the cache, but might be well worth it.
@@ -140,14 +155,14 @@ bool SkBitmapProcState::possiblyScaleImage() {
     if (fFilterLevel <= SkPaint::kLow_FilterLevel) {
         return false;
     }
-
     // Check to see if the transformation matrix is simple, and if we're
     // doing high quality scaling.  If so, do the bitmap scale here and
     // remove the scaling component from the matrix.
 
     if (SkPaint::kHigh_FilterLevel == fFilterLevel &&
         fInvMatrix.getType() <= (SkMatrix::kScale_Mask | SkMatrix::kTranslate_Mask) &&
-        kN32_SkColorType == fOrigBitmap.colorType()) {
+        kN32_SkColorType == fOrigBitmap.colorType() &&
+        cache_size_okay(fOrigBitmap, fInvMatrix)) {
 
         SkScalar invScaleX = fInvMatrix.getScaleX();
         SkScalar invScaleY = fInvMatrix.getScaleY();
diff --git a/chromium/third_party/skia/src/core/SkGlyph.h b/chromium/third_party/skia/src/core/SkGlyph.h
index 73afb132d64..768f981073a 100644
--- a/chromium/third_party/skia/src/core/SkGlyph.h
+++ b/chromium/third_party/skia/src/core/SkGlyph.h
@@ -32,6 +32,7 @@ struct SkGlyph {
     void*       fDistanceField;
     uint8_t     fMaskFormat;
     int8_t      fRsbDelta, fLsbDelta;  // used by auto-kerning
+    int8_t      fForceBW;
 
     void init(uint32_t id) {
         fID             = id;
@@ -39,6 +40,7 @@ struct SkGlyph {
         fPath           = NULL;
         fDistanceField  = NULL;
         fMaskFormat     = MASK_FORMAT_UNKNOWN;
+        fForceBW        = 0;
     }
 
     /**
diff --git a/chromium/third_party/skia/src/core/SkScaledImageCache.cpp b/chromium/third_party/skia/src/core/SkScaledImageCache.cpp
index a030248197a..43ff7ef8902 100644
--- a/chromium/third_party/skia/src/core/SkScaledImageCache.cpp
+++ b/chromium/third_party/skia/src/core/SkScaledImageCache.cpp
@@ -165,12 +165,13 @@ void SkScaledImageCache::init() {
 #else
     fHash = NULL;
 #endif
-    fBytesUsed = 0;
+    fTotalBytesUsed = 0;
     fCount = 0;
+    fSingleAllocationByteLimit = 0;
     fAllocator = NULL;
 
     // One of these should be explicit set by the caller after we return.
-    fByteLimit = 0;
+    fTotalByteLimit = 0;
     fDiscardableFactory = NULL;
 }
 
@@ -297,7 +298,7 @@ SkScaledImageCache::SkScaledImageCache(DiscardableFactory factory) {
 
 SkScaledImageCache::SkScaledImageCache(size_t byteLimit) {
     this->init();
-    fByteLimit = byteLimit;
+    fTotalByteLimit = byteLimit;
 }
 
 SkScaledImageCache::~SkScaledImageCache() {
@@ -502,10 +503,10 @@ void SkScaledImageCache::purgeAsNeeded() {
         byteLimit = SK_MaxU32;  // no limit based on bytes
     } else {
         countLimit = SK_MaxS32; // no limit based on count
-        byteLimit = fByteLimit;
+        byteLimit = fTotalByteLimit;
     }
 
-    size_t bytesUsed = fBytesUsed;
+    size_t bytesUsed = fTotalBytesUsed;
     int    countUsed = fCount;
 
     Rec* rec = fTail;
@@ -531,13 +532,13 @@ void SkScaledImageCache::purgeAsNeeded() {
         rec = prev;
     }
 
-    fBytesUsed = bytesUsed;
+    fTotalBytesUsed = bytesUsed;
     fCount = countUsed;
 }
 
-size_t SkScaledImageCache::setByteLimit(size_t newLimit) {
-    size_t prevLimit = fByteLimit;
-    fByteLimit = newLimit;
+size_t SkScaledImageCache::setTotalByteLimit(size_t newLimit) {
+    size_t prevLimit = fTotalByteLimit;
+    fTotalByteLimit = newLimit;
     if (newLimit < prevLimit) {
         this->purgeAsNeeded();
     }
@@ -597,7 +598,7 @@ void SkScaledImageCache::addToHead(Rec* rec) {
     if (!fTail) {
         fTail = rec;
     }
-    fBytesUsed += rec->bytesUsed();
+    fTotalBytesUsed += rec->bytesUsed();
     fCount += 1;
 
     this->validate();
@@ -609,14 +610,14 @@ void SkScaledImageCache::addToHead(Rec* rec) {
 void SkScaledImageCache::validate() const {
     if (NULL == fHead) {
         SkASSERT(NULL == fTail);
-        SkASSERT(0 == fBytesUsed);
+        SkASSERT(0 == fTotalBytesUsed);
         return;
     }
 
     if (fHead == fTail) {
         SkASSERT(NULL == fHead->fPrev);
         SkASSERT(NULL == fHead->fNext);
-        SkASSERT(fHead->bytesUsed() == fBytesUsed);
+        SkASSERT(fHead->bytesUsed() == fTotalBytesUsed);
         return;
     }
 
@@ -631,7 +632,7 @@ void SkScaledImageCache::validate() const {
     while (rec) {
         count += 1;
         used += rec->bytesUsed();
-        SkASSERT(used <= fBytesUsed);
+        SkASSERT(used <= fTotalBytesUsed);
         rec = rec->fNext;
     }
     SkASSERT(fCount == count);
@@ -661,10 +662,20 @@ void SkScaledImageCache::dump() const {
     }
 
     SkDebugf("SkScaledImageCache: count=%d bytes=%d locked=%d %s\n",
-             fCount, fBytesUsed, locked,
+             fCount, fTotalBytesUsed, locked,
              fDiscardableFactory ? "discardable" : "malloc");
 }
 
+size_t SkScaledImageCache::setSingleAllocationByteLimit(size_t newLimit) {
+    size_t oldLimit = fSingleAllocationByteLimit;
+    fSingleAllocationByteLimit = newLimit;
+    return oldLimit;
+}
+
+size_t SkScaledImageCache::getSingleAllocationByteLimit() const {
+    return fSingleAllocationByteLimit;
+}
+
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "SkThread.h"
@@ -751,19 +762,19 @@ void SkScaledImageCache::Unlock(SkScaledImageCache::ID* id) {
 //    get_cache()->dump();
 }
 
-size_t SkScaledImageCache::GetBytesUsed() {
+size_t SkScaledImageCache::GetTotalBytesUsed() {
     SkAutoMutexAcquire am(gMutex);
-    return get_cache()->getBytesUsed();
+    return get_cache()->getTotalBytesUsed();
 }
 
-size_t SkScaledImageCache::GetByteLimit() {
+size_t SkScaledImageCache::GetTotalByteLimit() {
     SkAutoMutexAcquire am(gMutex);
-    return get_cache()->getByteLimit();
+    return get_cache()->getTotalByteLimit();
 }
 
-size_t SkScaledImageCache::SetByteLimit(size_t newLimit) {
+size_t SkScaledImageCache::SetTotalByteLimit(size_t newLimit) {
     SkAutoMutexAcquire am(gMutex);
-    return get_cache()->setByteLimit(newLimit);
+    return get_cache()->setTotalByteLimit(newLimit);
 }
 
 SkBitmap::Allocator* SkScaledImageCache::GetAllocator() {
@@ -776,18 +787,37 @@ void SkScaledImageCache::Dump() {
     get_cache()->dump();
 }
 
+size_t SkScaledImageCache::SetSingleAllocationByteLimit(size_t size) {
+    SkAutoMutexAcquire am(gMutex);
+    return get_cache()->setSingleAllocationByteLimit(size);
+}
+
+size_t SkScaledImageCache::GetSingleAllocationByteLimit() {
+    SkAutoMutexAcquire am(gMutex);
+    return get_cache()->getSingleAllocationByteLimit();
+}
+
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "SkGraphics.h"
 
-size_t SkGraphics::GetImageCacheBytesUsed() {
-    return SkScaledImageCache::GetBytesUsed();
+size_t SkGraphics::GetImageCacheTotalBytesUsed() {
+    return SkScaledImageCache::GetTotalBytesUsed();
+}
+
+size_t SkGraphics::GetImageCacheTotalByteLimit() {
+    return SkScaledImageCache::GetTotalByteLimit();
 }
 
-size_t SkGraphics::GetImageCacheByteLimit() {
-    return SkScaledImageCache::GetByteLimit();
+size_t SkGraphics::SetImageCacheTotalByteLimit(size_t newLimit) {
+    return SkScaledImageCache::SetTotalByteLimit(newLimit);
 }
 
-size_t SkGraphics::SetImageCacheByteLimit(size_t newLimit) {
-    return SkScaledImageCache::SetByteLimit(newLimit);
+size_t SkGraphics::GetImageCacheSingleAllocationByteLimit() {
+    return SkScaledImageCache::GetSingleAllocationByteLimit();
 }
+
+size_t SkGraphics::SetImageCacheSingleAllocationByteLimit(size_t newLimit) {
+    return SkScaledImageCache::SetSingleAllocationByteLimit(newLimit);
+}
+
diff --git a/chromium/third_party/skia/src/core/SkScaledImageCache.h b/chromium/third_party/skia/src/core/SkScaledImageCache.h
index fe072306d38..817147e3b81 100644
--- a/chromium/third_party/skia/src/core/SkScaledImageCache.h
+++ b/chromium/third_party/skia/src/core/SkScaledImageCache.h
@@ -60,9 +60,12 @@ public:
 
     static void Unlock(ID*);
 
-    static size_t GetBytesUsed();
-    static size_t GetByteLimit();
-    static size_t SetByteLimit(size_t newLimit);
+    static size_t GetTotalBytesUsed();
+    static size_t GetTotalByteLimit();
+    static size_t SetTotalByteLimit(size_t newLimit);
+
+    static size_t SetSingleAllocationByteLimit(size_t);
+    static size_t GetSingleAllocationByteLimit();
 
     static SkBitmap::Allocator* GetAllocator();
 
@@ -76,9 +79,9 @@ public:
     /**
      *  Construct the cache to call DiscardableFactory when it
      *  allocates memory for the pixels. In this mode, the cache has
-     *  not explicit budget, and so methods like getBytesUsed() and
-     *  getByteLimit() will return 0, and setByteLimit will ignore its argument
-     *  and return 0.
+     *  not explicit budget, and so methods like getTotalBytesUsed()
+     *  and getTotalByteLimit() will return 0, and setTotalByteLimit
+     *  will ignore its argument and return 0.
      */
     SkScaledImageCache(DiscardableFactory);
 
@@ -86,7 +89,7 @@ public:
      *  Construct the cache, allocating memory with malloc, and respect the
      *  byteLimit, purging automatically when a new image is added to the cache
      *  that pushes the total bytesUsed over the limit. Note: The limit can be
-     *  changed at runtime with setByteLimit.
+     *  changed at runtime with setTotalByteLimit.
      */
     SkScaledImageCache(size_t byteLimit);
 
@@ -144,15 +147,22 @@ public:
      */
     void unlock(ID*);
 
-    size_t getBytesUsed() const { return fBytesUsed; }
-    size_t getByteLimit() const { return fByteLimit; }
+    size_t getTotalBytesUsed() const { return fTotalBytesUsed; }
+    size_t getTotalByteLimit() const { return fTotalByteLimit; }
 
+    /**
+     *  This is respected by SkBitmapProcState::possiblyScaleImage.
+     *  0 is no maximum at all; this is the default.
+     *  setSingleAllocationByteLimit() returns the previous value.
+     */
+    size_t setSingleAllocationByteLimit(size_t maximumAllocationSize);
+    size_t getSingleAllocationByteLimit() const;
     /**
      *  Set the maximum number of bytes available to this cache. If the current
      *  cache exceeds this new value, it will be purged to try to fit within
      *  this new limit.
      */
-    size_t setByteLimit(size_t newLimit);
+    size_t setTotalByteLimit(size_t newLimit);
 
     SkBitmap::Allocator* allocator() const { return fAllocator; };
 
@@ -175,8 +185,9 @@ private:
     // the allocator is NULL or one that matches discardables
     SkBitmap::Allocator* fAllocator;
 
-    size_t  fBytesUsed;
-    size_t  fByteLimit;
+    size_t  fTotalBytesUsed;
+    size_t  fTotalByteLimit;
+    size_t  fSingleAllocationByteLimit;
     int     fCount;
 
     Rec* findAndLock(uint32_t generationID, SkScalar sx, SkScalar sy,
diff --git a/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.cpp b/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.cpp
index 28d41c1b9e7..e1fc92fc09c 100644
--- a/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.cpp
+++ b/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.cpp
@@ -404,11 +404,11 @@ void SkScalerContext_DW::generateAdvance(SkGlyph* glyph) {
     glyph->fAdvanceY = SkScalarToFixed(vecs[0].fY);
 }
 
-void SkScalerContext_DW::generateMetrics(SkGlyph* glyph) {
-    glyph->fWidth = 0;
-
-    this->generateAdvance(glyph);
-
+void SkScalerContext_DW::getBoundingBox(SkGlyph* glyph,
+                                        DWRITE_RENDERING_MODE renderingMode,
+                                        DWRITE_TEXTURE_TYPE textureType,
+                                        RECT* bbox)
+{
     //Measure raster size.
     fXform.dx = SkFixedToFloat(glyph->getSubXFixed());
     fXform.dy = SkFixedToFloat(glyph->getSubYFixed());
@@ -436,16 +436,41 @@ void SkScalerContext_DW::generateMetrics(SkGlyph* glyph) {
              &run,
              1.0f, // pixelsPerDip,
              &fXform,
-             fRenderingMode,
+             renderingMode,
              fMeasuringMode,
              0.0f, // baselineOriginX,
              0.0f, // baselineOriginY,
              &glyphRunAnalysis),
          "Could not create glyph run analysis.");
 
-    RECT bbox;
-    HRVM(glyphRunAnalysis->GetAlphaTextureBounds(fTextureType, &bbox),
+    HRVM(glyphRunAnalysis->GetAlphaTextureBounds(textureType, bbox),
          "Could not get texture bounds.");
+}
+
+void SkScalerContext_DW::generateMetrics(SkGlyph* glyph) {
+    glyph->fWidth = 0;
+
+    this->generateAdvance(glyph);
+
+    RECT bbox;
+    this->getBoundingBox(glyph, fRenderingMode, fTextureType, &bbox);
+
+    // GetAlphaTextureBounds succeeds but returns an empty RECT if there are no
+    // glyphs of the specified texture type. When this happens, try with the
+    // alternate texture type.
+    if (bbox.left == bbox.right || bbox.top == bbox.bottom) {
+        if (DWRITE_TEXTURE_CLEARTYPE_3x1 == fTextureType) {
+            this->getBoundingBox(glyph,
+                                 DWRITE_RENDERING_MODE_ALIASED,
+                                 DWRITE_TEXTURE_ALIASED_1x1,
+                                 &bbox);
+            if (bbox.left != bbox.right && bbox.top != bbox.bottom) {
+                glyph->fForceBW = 1;
+            }
+        }
+        // TODO: handle the case where a request for DWRITE_TEXTURE_ALIASED_1x1
+        // fails, and try DWRITE_TEXTURE_CLEARTYPE_3x1.
+    }
 
     glyph->fWidth = SkToU16(bbox.right - bbox.left);
     glyph->fHeight = SkToU16(bbox.bottom - bbox.top);
@@ -628,9 +653,12 @@ static void rgb_to_lcd32(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph,
     }
 }
 
-const void* SkScalerContext_DW::drawDWMask(const SkGlyph& glyph) {
+const void* SkScalerContext_DW::drawDWMask(const SkGlyph& glyph,
+                                           DWRITE_RENDERING_MODE renderingMode,
+                                           DWRITE_TEXTURE_TYPE textureType)
+{
     int sizeNeeded = glyph.fWidth * glyph.fHeight;
-    if (DWRITE_RENDERING_MODE_ALIASED != fRenderingMode) {
+    if (DWRITE_RENDERING_MODE_ALIASED != renderingMode) {
         sizeNeeded *= 3;
     }
     if (sizeNeeded > fBits.count()) {
@@ -665,7 +693,7 @@ const void* SkScalerContext_DW::drawDWMask(const SkGlyph& glyph) {
     HRNM(fTypeface->fFactory->CreateGlyphRunAnalysis(&run,
                                           1.0f, // pixelsPerDip,
                                           &fXform,
-                                          fRenderingMode,
+                                          renderingMode,
                                           fMeasuringMode,
                                           0.0f, // baselineOriginX,
                                           0.0f, // baselineOriginY,
@@ -679,7 +707,7 @@ const void* SkScalerContext_DW::drawDWMask(const SkGlyph& glyph) {
     bbox.top = glyph.fTop;
     bbox.right = glyph.fLeft + glyph.fWidth;
     bbox.bottom = glyph.fTop + glyph.fHeight;
-    HRNM(glyphRunAnalysis->CreateAlphaTexture(fTextureType,
+    HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
                                               &bbox,
                                               fBits.begin(),
                                               sizeNeeded),
@@ -689,7 +717,13 @@ const void* SkScalerContext_DW::drawDWMask(const SkGlyph& glyph) {
 
 void SkScalerContext_DW::generateImage(const SkGlyph& glyph) {
     //Create the mask.
-    const void* bits = this->drawDWMask(glyph);
+    DWRITE_RENDERING_MODE renderingMode = fRenderingMode;
+    DWRITE_TEXTURE_TYPE textureType = fTextureType;
+    if (glyph.fForceBW) {
+        renderingMode = DWRITE_RENDERING_MODE_ALIASED;
+        textureType = DWRITE_TEXTURE_ALIASED_1x1;
+    }
+    const void* bits = this->drawDWMask(glyph, renderingMode, textureType);
     if (!bits) {
         sk_bzero(glyph.fImage, glyph.computeImageSize());
         return;
@@ -697,7 +731,7 @@ void SkScalerContext_DW::generateImage(const SkGlyph& glyph) {
 
     //Copy the mask into the glyph.
     const uint8_t* src = (const uint8_t*)bits;
-    if (DWRITE_RENDERING_MODE_ALIASED == fRenderingMode) {
+    if (DWRITE_RENDERING_MODE_ALIASED == renderingMode) {
         bilevel_to_bw(src, glyph);
         const_cast<SkGlyph&>(glyph).fMaskFormat = SkMask::kBW_Format;
     } else if (!isLCD(fRec)) {
diff --git a/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.h b/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.h
index e3dbd29543b..0edd869d05d 100644
--- a/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.h
+++ b/chromium/third_party/skia/src/ports/SkScalerContext_win_dw.h
@@ -34,7 +34,14 @@ protected:
                                      SkPaint::FontMetrics* mY) SK_OVERRIDE;
 
 private:
-    const void* drawDWMask(const SkGlyph& glyph);
+    const void* drawDWMask(const SkGlyph& glyph,
+                           DWRITE_RENDERING_MODE renderingMode,
+                           DWRITE_TEXTURE_TYPE textureType);
+
+    void getBoundingBox(SkGlyph* glyph,
+                        DWRITE_RENDERING_MODE renderingMode,
+                        DWRITE_TEXTURE_TYPE textureType,
+                        RECT* bbox);
 
     SkTDArray<uint8_t> fBits;
     /** The total matrix without the text height scale. */
diff --git a/chromium/third_party/skia/tools/pathops_sorter.htm b/chromium/third_party/skia/tools/pathops_sorter.htm
index 050425fd96a..aac151af21e 100644
--- a/chromium/third_party/skia/tools/pathops_sorter.htm
+++ b/chromium/third_party/skia/tools/pathops_sorter.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 
 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
 <head>
diff --git a/chromium/third_party/webdriver/test_data/deletingFrame.htm b/chromium/third_party/webdriver/test_data/deletingFrame.htm
index b07790eee30..d3c199e8adb 100644
--- a/chromium/third_party/webdriver/test_data/deletingFrame.htm
+++ b/chromium/third_party/webdriver/test_data/deletingFrame.htm
@@ -1,4 +1,4 @@
-<html>
+<html>
 <head>
     <title></title>
 </head>
diff --git a/chromium/third_party/webdriver/test_data/sessionCookie.html b/chromium/third_party/webdriver/test_data/sessionCookie.html
index 95eef80c533..0ada24ed3ca 100644
--- a/chromium/third_party/webdriver/test_data/sessionCookie.html
+++ b/chromium/third_party/webdriver/test_data/sessionCookie.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
diff --git a/chromium/third_party/webdriver/test_data/sessionCookieDest.html b/chromium/third_party/webdriver/test_data/sessionCookieDest.html
index bba89669bd7..f5e2ef2e4cd 100644
--- a/chromium/third_party/webdriver/test_data/sessionCookieDest.html
+++ b/chromium/third_party/webdriver/test_data/sessionCookieDest.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
diff --git a/chromium/third_party/yasm/source/patched-yasm/Mkfiles/vc9/yasm.rules b/chromium/third_party/yasm/source/patched-yasm/Mkfiles/vc9/yasm.rules
index d0adf9023b1..44cc0668f55 100644
--- a/chromium/third_party/yasm/source/patched-yasm/Mkfiles/vc9/yasm.rules
+++ b/chromium/third_party/yasm/source/patched-yasm/Mkfiles/vc9/yasm.rules
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <VisualStudioToolFile
 	Name="Yasm"
 	Version="8.00"
diff --git a/chromium/ui/aura/window_event_dispatcher.cc b/chromium/ui/aura/window_event_dispatcher.cc
index 87d25b1cfd8..5cf693defba 100644
--- a/chromium/ui/aura/window_event_dispatcher.cc
+++ b/chromium/ui/aura/window_event_dispatcher.cc
@@ -281,6 +281,9 @@ ui::EventDispatchDetails WindowEventDispatcher::ProcessGestures(
     return details;
 
   Window* target = GetGestureTarget(gestures->get().at(0));
+  if (!target)
+    return details;
+
   for (size_t i = 0; i < gestures->size(); ++i) {
     ui::GestureEvent* event = gestures->get().at(i);
     event->ConvertLocationToTarget(window(), target);
diff --git a/chromium/ui/aura/window_event_dispatcher_unittest.cc b/chromium/ui/aura/window_event_dispatcher_unittest.cc
index 11eeaa0d2c4..23e0b23c6ad 100644
--- a/chromium/ui/aura/window_event_dispatcher_unittest.cc
+++ b/chromium/ui/aura/window_event_dispatcher_unittest.cc
@@ -776,6 +776,19 @@ TEST_F(WindowEventDispatcherTest, TouchMovesHeld) {
   EXPECT_TRUE(recorder.events().empty());
 }
 
+// Verifies that a direct call to ProcessedTouchEvent() with a
+// TOUCH_PRESSED event does not cause a crash.
+TEST_F(WindowEventDispatcherTest, CallToProcessedTouchEvent) {
+  test::TestWindowDelegate delegate;
+  scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
+      &delegate, 1, gfx::Rect(50, 50, 100, 100), root_window()));
+
+  ui::TouchEvent touch(
+      ui::ET_TOUCH_PRESSED, gfx::Point(10, 10), 1, ui::EventTimeForNow());
+  host()->dispatcher()->ProcessedTouchEvent(
+      &touch, window.get(), ui::ER_UNHANDLED);
+}
+
 // This event handler requests the dispatcher to start holding pointer-move
 // events when it receives the first scroll-update gesture.
 class HoldPointerOnScrollHandler : public ui::test::TestEventHandler {
diff --git a/chromium/ui/base/ime/chromeos/ime_keymap.cc b/chromium/ui/base/ime/chromeos/ime_keymap.cc
index c6686094a44..ec3513ab18a 100644
--- a/chromium/ui/base/ime/chromeos/ime_keymap.cc
+++ b/chromium/ui/base/ime/chromeos/ime_keymap.cc
@@ -134,6 +134,10 @@ const struct KeyCodeTable {
   {VKEY_VOLUME_MUTE, "VolumeMute"},
   {VKEY_VOLUME_DOWN, "VolumeDown"},
   {VKEY_VOLUME_UP, "VolumeUp"},
+  {VKEY_BRIGHTNESS_DOWN, "BrightnessDown"},
+  {VKEY_BRIGHTNESS_UP, "BrightnessUp"},
+  {VKEY_MEDIA_LAUNCH_APP1, "ChromeOSSwitchWindow"},
+  {VKEY_MEDIA_LAUNCH_APP2, "ChromeOSFullscreen"},
   {VKEY_MEDIA_NEXT_TRACK, "MediaTrackNext"},
   {VKEY_MEDIA_PREV_TRACK, "MediaTrackPrevious"},
   {VKEY_MEDIA_STOP, "MediaStop"},
@@ -154,18 +158,27 @@ const struct KeyCodeTable {
 class KeyCodeMap {
  public:
   KeyCodeMap() {
-    for (size_t i = 0; i < arraysize(kKeyCodeTable); ++i)
-      map_[kKeyCodeTable[i].dom_code] = kKeyCodeTable[i].keyboard_code;
+    for (size_t i = 0; i < arraysize(kKeyCodeTable); ++i) {
+      map_dom_key_[kKeyCodeTable[i].dom_code] = kKeyCodeTable[i].keyboard_code;
+      map_key_dom_[kKeyCodeTable[i].keyboard_code] = kKeyCodeTable[i].dom_code;
+    }
   }
 
   KeyboardCode GetKeyboardCode(const std::string& dom_code) const {
     std::map<std::string, KeyboardCode>::const_iterator it =
-        map_.find(dom_code);
-    return (it == map_.end()) ? VKEY_UNKNOWN : it->second;
+        map_dom_key_.find(dom_code);
+    return (it == map_dom_key_.end()) ? VKEY_UNKNOWN : it->second;
+  }
+
+  std::string GetDomKeycode(KeyboardCode key_code) const {
+    std::map<KeyboardCode, std::string>::const_iterator it =
+        map_key_dom_.find(key_code);
+    return (it == map_key_dom_.end()) ? "" : it->second;
   }
 
  private:
-  std::map<std::string, KeyboardCode> map_;
+  std::map<std::string, KeyboardCode> map_dom_key_;
+  std::map<KeyboardCode, std::string> map_key_dom_;
 };
 
 base::LazyInstance<KeyCodeMap>::Leaky g_keycode_map =
@@ -177,4 +190,8 @@ KeyboardCode DomKeycodeToKeyboardCode(const std::string& code) {
   return g_keycode_map.Get().GetKeyboardCode(code);
 }
 
+std::string KeyboardCodeToDomKeycode(KeyboardCode code) {
+  return g_keycode_map.Get().GetDomKeycode(code);
+}
+
 }  // namespace ui
diff --git a/chromium/ui/base/ime/chromeos/ime_keymap.h b/chromium/ui/base/ime/chromeos/ime_keymap.h
index 7d41b3f323d..a4cdf0d9504 100644
--- a/chromium/ui/base/ime/chromeos/ime_keymap.h
+++ b/chromium/ui/base/ime/chromeos/ime_keymap.h
@@ -15,6 +15,9 @@ namespace ui {
 // Translates the DOM4 key code string to ui::KeyboardCode.
 UI_BASE_EXPORT KeyboardCode DomKeycodeToKeyboardCode(const std::string& code);
 
+// Translates the ui::KeyboardCode to DOM4 key code string.
+UI_BASE_EXPORT std::string KeyboardCodeToDomKeycode(KeyboardCode code);
+
 }  // namespace ui
 
 #endif  // UI_BASE_IME_CHROMEOS_IME_KEYMAP_H_
diff --git a/chromium/ui/events/BUILD.gn b/chromium/ui/events/BUILD.gn
index 26c4b1ed633..e4dba26cc53 100644
--- a/chromium/ui/events/BUILD.gn
+++ b/chromium/ui/events/BUILD.gn
@@ -231,6 +231,8 @@ source_set("events_test_support") {
     "test/events_test_utils.h",
     "test/events_test_utils_x11.cc",
     "test/events_test_utils_x11.h",
+    "test/mock_motion_event.cc",
+    "test/mock_motion_event.h",
     "test/platform_event_waiter.cc",
     "test/platform_event_waiter.h",
     "test/test_event_handler.cc",
@@ -274,8 +276,6 @@ test("events_unittests") {
     "gestures/velocity_calculator_unittest.cc",
     "gesture_detection/bitset_32_unittest.cc",
     "gesture_detection/gesture_provider_unittest.cc",
-    "gesture_detection/mock_motion_event.h",
-    "gesture_detection/mock_motion_event.cc",
     "gesture_detection/velocity_tracker_unittest.cc",
     "gesture_detection/touch_disposition_gesture_filter_unittest.cc",
     "keycodes/dom4/keycode_converter_unittest.cc",
diff --git a/chromium/ui/events/events.gyp b/chromium/ui/events/events.gyp
index 890708dab2f..8f8e911ac12 100644
--- a/chromium/ui/events/events.gyp
+++ b/chromium/ui/events/events.gyp
@@ -236,6 +236,8 @@
         'test/events_test_utils.h',
         'test/events_test_utils_x11.cc',
         'test/events_test_utils_x11.h',
+        'test/mock_motion_event.cc',
+        'test/mock_motion_event.h',
         'test/platform_event_waiter.cc',
         'test/platform_event_waiter.h',
         'test/test_event_handler.cc',
@@ -286,8 +288,6 @@
         'gestures/velocity_calculator_unittest.cc',
         'gesture_detection/bitset_32_unittest.cc',
         'gesture_detection/gesture_provider_unittest.cc',
-        'gesture_detection/mock_motion_event.h',
-        'gesture_detection/mock_motion_event.cc',
         'gesture_detection/velocity_tracker_unittest.cc',
         'gesture_detection/touch_disposition_gesture_filter_unittest.cc',
         'keycodes/dom4/keycode_converter_unittest.cc',
diff --git a/chromium/ui/events/gesture_detection/gesture_provider_unittest.cc b/chromium/ui/events/gesture_detection/gesture_provider_unittest.cc
index 985aa377999..2d122fda51d 100644
--- a/chromium/ui/events/gesture_detection/gesture_provider_unittest.cc
+++ b/chromium/ui/events/gesture_detection/gesture_provider_unittest.cc
@@ -11,12 +11,13 @@
 #include "ui/events/event_constants.h"
 #include "ui/events/gesture_detection/gesture_event_data.h"
 #include "ui/events/gesture_detection/gesture_provider.h"
-#include "ui/events/gesture_detection/mock_motion_event.h"
 #include "ui/events/gesture_detection/motion_event.h"
+#include "ui/events/test/mock_motion_event.h"
 #include "ui/gfx/geometry/point_f.h"
 
 using base::TimeDelta;
 using base::TimeTicks;
+using ui::test::MockMotionEvent;
 
 namespace ui {
 namespace {
diff --git a/chromium/ui/events/gesture_detection/mock_motion_event.cc b/chromium/ui/events/gesture_detection/mock_motion_event.cc
deleted file mode 100644
index d6e0a91b5a1..00000000000
--- a/chromium/ui/events/gesture_detection/mock_motion_event.cc
+++ /dev/null
@@ -1,204 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/events/gesture_detection/mock_motion_event.h"
-
-#include "base/logging.h"
-
-using base::TimeTicks;
-
-namespace ui {
-
-MockMotionEvent::MockMotionEvent()
-    : action(ACTION_CANCEL), pointer_count(1), touch_major(TOUCH_MAJOR), id(0) {
-}
-
-MockMotionEvent::MockMotionEvent(Action action)
-    : action(action), pointer_count(1), touch_major(TOUCH_MAJOR), id(0) {
-}
-
-MockMotionEvent::MockMotionEvent(Action action,
-                                 TimeTicks time,
-                                 float x,
-                                 float y)
-    : action(action),
-      pointer_count(1),
-      time(time),
-      touch_major(TOUCH_MAJOR),
-      id(0) {
-  points[0].SetPoint(x, y);
-}
-
-MockMotionEvent::MockMotionEvent(Action action,
-                                 TimeTicks time,
-                                 float x0,
-                                 float y0,
-                                 float x1,
-                                 float y1)
-    : action(action),
-      pointer_count(2),
-      time(time),
-      touch_major(TOUCH_MAJOR),
-      id(0) {
-  points[0].SetPoint(x0, y0);
-  points[1].SetPoint(x1, y1);
-}
-
-MockMotionEvent::MockMotionEvent(Action action,
-                                 TimeTicks time,
-                                 float x0,
-                                 float y0,
-                                 float x1,
-                                 float y1,
-                                 float x2,
-                                 float y2)
-    : action(action),
-      pointer_count(3),
-      time(time),
-      touch_major(TOUCH_MAJOR),
-      id(0) {
-  points[0].SetPoint(x0, y0);
-  points[1].SetPoint(x1, y1);
-  points[2].SetPoint(x2, y2);
-}
-
-MockMotionEvent::MockMotionEvent(const MockMotionEvent& other)
-    : action(other.action),
-      pointer_count(other.pointer_count),
-      time(other.time),
-      touch_major(other.touch_major),
-      id(other.GetId()) {
-  for (size_t i = 0; i < pointer_count; ++i)
-    points[i] = other.points[i];
-}
-
-MockMotionEvent::~MockMotionEvent() {}
-
-MotionEvent::Action MockMotionEvent::GetAction() const { return action; }
-
-int MockMotionEvent::GetActionIndex() const {
-  return static_cast<int>(pointer_count) - 1;
-}
-
-size_t MockMotionEvent::GetPointerCount() const { return pointer_count; }
-
-int MockMotionEvent::GetId() const {
-  return id;
-}
-
-int MockMotionEvent::GetPointerId(size_t pointer_index) const {
-  DCHECK(pointer_index < pointer_count);
-  return static_cast<int>(pointer_index);
-}
-
-float MockMotionEvent::GetX(size_t pointer_index) const {
-  return points[pointer_index].x();
-}
-
-float MockMotionEvent::GetY(size_t pointer_index) const {
-  return points[pointer_index].y();
-}
-
-float MockMotionEvent::GetRawX(size_t pointer_index) const {
-  return GetX(pointer_index) + raw_offset.x();
-}
-
-float MockMotionEvent::GetRawY(size_t pointer_index) const {
-  return GetY(pointer_index) + raw_offset.y();
-}
-
-float MockMotionEvent::GetTouchMajor(size_t pointer_index) const {
-  return touch_major;
-}
-
-float MockMotionEvent::GetPressure(size_t pointer_index) const {
-  return 0;
-}
-
-TimeTicks MockMotionEvent::GetEventTime() const { return time; }
-
-size_t MockMotionEvent::GetHistorySize() const { return 0; }
-
-TimeTicks MockMotionEvent::GetHistoricalEventTime(
-    size_t historical_index) const {
-  return TimeTicks();
-}
-
-float MockMotionEvent::GetHistoricalTouchMajor(size_t pointer_index,
-                                               size_t historical_index) const {
-  return 0;
-}
-
-float MockMotionEvent::GetHistoricalX(size_t pointer_index,
-                                      size_t historical_index) const {
-  return 0;
-}
-
-float MockMotionEvent::GetHistoricalY(size_t pointer_index,
-                                      size_t historical_index) const {
-  return 0;
-}
-
-scoped_ptr<MotionEvent> MockMotionEvent::Clone() const {
-  return scoped_ptr<MotionEvent>(new MockMotionEvent(*this));
-}
-
-scoped_ptr<MotionEvent> MockMotionEvent::Cancel() const {
-  scoped_ptr<MockMotionEvent> cancel_event(new MockMotionEvent(*this));
-  cancel_event->action = MotionEvent::ACTION_CANCEL;
-  return cancel_event.PassAs<MotionEvent>();
-}
-
-void MockMotionEvent::SetId(int new_id) {
-  id = new_id;
-}
-
-void MockMotionEvent::SetTime(base::TimeTicks new_time) {
-  time = new_time;
-}
-
-void MockMotionEvent::PressPoint(float x, float y) {
-  // Reset the pointer count if the previously released and/or cancelled pointer
-  // was the last pointer in the event.
-  if (pointer_count == 1 && (action == ACTION_UP || action == ACTION_CANCEL))
-    pointer_count = 0;
-
-  DCHECK_LT(pointer_count, static_cast<size_t>(MAX_POINTERS));
-  points[pointer_count++] = gfx::PointF(x, y);
-  action = pointer_count > 1 ? ACTION_POINTER_DOWN : ACTION_DOWN;
-}
-
-void MockMotionEvent::MovePoint(size_t index, float x, float y) {
-  DCHECK_LT(index, pointer_count);
-  points[index] = gfx::PointF(x, y);
-  action = ACTION_MOVE;
-}
-
-void MockMotionEvent::ReleasePoint() {
-  DCHECK_GT(pointer_count, 0U);
-  if (pointer_count > 1) {
-    --pointer_count;
-    action = ACTION_POINTER_UP;
-  } else {
-    action = ACTION_UP;
-  }
-}
-
-void MockMotionEvent::CancelPoint() {
-  DCHECK_GT(pointer_count, 0U);
-  if (pointer_count > 1)
-    --pointer_count;
-  action = ACTION_CANCEL;
-}
-
-void MockMotionEvent::SetTouchMajor(float new_touch_major) {
-  touch_major = new_touch_major;
-}
-
-void MockMotionEvent::SetRawOffset(float raw_offset_x, float raw_offset_y) {
-  raw_offset.set_x(raw_offset_x);
-  raw_offset.set_y(raw_offset_y);
-}
-
-}  // namespace ui
diff --git a/chromium/ui/events/gesture_detection/mock_motion_event.h b/chromium/ui/events/gesture_detection/mock_motion_event.h
deleted file mode 100644
index 433de7b3b08..00000000000
--- a/chromium/ui/events/gesture_detection/mock_motion_event.h
+++ /dev/null
@@ -1,86 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include <vector>
-
-#include "base/basictypes.h"
-#include "base/time/time.h"
-#include "ui/events/gesture_detection/motion_event.h"
-#include "ui/gfx/geometry/point_f.h"
-
-namespace ui {
-
-struct MockMotionEvent : public MotionEvent {
-  enum { MAX_POINTERS = 3 };
-  enum { TOUCH_MAJOR = 10 };
-
-  MockMotionEvent();
-  explicit MockMotionEvent(Action action);
-  MockMotionEvent(Action action, base::TimeTicks time, float x, float y);
-  MockMotionEvent(Action action,
-                  base::TimeTicks time,
-                  float x0,
-                  float y0,
-                  float x1,
-                  float y1);
-  MockMotionEvent(Action action,
-                  base::TimeTicks time,
-                  float x0,
-                  float y0,
-                  float x1,
-                  float y1,
-                  float x2,
-                  float y2);
-  MockMotionEvent(Action action,
-                  base::TimeTicks time,
-                  const std::vector<gfx::PointF>& positions);
-  MockMotionEvent(const MockMotionEvent& other);
-  virtual ~MockMotionEvent();
-
-  // MotionEvent methods.
-  virtual Action GetAction() const OVERRIDE;
-  virtual int GetActionIndex() const OVERRIDE;
-  virtual size_t GetPointerCount() const OVERRIDE;
-  virtual int GetId() const OVERRIDE;
-  virtual int GetPointerId(size_t pointer_index) const OVERRIDE;
-  virtual float GetX(size_t pointer_index) const OVERRIDE;
-  virtual float GetY(size_t pointer_index) const OVERRIDE;
-  virtual float GetRawX(size_t pointer_index) const OVERRIDE;
-  virtual float GetRawY(size_t pointer_index) const OVERRIDE;
-  virtual float GetTouchMajor(size_t pointer_index) const OVERRIDE;
-  virtual float GetPressure(size_t pointer_index) const OVERRIDE;
-  virtual base::TimeTicks GetEventTime() const OVERRIDE;
-  virtual size_t GetHistorySize() const OVERRIDE;
-  virtual base::TimeTicks GetHistoricalEventTime(size_t historical_index) const
-      OVERRIDE;
-  virtual float GetHistoricalTouchMajor(size_t pointer_index,
-                                        size_t historical_index) const OVERRIDE;
-  virtual float GetHistoricalX(size_t pointer_index,
-                               size_t historical_index) const OVERRIDE;
-  virtual float GetHistoricalY(size_t pointer_index,
-                               size_t historical_index) const OVERRIDE;
-
-  virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE;
-  virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
-
-  // Utility methods.
-  void SetId(int new_id);
-  void SetTime(base::TimeTicks new_time);
-  void PressPoint(float x, float y);
-  void MovePoint(size_t index, float x, float y);
-  void ReleasePoint();
-  void CancelPoint();
-  void SetTouchMajor(float new_touch_major);
-  void SetRawOffset(float raw_offset_x, float raw_offset_y);
-
-  MotionEvent::Action action;
-  size_t pointer_count;
-  gfx::PointF points[MAX_POINTERS];
-  gfx::Vector2dF raw_offset;
-  base::TimeTicks time;
-  float touch_major;
-  int id;
-};
-
-}  // namespace ui
diff --git a/chromium/ui/events/gesture_detection/motion_event.h b/chromium/ui/events/gesture_detection/motion_event.h
index 3cf4235b78a..b69a38f295a 100644
--- a/chromium/ui/events/gesture_detection/motion_event.h
+++ b/chromium/ui/events/gesture_detection/motion_event.h
@@ -24,6 +24,21 @@ class GESTURE_DETECTION_EXPORT MotionEvent {
     ACTION_POINTER_UP,
   };
 
+  enum ToolType {
+    TOOL_TYPE_UNKNOWN,
+    TOOL_TYPE_FINGER,
+    TOOL_TYPE_STYLUS,
+    TOOL_TYPE_MOUSE,
+  };
+
+  enum ButtonType {
+    BUTTON_PRIMARY = 1 << 0,
+    BUTTON_SECONDARY = 1 << 1,
+    BUTTON_TERTIARY = 1 << 2,
+    BUTTON_BACK = 1 << 3,
+    BUTTON_FORWARD = 1 << 4,
+  };
+
   // The implementer promises that |GetPointerId()| will never exceed this.
   enum { MAX_POINTER_ID = 31 };
 
@@ -53,6 +68,8 @@ class GESTURE_DETECTION_EXPORT MotionEvent {
                                size_t historical_index) const = 0;
   virtual float GetHistoricalY(size_t pointer_index,
                                size_t historical_index) const = 0;
+  virtual ToolType GetToolType(size_t pointer_index) const = 0;
+  virtual int GetButtonState() const = 0;
 
   virtual scoped_ptr<MotionEvent> Clone() const = 0;
   virtual scoped_ptr<MotionEvent> Cancel() const = 0;
diff --git a/chromium/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc b/chromium/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
index a5471f73cff..c7e744a2eaf 100644
--- a/chromium/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
+++ b/chromium/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
@@ -5,8 +5,10 @@
 #include "base/basictypes.h"
 #include "base/memory/scoped_ptr.h"
 #include "testing/gtest/include/gtest/gtest.h"
-#include "ui/events/gesture_detection/mock_motion_event.h"
 #include "ui/events/gesture_detection/touch_disposition_gesture_filter.h"
+#include "ui/events/test/mock_motion_event.h"
+
+using ui::test::MockMotionEvent;
 
 namespace ui {
 
diff --git a/chromium/ui/events/gesture_detection/velocity_tracker_unittest.cc b/chromium/ui/events/gesture_detection/velocity_tracker_unittest.cc
index eda1606d141..326c710d10c 100644
--- a/chromium/ui/events/gesture_detection/velocity_tracker_unittest.cc
+++ b/chromium/ui/events/gesture_detection/velocity_tracker_unittest.cc
@@ -7,13 +7,14 @@
 #include "base/memory/scoped_ptr.h"
 #include "base/time/time.h"
 #include "testing/gtest/include/gtest/gtest.h"
-#include "ui/events/gesture_detection/mock_motion_event.h"
 #include "ui/events/gesture_detection/velocity_tracker_state.h"
+#include "ui/events/test/mock_motion_event.h"
 #include "ui/gfx/geometry/point_f.h"
 #include "ui/gfx/geometry/vector2d_f.h"
 
 using base::TimeDelta;
 using base::TimeTicks;
+using ui::test::MockMotionEvent;
 
 namespace ui {
 namespace {
diff --git a/chromium/ui/events/gestures/motion_event_aura.cc b/chromium/ui/events/gestures/motion_event_aura.cc
index 2bf4e9b3ce7..6eea9227489 100644
--- a/chromium/ui/events/gestures/motion_event_aura.cc
+++ b/chromium/ui/events/gestures/motion_event_aura.cc
@@ -156,6 +156,16 @@ float MotionEventAura::GetHistoricalY(size_t pointer_index,
   return 0;
 }
 
+MotionEvent::ToolType MotionEventAura::GetToolType(size_t pointer_index) const {
+  NOTIMPLEMENTED();
+  return MotionEvent::TOOL_TYPE_UNKNOWN;
+}
+
+int MotionEventAura::GetButtonState() const {
+  NOTIMPLEMENTED();
+  return 0;
+}
+
 scoped_ptr<MotionEvent> MotionEventAura::Clone() const {
   return scoped_ptr<MotionEvent>(new MotionEventAura(pointer_count_,
                                                      last_touch_time_,
diff --git a/chromium/ui/events/gestures/motion_event_aura.h b/chromium/ui/events/gestures/motion_event_aura.h
index 7ebf264103f..bf0a5029cb0 100644
--- a/chromium/ui/events/gestures/motion_event_aura.h
+++ b/chromium/ui/events/gestures/motion_event_aura.h
@@ -48,6 +48,8 @@ class EVENTS_EXPORT MotionEventAura : public MotionEvent {
                                size_t historical_index) const OVERRIDE;
   virtual float GetHistoricalY(size_t pointer_index,
                                size_t historical_index) const OVERRIDE;
+  virtual ToolType GetToolType(size_t pointer_index) const OVERRIDE;
+  virtual int GetButtonState() const OVERRIDE;
 
   virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE;
   virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
diff --git a/chromium/ui/gfx/win/dpi.cc b/chromium/ui/gfx/win/dpi.cc
index e562a086c9a..e93a38d8bd0 100644
--- a/chromium/ui/gfx/win/dpi.cc
+++ b/chromium/ui/gfx/win/dpi.cc
@@ -134,6 +134,11 @@ Size GetDPI() {
 
 float GetDPIScale() {
   if (IsHighDPIEnabled()) {
+    if (GetDPI().width() <= 120) {
+      // 120 logical pixels is 125% scale. We do this to maintain previous
+      // (non-DPI-aware) behavior where only the font size was boosted.
+      return 1.0;
+    }
     return gfx::Display::HasForceDeviceScaleFactor() ?
         gfx::Display::GetForcedDeviceScaleFactor() :
         GetUnforcedDeviceScaleFactor();
diff --git a/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
index e461fd9e7f2..fdf26f9212d 100644
--- a/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
+++ b/chromium/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
@@ -20,6 +20,7 @@
 #include "ui/gfx/canvas.h"
 #include "ui/gfx/display.h"
 #include "ui/gfx/point_conversions.h"
+#include "ui/gfx/geometry/rect.h"
 #include "ui/gfx/screen.h"
 #include "ui/gfx/size_conversions.h"
 #include "ui/native_theme/native_theme.h"
@@ -709,9 +710,8 @@ void DesktopNativeWidgetAura::SetBounds(const gfx::Rect& bounds) {
     scale = gfx::Screen::GetScreenFor(root)->
         GetDisplayNearestWindow(root).device_scale_factor();
   }
-  gfx::Rect bounds_in_pixels(
-      gfx::ToCeiledPoint(gfx::ScalePoint(bounds.origin(), scale)),
-      gfx::ToFlooredSize(gfx::ScaleSize(bounds.size(), scale)));
+  gfx::Rect bounds_in_pixels =
+    gfx::ScaleToEnclosingRect(bounds, scale, scale);
   desktop_window_tree_host_->AsWindowTreeHost()->SetBounds(bounds_in_pixels);
 }
 
diff --git a/chromium/v8/src/arm/code-stubs-arm.cc b/chromium/v8/src/arm/code-stubs-arm.cc
index 033413ba775..56a34e71378 100644
--- a/chromium/v8/src/arm/code-stubs-arm.cc
+++ b/chromium/v8/src/arm/code-stubs-arm.cc
@@ -3081,9 +3081,14 @@ void CallIC_ArrayStub::Generate(MacroAssembler* masm) {
 
   __ mov(r0, Operand(arg_count()));
   __ add(r4, r2, Operand::PointerOffsetFromSmiKey(r3));
-  __ ldr(r2, FieldMemOperand(r4, FixedArray::kHeaderSize));
-  // Verify that r2 contains an AllocationSite
-  __ AssertUndefinedOrAllocationSite(r2, r4);
+  __ ldr(r4, FieldMemOperand(r4, FixedArray::kHeaderSize));
+
+  // Verify that r4 contains an AllocationSite
+  __ ldr(r5, FieldMemOperand(r4, HeapObject::kMapOffset));
+  __ CompareRoot(r5, Heap::kAllocationSiteMapRootIndex);
+  __ b(ne, &miss);
+
+  __ mov(r2, r4);
   ArrayConstructorStub stub(masm->isolate(), arg_count());
   __ TailCallStub(&stub);
 
@@ -3150,7 +3155,11 @@ void CallICStub::Generate(MacroAssembler* masm) {
   __ b(eq, &miss);
 
   if (!FLAG_trace_ic) {
-    // We are going megamorphic, and we don't want to visit the runtime.
+    // We are going megamorphic. If the feedback is a JSFunction, it is fine
+    // to handle it here. More complex cases are dealt with in the runtime.
+    __ AssertNotSmi(r4);
+    __ CompareObjectType(r4, r5, r5, JS_FUNCTION_TYPE);
+    __ b(ne, &miss);
     __ add(r4, r2, Operand::PointerOffsetFromSmiKey(r3));
     __ LoadRoot(ip, Heap::kMegamorphicSymbolRootIndex);
     __ str(ip, FieldMemOperand(r4, FixedArray::kHeaderSize));
diff --git a/chromium/v8/src/arm64/code-stubs-arm64.cc b/chromium/v8/src/arm64/code-stubs-arm64.cc
index 70ead443fd6..fc8d91b9017 100644
--- a/chromium/v8/src/arm64/code-stubs-arm64.cc
+++ b/chromium/v8/src/arm64/code-stubs-arm64.cc
@@ -3374,15 +3374,19 @@ void CallIC_ArrayStub::Generate(MacroAssembler* masm) {
   __ Cmp(function, scratch);
   __ B(ne, &miss);
 
-  Register allocation_site = feedback_vector;
   __ Mov(x0, Operand(arg_count()));
 
   __ Add(scratch, feedback_vector,
          Operand::UntagSmiAndScale(index, kPointerSizeLog2));
-  __ Ldr(allocation_site, FieldMemOperand(scratch, FixedArray::kHeaderSize));
+  __ Ldr(scratch, FieldMemOperand(scratch, FixedArray::kHeaderSize));
+
+  // Verify that scratch contains an AllocationSite
+  Register map = x5;
+  __ Ldr(map, FieldMemOperand(scratch, HeapObject::kMapOffset));
+  __ JumpIfNotRoot(map, Heap::kAllocationSiteMapRootIndex, &miss);
 
-  // Verify that x2 contains an AllocationSite
-  __ AssertUndefinedOrAllocationSite(allocation_site, scratch);
+  Register allocation_site = feedback_vector;
+  __ Mov(allocation_site, scratch);
   ArrayConstructorStub stub(masm->isolate(), arg_count());
   __ TailCallStub(&stub);
 
@@ -3458,7 +3462,10 @@ void CallICStub::Generate(MacroAssembler* masm) {
   __ JumpIfRoot(x4, Heap::kUninitializedSymbolRootIndex, &miss);
 
   if (!FLAG_trace_ic) {
-    // We are going megamorphic, and we don't want to visit the runtime.
+    // We are going megamorphic. If the feedback is a JSFunction, it is fine
+    // to handle it here. More complex cases are dealt with in the runtime.
+    __ AssertNotSmi(x4);
+    __ JumpIfNotObjectType(x4, x5, x5, JS_FUNCTION_TYPE, &miss);
     __ Add(x4, feedback_vector,
            Operand::UntagSmiAndScale(index, kPointerSizeLog2));
     __ LoadRoot(x5, Heap::kMegamorphicSymbolRootIndex);
diff --git a/chromium/v8/src/ia32/code-stubs-ia32.cc b/chromium/v8/src/ia32/code-stubs-ia32.cc
index e61d22138f1..9e925b04ab4 100644
--- a/chromium/v8/src/ia32/code-stubs-ia32.cc
+++ b/chromium/v8/src/ia32/code-stubs-ia32.cc
@@ -2484,10 +2484,16 @@ void CallIC_ArrayStub::Generate(MacroAssembler* masm) {
   __ j(not_equal, &miss);
 
   __ mov(eax, arg_count());
-  __ mov(ebx, FieldOperand(ebx, edx, times_half_pointer_size,
+  __ mov(ecx, FieldOperand(ebx, edx, times_half_pointer_size,
                            FixedArray::kHeaderSize));
+
   // Verify that ecx contains an AllocationSite
-  __ AssertUndefinedOrAllocationSite(ebx);
+  Factory* factory = masm->isolate()->factory();
+  __ cmp(FieldOperand(ecx, HeapObject::kMapOffset),
+         factory->allocation_site_map());
+  __ j(not_equal, &miss);
+
+  __ mov(ebx, ecx);
   ArrayConstructorStub stub(masm->isolate(), arg_count());
   __ TailCallStub(&stub);
 
@@ -2558,7 +2564,11 @@ void CallICStub::Generate(MacroAssembler* masm) {
   __ j(equal, &miss);
 
   if (!FLAG_trace_ic) {
-    // We are going megamorphic, and we don't want to visit the runtime.
+    // We are going megamorphic. If the feedback is a JSFunction, it is fine
+    // to handle it here. More complex cases are dealt with in the runtime.
+    __ AssertNotSmi(ecx);
+    __ CmpObjectType(ecx, JS_FUNCTION_TYPE, ecx);
+    __ j(not_equal, &miss);
     __ mov(FieldOperand(ebx, edx, times_half_pointer_size,
                         FixedArray::kHeaderSize),
            Immediate(TypeFeedbackInfo::MegamorphicSentinel(isolate)));
diff --git a/chromium/v8/src/ic.cc b/chromium/v8/src/ic.cc
index cd92af11852..c764720501c 100644
--- a/chromium/v8/src/ic.cc
+++ b/chromium/v8/src/ic.cc
@@ -1855,8 +1855,13 @@ bool CallIC::DoCustomHandler(Handle<Object> receiver,
       isolate()->context()->native_context()->array_function(), isolate());
   if (array_function.is_identical_to(Handle<JSFunction>::cast(function))) {
     // Alter the slot.
-    Handle<AllocationSite> new_site = isolate()->factory()->NewAllocationSite();
-    vector->set(slot->value(), *new_site);
+    Object* feedback = vector->get(slot->value());
+    if (!feedback->IsAllocationSite()) {
+      Handle<AllocationSite> new_site =
+          isolate()->factory()->NewAllocationSite();
+      vector->set(slot->value(), *new_site);
+    }
+
     CallIC_ArrayStub stub(isolate(), state);
     set_target(*stub.GetCode());
     Handle<String> name;
@@ -1896,6 +1901,9 @@ void CallIC::HandleMiss(Handle<Object> receiver,
   State state(target()->extra_ic_state());
   Object* feedback = vector->get(slot->value());
 
+  // Hand-coded MISS handling is easier if CallIC slots don't contain smis.
+  ASSERT(!feedback->IsSmi());
+
   if (feedback->IsJSFunction() || !function->IsJSFunction()) {
     // We are going generic.
     vector->set(slot->value(),
@@ -1904,9 +1912,14 @@ void CallIC::HandleMiss(Handle<Object> receiver,
 
     TRACE_GENERIC_IC(isolate(), "CallIC", "megamorphic");
   } else {
-    // If we came here feedback must be the uninitialized sentinel,
-    // and we are going monomorphic.
-    ASSERT(feedback == *TypeFeedbackInfo::UninitializedSentinel(isolate()));
+    // The feedback is either uninitialized or an allocation site.
+    // It might be an allocation site because if we re-compile the full code
+    // to add deoptimization support, we call with the default call-ic, and
+    // merely need to patch the target to match the feedback.
+    // TODO(mvstanton): the better approach is to dispense with patching
+    // altogether, which is in progress.
+    ASSERT(feedback == *TypeFeedbackInfo::UninitializedSentinel(isolate()) ||
+           feedback->IsAllocationSite());
 
     // Do we want to install a custom handler?
     if (FLAG_use_ic &&
diff --git a/chromium/v8/src/mark-compact.cc b/chromium/v8/src/mark-compact.cc
index 61b1b54c7bd..30b97550cbe 100644
--- a/chromium/v8/src/mark-compact.cc
+++ b/chromium/v8/src/mark-compact.cc
@@ -2042,16 +2042,11 @@ int MarkCompactCollector::DiscoverAndPromoteBlackObjectsOnPage(
 static void DiscoverGreyObjectsInSpace(Heap* heap,
                                        MarkingDeque* marking_deque,
                                        PagedSpace* space) {
-  if (!space->was_swept_conservatively()) {
-    HeapObjectIterator it(space);
-    DiscoverGreyObjectsWithIterator(heap, marking_deque, &it);
-  } else {
-    PageIterator it(space);
-    while (it.has_next()) {
-      Page* p = it.next();
-      DiscoverGreyObjectsOnPage(marking_deque, p);
-      if (marking_deque->IsFull()) return;
-    }
+  PageIterator it(space);
+  while (it.has_next()) {
+    Page* p = it.next();
+    DiscoverGreyObjectsOnPage(marking_deque, p);
+    if (marking_deque->IsFull()) return;
   }
 }
 
diff --git a/chromium/v8/src/mips/code-stubs-mips.cc b/chromium/v8/src/mips/code-stubs-mips.cc
index 0287a9a616f..b8f565b0b10 100644
--- a/chromium/v8/src/mips/code-stubs-mips.cc
+++ b/chromium/v8/src/mips/code-stubs-mips.cc
@@ -3240,9 +3240,14 @@ void CallIC_ArrayStub::Generate(MacroAssembler* masm) {
   __ li(a0, Operand(arg_count()));
   __ sll(at, a3, kPointerSizeLog2 - kSmiTagSize);
   __ Addu(at, a2, Operand(at));
-  __ lw(a2, FieldMemOperand(at, FixedArray::kHeaderSize));
-  // Verify that a2 contains an AllocationSite
-  __ AssertUndefinedOrAllocationSite(a2, at);
+  __ lw(t0, FieldMemOperand(at, FixedArray::kHeaderSize));
+
+  // Verify that t0 contains an AllocationSite
+  __ lw(t1, FieldMemOperand(t0, HeapObject::kMapOffset));
+  __ LoadRoot(at, Heap::kAllocationSiteMapRootIndex);
+  __ Branch(&miss, ne, t1, Operand(at));
+
+  __ mov(a2, t0);
   ArrayConstructorStub stub(masm->isolate(), arg_count());
   __ TailCallStub(&stub);
 
@@ -3309,7 +3314,11 @@ void CallICStub::Generate(MacroAssembler* masm) {
   __ Branch(&miss, eq, t0, Operand(at));
 
   if (!FLAG_trace_ic) {
-    // We are going megamorphic, and we don't want to visit the runtime.
+    // We are going megamorphic. If the feedback is a JSFunction, it is fine
+    // to handle it here. More complex cases are dealt with in the runtime.
+    __ AssertNotSmi(t0);
+    __ GetObjectType(t0, t1, t1);
+    __ Branch(&miss, ne, t1, Operand(JS_FUNCTION_TYPE));
     __ sll(t0, a3, kPointerSizeLog2 - kSmiTagSize);
     __ Addu(t0, a2, Operand(t0));
     __ LoadRoot(at, Heap::kMegamorphicSymbolRootIndex);
diff --git a/chromium/v8/src/objects.cc b/chromium/v8/src/objects.cc
index 5b5d79174bd..92bce62d44c 100644
--- a/chromium/v8/src/objects.cc
+++ b/chromium/v8/src/objects.cc
@@ -6784,8 +6784,8 @@ bool JSObject::DefineFastAccessor(Handle<JSObject> object,
       ASSERT(target->NumberOfOwnDescriptors() ==
              object->map()->NumberOfOwnDescriptors());
       // This works since descriptors are sorted in order of addition.
-      ASSERT(object->map()->instance_descriptors()->
-             GetKey(descriptor_number) == *name);
+      ASSERT(Name::Equals(handle(object->map()->instance_descriptors()->
+             GetKey(descriptor_number)), name));
       return TryAccessorTransition(object, target, descriptor_number,
                                    component, accessor, attributes);
     }
diff --git a/chromium/v8/src/version.cc b/chromium/v8/src/version.cc
index c11fb5a34e8..d6c5135551c 100644
--- a/chromium/v8/src/version.cc
+++ b/chromium/v8/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     27
 #define BUILD_NUMBER      34
-#define PATCH_LEVEL       11
+#define PATCH_LEVEL       14
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0
diff --git a/chromium/v8/src/x64/code-stubs-x64.cc b/chromium/v8/src/x64/code-stubs-x64.cc
index 0d54f89d16b..e31bf98dbff 100644
--- a/chromium/v8/src/x64/code-stubs-x64.cc
+++ b/chromium/v8/src/x64/code-stubs-x64.cc
@@ -2378,12 +2378,16 @@ void CallIC_ArrayStub::Generate(MacroAssembler* masm) {
   __ cmpq(rdi, rcx);
   __ j(not_equal, &miss);
 
-  __ movq(rax, Immediate(arg_count()));
-  __ movp(rbx, FieldOperand(rbx, rdx, times_pointer_size,
+  __ movp(rax, Immediate(arg_count()));
+  __ movp(rcx, FieldOperand(rbx, rdx, times_pointer_size,
                             FixedArray::kHeaderSize));
-
   // Verify that ecx contains an AllocationSite
-  __ AssertUndefinedOrAllocationSite(rbx);
+  Factory* factory = masm->isolate()->factory();
+  __ Cmp(FieldOperand(rcx, HeapObject::kMapOffset),
+         factory->allocation_site_map());
+  __ j(not_equal, &miss);
+
+  __ movp(rbx, rcx);
   ArrayConstructorStub stub(masm->isolate(), arg_count());
   __ TailCallStub(&stub);
 
@@ -2457,7 +2461,11 @@ void CallICStub::Generate(MacroAssembler* masm) {
   __ j(equal, &miss);
 
   if (!FLAG_trace_ic) {
-    // We are going megamorphic, and we don't want to visit the runtime.
+    // We are going megamorphic. If the feedback is a JSFunction, it is fine
+    // to handle it here. More complex cases are dealt with in the runtime.
+    __ AssertNotSmi(rcx);
+    __ CmpObjectType(rcx, JS_FUNCTION_TYPE, rcx);
+    __ j(not_equal, &miss);
     __ Move(FieldOperand(rbx, rdx, times_pointer_size,
                          FixedArray::kHeaderSize),
             TypeFeedbackInfo::MegamorphicSentinel(isolate));
diff --git a/chromium/v8/src/x87/code-stubs-x87.cc b/chromium/v8/src/x87/code-stubs-x87.cc
index a194780fae1..7edc82117b1 100644
--- a/chromium/v8/src/x87/code-stubs-x87.cc
+++ b/chromium/v8/src/x87/code-stubs-x87.cc
@@ -2166,10 +2166,16 @@ void CallIC_ArrayStub::Generate(MacroAssembler* masm) {
   __ j(not_equal, &miss);
 
   __ mov(eax, arg_count());
-  __ mov(ebx, FieldOperand(ebx, edx, times_half_pointer_size,
+  __ mov(ecx, FieldOperand(ebx, edx, times_half_pointer_size,
                            FixedArray::kHeaderSize));
+
   // Verify that ecx contains an AllocationSite
-  __ AssertUndefinedOrAllocationSite(ebx);
+  Factory* factory = masm->isolate()->factory();
+  __ cmp(FieldOperand(ecx, HeapObject::kMapOffset),
+         factory->allocation_site_map());
+  __ j(not_equal, &miss);
+
+  __ mov(ebx, ecx);
   ArrayConstructorStub stub(masm->isolate(), arg_count());
   __ TailCallStub(&stub);
 
@@ -2240,7 +2246,11 @@ void CallICStub::Generate(MacroAssembler* masm) {
   __ j(equal, &miss);
 
   if (!FLAG_trace_ic) {
-    // We are going megamorphic, and we don't want to visit the runtime.
+    // We are going megamorphic. If the feedback is a JSFunction, it is fine
+    // to handle it here. More complex cases are dealt with in the runtime.
+    __ AssertNotSmi(ecx);
+    __ CmpObjectType(ecx, JS_FUNCTION_TYPE, ecx);
+    __ j(not_equal, &miss);
     __ mov(FieldOperand(ebx, edx, times_half_pointer_size,
                         FixedArray::kHeaderSize),
            Immediate(TypeFeedbackInfo::MegamorphicSentinel(isolate)));
diff --git a/chromium/webkit/common/webpreferences.cc b/chromium/webkit/common/webpreferences.cc
index a953f4a99aa..a5d61b4beb9 100644
--- a/chromium/webkit/common/webpreferences.cc
+++ b/chromium/webkit/common/webpreferences.cc
@@ -126,6 +126,7 @@ WebPreferences::WebPreferences()
       use_legacy_background_size_shorthand_behavior(false),
       wide_viewport_quirk(false),
       use_wide_viewport(true),
+      force_zero_layout_height(false),
       viewport_meta_layout_size_quirk(false),
       viewport_meta_merge_content_quirk(false),
       viewport_meta_non_user_scalable_quirk(false),
diff --git a/chromium/webkit/common/webpreferences.h b/chromium/webkit/common/webpreferences.h
index 241fde36a26..be6e50143da 100644
--- a/chromium/webkit/common/webpreferences.h
+++ b/chromium/webkit/common/webpreferences.h
@@ -172,6 +172,7 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
   bool use_legacy_background_size_shorthand_behavior;
   bool wide_viewport_quirk;
   bool use_wide_viewport;
+  bool force_zero_layout_height;
   bool viewport_meta_layout_size_quirk;
   bool viewport_meta_merge_content_quirk;
   bool viewport_meta_non_user_scalable_quirk;
diff --git a/chromium/webkit/glue/resources/webkit_strings_sr.xtb b/chromium/webkit/glue/resources/webkit_strings_sr.xtb
index 0938474b026..af51ed2912c 100644
--- a/chromium/webkit/glue/resources/webkit_strings_sr.xtb
+++ b/chromium/webkit/glue/resources/webkit_strings_sr.xtb
@@ -27,7 +27,7 @@
 <translation id="1930711995431081526">статус</translation>
 <translation id="658823671542763450">пређите на режим целог екрана</translation>
 <translation id="7720026100085573005">преостало време</translation>
-<translation id="370665806235115550">Учитавање...</translation>
+<translation id="370665806235115550">Учитава се...</translation>
 <translation id="2723001399770238859">аудио</translation>
 <translation id="6845533974506654842">притисни</translation>
 <translation id="8244226242650769279">мапа слике</translation>
-- 
GitLab