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

Unified Diff: base/memory/scoped_ptr.h

Issue 1828923004: Remove even more headers from base/memory/scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | blimp/common/logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/scoped_ptr.h
diff --git a/base/memory/scoped_ptr.h b/base/memory/scoped_ptr.h
index 849c0d8e318a4fe9e9ec3d90111df4b26128cc31..ec779528f1a761ce11d618447bd58181208f6783 100644
--- a/base/memory/scoped_ptr.h
+++ b/base/memory/scoped_ptr.h
@@ -92,13 +92,9 @@
// TODO(dcheng): Clean up these headers, but there are likely lots of existing
// IWYU violations.
-#include <stddef.h>
#include <stdlib.h>
#include <memory>
-#include <utility>
-
-#include "base/macros.h"
namespace base {
« no previous file with comments | « no previous file | blimp/common/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698