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

Unified Diff: ash/common/system/cast/tray_cast.h

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
« no previous file with comments | « ash/common/cast_config_delegate.cc ('k') | ash/common/system/cast/tray_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/cast/tray_cast.h
diff --git a/ash/system/cast/tray_cast.h b/ash/common/system/cast/tray_cast.h
similarity index 93%
rename from ash/system/cast/tray_cast.h
rename to ash/common/system/cast/tray_cast.h
index 6b1a15e2dda9972eff0e6cba2d20d90b714810cc..55d049b59c07dcddb985e0d015a12aedcbd2a1a9 100644
--- a/ash/system/cast/tray_cast.h
+++ b/ash/common/system/cast/tray_cast.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_CAST_TRAY_CAST_H_
-#define ASH_SYSTEM_CAST_TRAY_CAST_H_
+#ifndef ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
+#define ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
-#include "ash/cast_config_delegate.h"
+#include "ash/common/cast_config_delegate.h"
#include "ash/common/shell_observer.h"
#include "ash/common/system/tray/system_tray_item.h"
#include "base/macros.h"
@@ -77,4 +77,4 @@ class ASH_EXPORT TrayCast : public SystemTrayItem,
} // namespace ash
-#endif // ASH_SYSTEM_CAST_TRAY_CAST_H_
+#endif // ASH_COMMON_SYSTEM_CAST_TRAY_CAST_H_
« no previous file with comments | « ash/common/cast_config_delegate.cc ('k') | ash/common/system/cast/tray_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698