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

Unified Diff: chrome/browser/ui/webui/options/certificate_manager_handler.cc

Issue 1413373010: include what you use: errno.h in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/options/certificate_manager_handler.cc
diff --git a/chrome/browser/ui/webui/options/certificate_manager_handler.cc b/chrome/browser/ui/webui/options/certificate_manager_handler.cc
index cf03f83b97bb1c5e7a01363601e52618cea1bb7f..6c2634d2f673e72caa643deefb859cc4d4d82860 100644
--- a/chrome/browser/ui/webui/options/certificate_manager_handler.cc
+++ b/chrome/browser/ui/webui/options/certificate_manager_handler.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/webui/options/certificate_manager_handler.h"
+#include <errno.h>
Lei Zhang 2015/11/06 23:30:44 I'm in the blank line between C and C++ #includes
Mostyn Bramley-Moore 2015/11/06 23:38:38 Done.
#include <algorithm>
#include <map>
« no previous file with comments | « chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc ('k') | chrome/common/mac/mock_launchd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698