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

Unified Diff: chrome/app/mash/mash_runner.cc

Issue 2646983002: nogncheck an include 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: chrome/app/mash/mash_runner.cc
diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
index 6de7718a7798edf9f50bf24a3cd31cd6f6e8d707..8a239734d91b9e2149dae48d512dfdfa649585ed 100644
--- a/chrome/app/mash/mash_runner.cc
+++ b/chrome/app/mash/mash_runner.cc
@@ -49,7 +49,7 @@
#if defined(OS_CHROMEOS)
#include "base/debug/leak_annotations.h"
#include "chrome/app/mash/mash_crash_reporter_client.h"
-#include "components/crash/content/app/breakpad_linux.h"
+#include "components/crash/content/app/breakpad_linux.h" // nogncheck
#endif
using service_manager::mojom::ServiceFactory;
« 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