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

Unified Diff: ui/compositor/layer_unittest.cc

Issue 12767006: [Cleanup] Remove StringPrintf from global namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, once more Created 7 years, 9 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: ui/compositor/layer_unittest.cc
diff --git a/ui/compositor/layer_unittest.cc b/ui/compositor/layer_unittest.cc
index 6efe3a58e529f3af63afb7defeabd21ffb9bf31a..aaba292a27062a395cd45a2299fb6815793a7f8c 100644
--- a/ui/compositor/layer_unittest.cc
+++ b/ui/compositor/layer_unittest.cc
@@ -169,7 +169,7 @@ class TestLayerDelegate : public LayerDelegate {
int color_index() const { return color_index_; }
std::string ToScaleString() const {
- return StringPrintf("%.1f %.1f", scale_x_, scale_y_);
+ return base::StringPrintf("%.1f %.1f", scale_x_, scale_y_);
}
float device_scale_factor() const {

Powered by Google App Engine
This is Rietveld 408576698