| Index: ui/aura/root_window_host_linux.cc
|
| diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc
|
| index 22c8ada5e14afad5e2d444c233b578fb42c23f34..a32b25c9c4edc9beeb1224c58e6ddba6dc49ab7d 100644
|
| --- a/ui/aura/root_window_host_linux.cc
|
| +++ b/ui/aura/root_window_host_linux.cc
|
| @@ -329,7 +329,7 @@ RootWindowHostLinux::RootWindowHostLinux(const gfx::Rect& bounds)
|
| // window to broadcast.
|
| // TODO(jhorwich) Remove this once Chrome supports window-based broadcasting.
|
| static int root_window_number = 0;
|
| - std::string name = StringPrintf("aura_root_%d", root_window_number++);
|
| + std::string name = base::StringPrintf("aura_root_%d", root_window_number++);
|
| XStoreName(xdisplay_, xwindow_, name.c_str());
|
| XRRSelectInput(xdisplay_, x_root_window_,
|
| RRScreenChangeNotifyMask | RROutputChangeNotifyMask);
|
|
|