Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: third_party/WebKit/Source/platform/text/LocaleWin.cpp

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/text/LocaleWin.cpp
diff --git a/third_party/WebKit/Source/platform/text/LocaleWin.cpp b/third_party/WebKit/Source/platform/text/LocaleWin.cpp
index f3523b87cac1f029c8e36a1312cf82aaa1122d95..56be196167f599f20274d784ef5ad4560a413fff 100644
--- a/third_party/WebKit/Source/platform/text/LocaleWin.cpp
+++ b/third_party/WebKit/Source/platform/text/LocaleWin.cpp
@@ -89,7 +89,8 @@ static LCID LCIDFromLocale(const String& locale, bool defaultsForLocale) {
}
std::unique_ptr<Locale> Locale::create(const String& locale) {
- // Whether the default settings for the locale should be used, ignoring user overrides.
+ // Whether the default settings for the locale should be used, ignoring user
+ // overrides.
bool defaultsForLocale = LayoutTestSupport::isRunningLayoutTest();
return LocaleWin::create(LCIDFromLocale(locale, defaultsForLocale),
defaultsForLocale);

Powered by Google App Engine
This is Rietveld 408576698