Index: ui/aura/root_window_host_linux.h |
diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h |
index 1d1418fabff0a6b5082220a89ed0eddc7bcccf0d..85fcd3b30d7392158b214e04df5a35b048e7b2fb 100644 |
--- a/ui/aura/root_window_host_linux.h |
+++ b/ui/aura/root_window_host_linux.h |
@@ -118,7 +118,7 @@ class RootWindowHostLinux : public RootWindowHost, |
// True if the window should be focused when the window is shown. |
bool focus_when_shown_; |
- scoped_array<XID> pointer_barriers_; |
+ scoped_ptr<XID[]> pointer_barriers_; |
scoped_ptr<internal::TouchEventCalibrate> touch_calibrate_; |