Index: ash/wm/window_manager_unittest.cc |
diff --git a/ash/wm/window_manager_unittest.cc b/ash/wm/window_manager_unittest.cc |
index fd67cfd8aaf263c31de6f1589af0e4cac65f6f09..e40731aba1079cc4680fb49b5d660583885d4879 100644 |
--- a/ash/wm/window_manager_unittest.cc |
+++ b/ash/wm/window_manager_unittest.cc |
@@ -150,7 +150,7 @@ TEST_F(WindowManagerTest, Focus) { |
EXPECT_EQ(w12.get(), w12->GetFocusManager()->GetFocusedWindow()); |
// Set the focus to w123, but make the w1 not activatable. |
- test::TestActivationDelegate *activation_delegate = new |
+ test::TestActivationDelegate* activation_delegate = new |
test::TestActivationDelegate(false); |
w123->Focus(); |
EXPECT_EQ(w123.get(), w12->GetFocusManager()->GetFocusedWindow()); |