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

Unified Diff: media/capture/capture_resolution_chooser.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
« no previous file with comments | « google_apis/gaia/oauth2_mint_token_flow.cc ('k') | net/websockets/websocket_basic_handshake_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/capture_resolution_chooser.cc
diff --git a/media/capture/capture_resolution_chooser.cc b/media/capture/capture_resolution_chooser.cc
index 768e129f7100da08b1d06e620e9998cd9f8de7e9..d61fd768f23aa713167df8234ee0c7ec6e1da291 100644
--- a/media/capture/capture_resolution_chooser.cc
+++ b/media/capture/capture_resolution_chooser.cc
@@ -231,7 +231,7 @@ void CaptureResolutionChooser::UpdateSnappedFrameSizes(
for (const gfx::Size& size : snapped_sizes_)
stringified_sizes.push_back(size.ToString());
VLOG_STREAM(1) << "Recomputed snapped frame sizes: "
- << JoinString(stringified_sizes, " <--> ");
+ << base::JoinString(stringified_sizes, " <--> ");
}
}
« no previous file with comments | « google_apis/gaia/oauth2_mint_token_flow.cc ('k') | net/websockets/websocket_basic_handshake_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698