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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1223153003: Move JoinString to the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows Created 5 years, 5 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: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index e00b5e1b2fb8fe296a50d01d6b1c59948ab05d19..163c614d30fd42ad0bd98a1ce08fb11b1077773b 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1231,7 +1231,7 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial(
}
command_line->AppendSwitchASCII(switches::kBlinkSettings,
- JoinString(blink_settings, ','));
+ base::JoinString(blink_settings, ","));
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698