Index: ash/shelf/shelf_controller.cc |
diff --git a/ash/common/shelf/shelf_controller.cc b/ash/shelf/shelf_controller.cc |
similarity index 97% |
rename from ash/common/shelf/shelf_controller.cc |
rename to ash/shelf/shelf_controller.cc |
index 5bfece459d04d7b7e138ee7374678e1b1f0fcf3c..f76ed4b645e7eb24fd5ea6c4766ecaac8e18a8cc 100644 |
--- a/ash/common/shelf/shelf_controller.cc |
+++ b/ash/shelf/shelf_controller.cc |
@@ -2,14 +2,14 @@ |
// 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_controller.h" |
+#include "ash/shelf/shelf_controller.h" |
-#include "ash/common/shelf/shelf_item_delegate.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/shelf_item_delegate.h" |
+#include "ash/shelf/wm_shelf.h" |
#include "ash/shell.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/strings/utf_string_conversions.h" |
#include "ui/base/models/simple_menu_model.h" |
#include "ui/base/resource/resource_bundle.h" |