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

Unified Diff: ash/common/system/chromeos/screen_security/screen_share_tray_item.cc

Issue 2109613005: mash: Move system tray cast code into //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forward decl 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/screen_security/screen_share_tray_item.cc
diff --git a/ash/system/chromeos/screen_security/screen_share_tray_item.cc b/ash/common/system/chromeos/screen_security/screen_share_tray_item.cc
similarity index 97%
rename from ash/system/chromeos/screen_security/screen_share_tray_item.cc
rename to ash/common/system/chromeos/screen_security/screen_share_tray_item.cc
index ee0d4be6c44bdbc0e4a68a74ec8baff29e133440..ccd2364297dd87bd45ed0bd3858677c9dd37a99e 100644
--- a/ash/system/chromeos/screen_security/screen_share_tray_item.cc
+++ b/ash/common/system/chromeos/screen_security/screen_share_tray_item.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/screen_security/screen_share_tray_item.h"
+#include "ash/common/system/chromeos/screen_security/screen_share_tray_item.h"
#include <utility>

Powered by Google App Engine
This is Rietveld 408576698