Index: chrome/browser/ui/window_sizer/window_sizer.cc |
diff --git a/chrome/browser/ui/window_sizer/window_sizer.cc b/chrome/browser/ui/window_sizer/window_sizer.cc |
index 05ce877f4e5d0e31dcd2a6af5c1563c8408abf9a..446d11682437d9ec20d8b20cec0c293936df6b92 100644 |
--- a/chrome/browser/ui/window_sizer/window_sizer.cc |
+++ b/chrome/browser/ui/window_sizer/window_sizer.cc |
@@ -23,9 +23,9 @@ |
#include "ui/display/screen.h" |
#if defined(USE_ASH) |
-#include "ash/common/wm/window_positioner.h" |
-#include "ash/shell.h" |
-#include "chrome/browser/ui/ash/ash_util.h" |
+#include "ash/common/wm/window_positioner.h" // nogncheck |
+#include "ash/shell.h" // nogncheck |
+#include "chrome/browser/ui/ash/ash_util.h" // nogncheck |
#endif |
namespace { |