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

Unified Diff: content/browser/browser_main_loop.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: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 800159fd704b17b48aca7405da9ab101ec055a7f..71845d49c559625b97a06c7f0cdf29fdf939feb9 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -99,7 +99,7 @@
#if defined(USE_AURA)
#include "content/public/browser/context_factory.h"
-#include "ui/aura/env.h"
+#include "ui/aura/env.h" // nogncheck
#endif
#if defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698