| Index: ash/wm/workspace/workspace_manager_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_manager_unittest.cc b/ash/wm/workspace/workspace_manager_unittest.cc
|
| index 0409a76f00e1124eaa29e0b659685e5e39da5edb..b311825ce22362469f1b045eae73a550b24b6d05 100644
|
| --- a/ash/wm/workspace/workspace_manager_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_manager_unittest.cc
|
| @@ -30,7 +30,7 @@ namespace internal {
|
|
|
| class WorkspaceManagerTest : public test::AshTestBase {
|
| public:
|
| - WorkspaceManagerTest() {}
|
| + WorkspaceManagerTest() : manager_(NULL) {}
|
| virtual ~WorkspaceManagerTest() {}
|
|
|
| aura::Window* CreateTestWindowUnparented() {
|
| @@ -571,7 +571,7 @@ TEST_F(WorkspaceManagerTest, PersistAcrossAllWorkspaces) {
|
| }
|
|
|
| // Verifies Show()ing a minimized window that persists across all workspaces
|
| -// unminimizes thew indow.
|
| +// unminimizes the window.
|
| TEST_F(WorkspaceManagerTest, ShowMinimizedPersistWindow) {
|
| // Create a window that persists across all workspaces.
|
| scoped_ptr<Window> w1(CreateTestWindow());
|
|
|