Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc |
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc |
index 9cd8b76ae1d476e7d3a61af442877e57cd88cc6a..2a1b343f1610d65a63be6882cab58845d5e8c3e4 100644 |
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc |
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc |
@@ -21,9 +21,9 @@ |
#include "ui/views/widget/widget.h" |
#if defined(USE_ASH) |
-#include "ash/common/shelf/shelf_delegate.h" |
-#include "ash/common/wm_shell.h" |
-#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_util.h" |
+#include "ash/common/shelf/shelf_delegate.h" // nogncheck |
+#include "ash/common/wm_shell.h" // nogncheck |
+#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_util.h" // nogncheck |
#endif |
AppInfoFooterPanel::AppInfoFooterPanel(gfx::NativeWindow parent_window, |