Index: chrome/test/base/view_event_test_platform_part_chromeos.cc |
diff --git a/chrome/test/base/view_event_test_platform_part_chromeos.cc b/chrome/test/base/view_event_test_platform_part_chromeos.cc |
index 8e9865e7f00e50d353f3652a473ea55267101375..3714ff602285f8e75b391c7b6c1f0db15e2406c0 100644 |
--- a/chrome/test/base/view_event_test_platform_part_chromeos.cc |
+++ b/chrome/test/base/view_event_test_platform_part_chromeos.cc |
@@ -6,7 +6,6 @@ |
#include <memory> |
-#include "ash/common/material_design/material_design_controller.h" |
#include "ash/common/test/test_session_state_delegate.h" |
#include "ash/shell.h" |
#include "ash/shell_init_params.h" |
@@ -59,7 +58,6 @@ ViewEventTestPlatformPartChromeOS::ViewEventTestPlatformPartChromeOS( |
chromeos::DBusThreadManager::Get()->IsUsingFakes()); |
chromeos::CrasAudioHandler::InitializeForTesting(); |
chromeos::NetworkHandler::Initialize(); |
- ash::MaterialDesignController::Initialize(); |
env_ = aura::Env::CreateInstance(); |
ash::test::TestShellDelegate* shell_delegate = |