| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index beb12cfd7219ccd57cd296849754b7f724b27760..eef013cf7d26c88f20afbce674ebcb3d8954123e 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -628,7 +628,7 @@ void Window::OnDeviceScaleFactorChanged(float device_scale_factor) {
|
|
|
| #ifndef NDEBUG
|
| std::string Window::GetDebugInfo() const {
|
| - return StringPrintf(
|
| + return base::StringPrintf(
|
| "%s<%d> bounds(%d, %d, %d, %d) %s %s opacity=%.1f",
|
| name().empty() ? "Unknown" : name().c_str(), id(),
|
| bounds().x(), bounds().y(), bounds().width(), bounds().height(),
|
|
|