| 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 {
|
|
|