Index: ash/system/session/logout_button_tray.h |
diff --git a/ash/common/system/chromeos/session/logout_button_tray.h b/ash/system/session/logout_button_tray.h |
similarity index 83% |
rename from ash/common/system/chromeos/session/logout_button_tray.h |
rename to ash/system/session/logout_button_tray.h |
index cc0d3746061fb41c85d82184fb0106172b5f234a..af3d0e6edaec168c9ebd6214dab35a5d73071c9c 100644 |
--- a/ash/common/system/chromeos/session/logout_button_tray.h |
+++ b/ash/system/session/logout_button_tray.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_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_ |
-#define ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_ |
+#ifndef ASH_SYSTEM_SESSION_LOGOUT_BUTTON_TRAY_H_ |
+#define ASH_SYSTEM_SESSION_LOGOUT_BUTTON_TRAY_H_ |
#include "ash/ash_export.h" |
#include "ash/common/login_status.h" |
-#include "ash/common/system/chromeos/session/logout_button_observer.h" |
-#include "ash/common/system/tray/tray_background_view.h" |
+#include "ash/system/session/logout_button_observer.h" |
+#include "ash/system/tray/tray_background_view.h" |
#include "base/macros.h" |
#include "base/time/time.h" |
#include "ui/views/controls/button/button.h" |
@@ -55,4 +55,4 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView, |
} // namespace ash |
-#endif // ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_ |
+#endif // ASH_SYSTEM_SESSION_LOGOUT_BUTTON_TRAY_H_ |