Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2168)

Unified Diff: ash/wm/window_manager_unittest.cc

Issue 10854119: Minor whitepsace tweaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/test_activation_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « ash/test/test_activation_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698