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

Unified Diff: ui/snapshot/screenshot_grabber.cc

Issue 2326933002: MacViews: Fix gn check fail for mac_views_browser on Aura dependencies. (Closed)
Patch Set: Typo. Created 4 years, 3 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: ui/snapshot/screenshot_grabber.cc
diff --git a/ui/snapshot/screenshot_grabber.cc b/ui/snapshot/screenshot_grabber.cc
index ebccaaec342ee6d821c737c3ba8f6dba3412dbec..2c9e013f3defefec824b5f3d02b24a97667750fa 100644
--- a/ui/snapshot/screenshot_grabber.cc
+++ b/ui/snapshot/screenshot_grabber.cc
@@ -24,8 +24,8 @@
#include "ui/snapshot/snapshot.h"
#if defined(USE_AURA)
-#include "ui/aura/client/cursor_client.h"
-#include "ui/aura/window.h"
+#include "ui/aura/client/cursor_client.h" // nogncheck
+#include "ui/aura/window.h" // nogncheck
#endif
namespace ui {

Powered by Google App Engine
This is Rietveld 408576698