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

Unified Diff: chrome/browser/ui/webui/settings/appearance_handler.cc

Issue 2272173002: Fix most chrome/browser/ui "gn check" problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 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: chrome/browser/ui/webui/settings/appearance_handler.cc
diff --git a/chrome/browser/ui/webui/settings/appearance_handler.cc b/chrome/browser/ui/webui/settings/appearance_handler.cc
index ac517a4e6793edfd1845f52ed0bfee954860cbfc..79ae0fd49b7895ae5789cd64845574e2eb5b6716 100644
--- a/chrome/browser/ui/webui/settings/appearance_handler.cc
+++ b/chrome/browser/ui/webui/settings/appearance_handler.cc
@@ -15,8 +15,8 @@
#include "content/public/browser/web_ui.h"
#if defined(OS_CHROMEOS)
-#include "ash/common/wallpaper/wallpaper_delegate.h"
-#include "ash/common/wm_shell.h"
+#include "ash/common/wallpaper/wallpaper_delegate.h" // nogncheck
+#include "ash/common/wm_shell.h" // nogncheck
#endif
namespace settings {

Powered by Google App Engine
This is Rietveld 408576698