Move ash/material_design to ash/common/material_design
Move ash/material_design files to a new
directory in ash/common.
BUG=618306
TEST=none
Review-Url: https://codereview.chromium.org/2047273003
Cr-Commit-Position: refs/heads/master@{#398688}
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 62f5db8..4f9c78b 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -6,8 +6,8 @@
#include "ash/accelerators/accelerator_controller.h"
#include "ash/ash_switches.h"
+#include "ash/common/material_design/material_design_controller.h"
#include "ash/display/display_info.h"
-#include "ash/material_design/material_design_controller.h"
#include "ash/shell.h"
#include "ash/shell_init_params.h"
#include "ash/test/ash_test_views_delegate.h"