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

Unified Diff: ash/common/system/chromeos/session/tray_session_length_limit.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/tray_session_length_limit.h
diff --git a/ash/system/chromeos/session/tray_session_length_limit.h b/ash/common/system/chromeos/session/tray_session_length_limit.h
similarity index 90%
rename from ash/system/chromeos/session/tray_session_length_limit.h
rename to ash/common/system/chromeos/session/tray_session_length_limit.h
index a08492bc64cb9db266e72e44ba0e1ba2b17ddbeb..cc307e1e0ef62a7b4fe0d449ec3f828ffc145265 100644
--- a/ash/system/chromeos/session/tray_session_length_limit.h
+++ b/ash/common/system/chromeos/session/tray_session_length_limit.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_SESSION_LENGTH_LIMIT_H_
-#define ASH_SYSTEM_CHROMEOS_SESSION_SESSION_LENGTH_LIMIT_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_SESSION_TRAY_SESSION_LENGTH_LIMIT_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_SESSION_TRAY_SESSION_LENGTH_LIMIT_H_
#include <memory>
@@ -72,4 +72,4 @@ class ASH_EXPORT TraySessionLengthLimit : public SystemTrayItem,
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_SESSION_SESSION_LENGTH_LIMIT_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_SESSION_TRAY_SESSION_LENGTH_LIMIT_H_

Powered by Google App Engine
This is Rietveld 408576698