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

Unified Diff: ash/common/system/chromeos/session/tray_session_length_limit.cc

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.cc
diff --git a/ash/system/chromeos/session/tray_session_length_limit.cc b/ash/common/system/chromeos/session/tray_session_length_limit.cc
similarity index 98%
rename from ash/system/chromeos/session/tray_session_length_limit.cc
rename to ash/common/system/chromeos/session/tray_session_length_limit.cc
index e8fc27727da52d96de7baf913fb5ffb2109df327..da59774fd698c3568f6c0eaebfac6a700dce43b7 100644
--- a/ash/system/chromeos/session/tray_session_length_limit.cc
+++ b/ash/common/system/chromeos/session/tray_session_length_limit.cc
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/system/chromeos/session/tray_session_length_limit.h"
+#include "ash/common/system/chromeos/session/tray_session_length_limit.h"
#include <algorithm>
#include <memory>
#include <utility>
#include "ash/common/system/system_notifier.h"
+#include "ash/common/system/tray/label_tray_view.h"
#include "ash/common/system/tray/system_tray_delegate.h"
#include "ash/common/system/tray/system_tray_notifier.h"
#include "ash/common/wm_shell.h"
-#include "ash/system/chromeos/label_tray_view.h"
#include "ash/system/tray/system_tray.h"
#include "base/logging.h"
#include "base/strings/utf_string_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698