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

Unified Diff: ash/common/system/tray/label_tray_view.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: ifdefs 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/tray/label_tray_view.cc
diff --git a/ash/system/chromeos/label_tray_view.cc b/ash/common/system/tray/label_tray_view.cc
similarity index 97%
rename from ash/system/chromeos/label_tray_view.cc
rename to ash/common/system/tray/label_tray_view.cc
index dc73b9e77300e4e475e6d31a13f032a30eacddd1..55d4e9f1ef8593ad459514fbb92d67006a911164 100644
--- a/ash/system/chromeos/label_tray_view.cc
+++ b/ash/common/system/tray/label_tray_view.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/system/chromeos/label_tray_view.h"
+#include "ash/common/system/tray/label_tray_view.h"
#include "ash/common/system/tray/hover_highlight_view.h"
#include "ash/common/system/tray/tray_constants.h"

Powered by Google App Engine
This is Rietveld 408576698