Index: ash/wm/workspace_controller_unittest.cc |
diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc |
index 0410bf01e3e100fad8a84669f519d68640eae15c..4327225fd7387c4a49e471c07785a327760c703e 100644 |
--- a/ash/wm/workspace_controller_unittest.cc |
+++ b/ash/wm/workspace_controller_unittest.cc |
@@ -16,7 +16,6 @@ |
#include "ash/system/status_area_widget.h" |
#include "ash/test/ash_test_base.h" |
#include "ash/test/shell_test_api.h" |
-#include "ash/wm/activation_controller.h" |
#include "ash/wm/property_util.h" |
#include "ash/wm/window_properties.h" |
#include "ash/wm/window_util.h" |
@@ -138,8 +137,6 @@ class WorkspaceControllerTest : public test::AshTestBase { |
} |
private: |
- scoped_ptr<ActivationController> activation_controller_; |
- |
DISALLOW_COPY_AND_ASSIGN(WorkspaceControllerTest); |
}; |