Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3465)

Unified Diff: ash/common/system/chromeos/session/logout_button_tray.h

Issue 2108793002: mash: Convert system tray logout button to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more review comments, fix mash_unittests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/common/system/chromeos/session/logout_button_tray.h
diff --git a/ash/system/chromeos/session/logout_button_tray.h b/ash/common/system/chromeos/session/logout_button_tray.h
similarity index 89%
rename from ash/system/chromeos/session/logout_button_tray.h
rename to ash/common/system/chromeos/session/logout_button_tray.h
index 58bd8e05e1a052b4725582e51fc6ccae9a9b7e99..abf5041435edf2d39998faa2eac3c39c6c58f366 100644
--- a/ash/system/chromeos/session/logout_button_tray.h
+++ b/ash/common/system/chromeos/session/logout_button_tray.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_
-#define ASH_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_
#include "ash/ash_export.h"
#include "ash/common/login_status.h"
@@ -56,4 +56,4 @@ class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_

Powered by Google App Engine
This is Rietveld 408576698