commit | d9b1b341d89d7bd0025b1268ecb772f4c3eac425 | [log] [tgz] |
---|---|---|
author | msw <[email protected]> | Fri Jun 17 20:19:57 2016 |
committer | Commit bot <[email protected]> | Fri Jun 17 20:21:59 2016 |
tree | 739a38fbc431cfe2f16a34e55de8208223bbb579 | |
parent | 59468a3d67a987fe6b821bc38cefd025af4b9486 [diff] [blame] |
mash: Move ash_switches.* to ash/common; cleanup DEPS. tools/git/move_source_file.py ash/ash_switches* ash/common/ Fix include in ash/virtual_keyboard_controller_unittest.cc. Remove explicit ash_switches.h entry from ash/common/DEPS. BUG=619636 TEST=Compiles, no changes. [email protected],[email protected] [email protected] Review-Url: https://codereview.chromium.org/2074213002 Cr-Commit-Position: refs/heads/master@{#400485}
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc index 23eb96fc..d6a90f0 100644 --- a/ash/test/ash_test_helper.cc +++ b/ash/test/ash_test_helper.cc
@@ -5,7 +5,7 @@ #include "ash/test/ash_test_helper.h" #include "ash/accelerators/accelerator_controller.h" -#include "ash/ash_switches.h" +#include "ash/common/ash_switches.h" #include "ash/common/material_design/material_design_controller.h" #include "ash/display/display_info.h" #include "ash/shell.h"