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

Unified Diff: ash/common/system/chromeos/enterprise/tray_enterprise.h

Issue 2108403004: mash: Move several chromeos system tray items to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@audio
Patch Set: Rebase 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/enterprise/tray_enterprise.h
diff --git a/ash/system/chromeos/enterprise/tray_enterprise.h b/ash/common/system/chromeos/enterprise/tray_enterprise.h
similarity index 85%
rename from ash/system/chromeos/enterprise/tray_enterprise.h
rename to ash/common/system/chromeos/enterprise/tray_enterprise.h
index fce77d8455dd797edbdbee5b7f360c888a1df008..bc335198ba4ca9d9f384aa0fc04796768860582c 100644
--- a/ash/system/chromeos/enterprise/tray_enterprise.h
+++ b/ash/common/system/chromeos/enterprise/tray_enterprise.h
@@ -2,18 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_CHROMEOS_ENTERPRISE_TRAY_ENTERPRISE_H
-#define ASH_SYSTEM_CHROMEOS_ENTERPRISE_TRAY_ENTERPRISE_H
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_ENTERPRISE_TRAY_ENTERPRISE_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_ENTERPRISE_TRAY_ENTERPRISE_H_
#include "ash/common/system/chromeos/enterprise/enterprise_domain_observer.h"
#include "ash/common/system/tray/system_tray_item.h"
#include "ash/common/system/tray/view_click_listener.h"
#include "base/macros.h"
-namespace views {
-class View;
-}
-
namespace ash {
class LabelTrayView;
class SystemTray;
@@ -47,4 +43,4 @@ class TrayEnterprise : public SystemTrayItem,
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_ENTERPRISE_TRAY_ENTERPRISE_H
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_ENTERPRISE_TRAY_ENTERPRISE_H_
« no previous file with comments | « ash/common/system/chromeos/bluetooth/tray_bluetooth.cc ('k') | ash/common/system/chromeos/enterprise/tray_enterprise.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698