Index: ash/wm/lock_state_controller.cc |
diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc |
index 2ad8a595af5095368083d65c6cfb9f20a600e384..e0bb6008d515df1f2c274b498d8280eb291ba36f 100644 |
--- a/ash/wm/lock_state_controller.cc |
+++ b/ash/wm/lock_state_controller.cc |
@@ -31,11 +31,6 @@ |
#if defined(OS_CHROMEOS) |
#include "base/sys_info.h" |
-#include "media/audio/sounds/sounds_manager.h" |
-#endif |
- |
-#if defined(OS_CHROMEOS) |
-using media::SoundsManager; |
#endif |
#define UMA_HISTOGRAM_LOCK_TIMES(name, sample) \ |