mash: Move StatusTray and StatusAreaWidget to //ash/common
This will make it possible to create a StatusAreaWidget under mojo::ash.
* Convert SystemTrayTest to use wm common types
* Remove unnecessary DEPS files
No functional changes.
BUG=619636
TEST=ash_unittests
[email protected]
Review-Url: https://codereview.chromium.org/2148593004
Cr-Commit-Position: refs/heads/master@{#405376}
diff --git a/ash/extended_desktop_unittest.cc b/ash/extended_desktop_unittest.cc
index 595c60b..1d13390f 100644
--- a/ash/extended_desktop_unittest.cc
+++ b/ash/extended_desktop_unittest.cc
@@ -4,12 +4,12 @@
#include "ash/aura/wm_window_aura.h"
#include "ash/common/shell_window_ids.h"
+#include "ash/common/system/tray/system_tray.h"
#include "ash/common/wm/root_window_finder.h"
#include "ash/display/display_manager.h"
#include "ash/root_window_controller.h"
#include "ash/screen_util.h"
#include "ash/shell.h"
-#include "ash/system/tray/system_tray.h"
#include "ash/test/ash_test_base.h"
#include "ash/wm/window_properties.h"
#include "ash/wm/window_util.h"