Index: ash/shelf/shelf_tooltip_manager.cc |
diff --git a/ash/common/shelf/shelf_tooltip_manager.cc b/ash/shelf/shelf_tooltip_manager.cc |
similarity index 97% |
rename from ash/common/shelf/shelf_tooltip_manager.cc |
rename to ash/shelf/shelf_tooltip_manager.cc |
index 8cab3d316cc7f1a50cc849cf4d24ce91c7a25697..0f3a8758ab58b8cbc4eff5a45e8161ff8d94efe4 100644 |
--- a/ash/common/shelf/shelf_tooltip_manager.cc |
+++ b/ash/shelf/shelf_tooltip_manager.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/shelf/shelf_tooltip_manager.h" |
+#include "ash/shelf/shelf_tooltip_manager.h" |
-#include "ash/common/shelf/shelf_view.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/shelf_view.h" |
+#include "ash/shelf/wm_shelf.h" |
#include "ash/system/tray/tray_constants.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/bind.h" |
#include "base/strings/string16.h" |
#include "base/threading/thread_task_runner_handle.h" |