Index: ash/system/tray/system_tray_item.h |
diff --git a/ash/common/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h |
similarity index 96% |
rename from ash/common/system/tray/system_tray_item.h |
rename to ash/system/tray/system_tray_item.h |
index cbf508f7417aae888696252011b353ca0f04dd54..4641b8b1636da801982c2a367db96b6b1b76fa41 100644 |
--- a/ash/common/system/tray/system_tray_item.h |
+++ b/ash/system/tray/system_tray_item.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_COMMON_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_ |
-#define ASH_COMMON_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_ |
+#ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_ |
+#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_ |
#include <memory> |
#include "ash/ash_export.h" |
-#include "ash/common/login_status.h" |
+#include "ash/login_status.h" |
#include "ash/public/cpp/shelf_types.h" |
#include "base/macros.h" |
#include "base/timer/timer.h" |
@@ -156,4 +156,4 @@ class ASH_EXPORT SystemTrayItem { |
} // namespace ash |
-#endif // ASH_COMMON_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_ |
+#endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_ |