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

Unified Diff: mojo/edk/util/ref_counted.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/make_unique.h ('k') | mojo/edk/util/ref_ptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/ref_counted.h
diff --git a/mojo/edk/util/ref_counted.h b/mojo/edk/util/ref_counted.h
index 7f8cbb729de7693c9e5d4d0d5ee770fe8cc2f075..7463a459fdc974254469181eee031e6d183c3507 100644
--- a/mojo/edk/util/ref_counted.h
+++ b/mojo/edk/util/ref_counted.h
@@ -7,11 +7,6 @@
#ifndef MOJO_EDK_UTIL_REF_COUNTED_H_
#define MOJO_EDK_UTIL_REF_COUNTED_H_
-#include <assert.h>
-
-#include <cstddef>
-#include <utility>
-
#include "mojo/edk/util/ref_counted_internal.h"
#include "mojo/edk/util/ref_ptr.h"
#include "mojo/public/cpp/system/macros.h"
« no previous file with comments | « mojo/edk/util/make_unique.h ('k') | mojo/edk/util/ref_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698