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

Unified Diff: ash/common/system/cast/tray_cast.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/cast/tray_cast.cc
diff --git a/ash/system/cast/tray_cast.cc b/ash/common/system/cast/tray_cast.cc
similarity index 99%
rename from ash/system/cast/tray_cast.cc
rename to ash/common/system/cast/tray_cast.cc
index c7441145c62fdd7201302dc300119de76edc711f..4bc171199e30419963aae366baa6d9730094e383 100644
--- a/ash/system/cast/tray_cast.cc
+++ b/ash/common/system/cast/tray_cast.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/system/cast/tray_cast.h"
+#include "ash/common/system/cast/tray_cast.h"
#include "ash/common/session/session_state_delegate.h"
#include "ash/common/shelf/shelf_types.h"
#include "ash/common/shelf/wm_shelf_util.h"
+#include "ash/common/system/chromeos/screen_security/screen_tray_item.h"
#include "ash/common/system/tray/fixed_sized_image_view.h"
#include "ash/common/system/tray/fixed_sized_scroll_view.h"
#include "ash/common/system/tray/hover_highlight_view.h"
@@ -19,7 +20,6 @@
#include "ash/common/system/tray/tray_popup_label_button.h"
#include "ash/common/system/tray/view_click_listener.h"
#include "ash/common/wm_shell.h"
-#include "ash/system/chromeos/screen_security/screen_tray_item.h"
#include "ash/system/tray/system_tray.h"
#include "base/bind.h"
#include "grit/ash_resources.h"
« no previous file with comments | « ash/common/system/cast/tray_cast.h ('k') | ash/common/system/chromeos/screen_security/screen_capture_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698