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

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

Issue 415103002: IWYU for TrayEnterprise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | ash/system/chromeos/enterprise/tray_enterprise.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/enterprise/tray_enterprise.h
diff --git a/ash/system/chromeos/enterprise/tray_enterprise.h b/ash/system/chromeos/enterprise/tray_enterprise.h
index 984ef21e77ba43a13347353664ed8a352b6febef..ed41a7f3150d21f9a5992559aff893a51202faa9 100644
--- a/ash/system/chromeos/enterprise/tray_enterprise.h
+++ b/ash/system/chromeos/enterprise/tray_enterprise.h
@@ -9,12 +9,13 @@
#include "ash/system/tray/system_tray_item.h"
#include "ash/system/tray/view_click_listener.h"
-namespace ash {
-class SystemTray;
+namespace views {
+class View;
}
namespace ash {
class LabelTrayView;
+class SystemTray;
class TrayEnterprise : public SystemTrayItem,
public ViewClickListener,
« no previous file with comments | « no previous file | ash/system/chromeos/enterprise/tray_enterprise.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698