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

Unified Diff: mojo/edk/util/command_line.h

Issue 1558333002: Rectify our use of std::nullptr_t, inclusions of <stddef.h>/<cstddef>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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 | « mojo/converters/input_events/input_events_type_converters.cc ('k') | mojo/edk/util/make_unique.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/command_line.h
diff --git a/mojo/edk/util/command_line.h b/mojo/edk/util/command_line.h
index 3db716d6d41417cf55b8b003c0367cb042ca8894..db612247170d0b554c765dfbab63a426009b834d 100644
--- a/mojo/edk/util/command_line.h
+++ b/mojo/edk/util/command_line.h
@@ -36,7 +36,8 @@
#ifndef MOJO_EDK_UTIL_COMMAND_LINE_H_
#define MOJO_EDK_UTIL_COMMAND_LINE_H_
-#include <cstddef>
+#include <stddef.h>
+
#include <initializer_list>
#include <string>
#include <unordered_map>
« no previous file with comments | « mojo/converters/input_events/input_events_type_converters.cc ('k') | mojo/edk/util/make_unique.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698