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

Unified Diff: mash/package/mash_packaged_service.cc

Issue 2620503002: nogncheck some includes guarded under OS_CHROMEOS (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/package/mash_packaged_service.cc
diff --git a/mash/package/mash_packaged_service.cc b/mash/package/mash_packaged_service.cc
index d6c7db527c5ef457368bc1e75c5a515ffde249f9..38d7f80013d56328068fa4a42557d5f145ce2f20 100644
--- a/mash/package/mash_packaged_service.cc
+++ b/mash/package/mash_packaged_service.cc
@@ -24,9 +24,9 @@
#include "services/ui/service.h"
#if defined(OS_CHROMEOS)
-#include "ash/autoclick/mus/autoclick_application.h"
-#include "ash/mus/window_manager_application.h"
-#include "ash/touch_hud/mus/touch_hud_application.h"
+#include "ash/autoclick/mus/autoclick_application.h" // nogncheck
+#include "ash/mus/window_manager_application.h" // nogncheck
+#include "ash/touch_hud/mus/touch_hud_application.h" // nogncheck
#endif
#if defined(OS_LINUX)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698