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_ |