Index: ash/system/user/button_from_view.cc |
diff --git a/ash/common/system/user/button_from_view.cc b/ash/system/user/button_from_view.cc |
similarity index 96% |
rename from ash/common/system/user/button_from_view.cc |
rename to ash/system/user/button_from_view.cc |
index c39610d5568f0965b8ce8a7eaa2ffc32a145bfcb..a7e1ea99d5769f8fdb1776e3dad594ced8e4f5ab 100644 |
--- a/ash/common/system/user/button_from_view.cc |
+++ b/ash/system/user/button_from_view.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include <vector> |
+#include "ash/system/user/button_from_view.h" |
-#include "ash/common/system/user/button_from_view.h" |
+#include <vector> |
#include "ash/common/ash_constants.h" |
-#include "ash/common/system/tray/tray_constants.h" |
-#include "ash/common/system/tray/tray_popup_utils.h" |
+#include "ash/system/tray/tray_constants.h" |
+#include "ash/system/tray/tray_popup_utils.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "ui/accessibility/ax_node_data.h" |