Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index 0341b8284d70b859b5532cd7abb2958b6f4a4ed1..828945097ff5f5465cc636cfdeb2d39190b83a41 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -186,7 +186,6 @@ |
#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS) |
#if defined(OS_CHROMEOS) |
-#include "ash/common/material_design/material_design_controller.h" |
#include "chrome/browser/chromeos/settings/cros_settings.h" |
#include "chromeos/chromeos_switches.h" |
#include "chromeos/settings/cros_settings_names.h" |
@@ -1050,9 +1049,6 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { |
// are not available until this point. Now that they are, proceed with |
// initializing the MaterialDesignController. |
ui::MaterialDesignController::Initialize(); |
-#if defined(OS_CHROMEOS) |
- ash::MaterialDesignController::Initialize(); |
-#endif // !defined(OS_CHROMEOS) |
#if defined(OS_WIN) |
// This is needed to enable ETW exporting when requested in about:flags. |