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

Unified Diff: mojo/icu/constants.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/edk/util/ref_ptr.h ('k') | mojo/public/cpp/bindings/array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/icu/constants.h
diff --git a/mojo/icu/constants.h b/mojo/icu/constants.h
index e253e10a75838fed320749cc0f9e28d59c6cbc3c..953cd72899307b819af2065be5cedf4897719d82 100644
--- a/mojo/icu/constants.h
+++ b/mojo/icu/constants.h
@@ -5,7 +5,7 @@
#ifndef MOJO_ICU_CONSTANTS_H_
#define MOJO_ICU_CONSTANTS_H_
-#include <cstring>
+#include <stddef.h>
namespace mojo {
namespace icu {
« no previous file with comments | « mojo/edk/util/ref_ptr.h ('k') | mojo/public/cpp/bindings/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698