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

Unified Diff: base/memory/scoped_ptr.h

Issue 1462843002: Try to remove <algorithm> header from scoped_ptr.h, again. (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
« no previous file with comments | « no previous file | media/formats/mp2t/ts_section_psi.cc » ('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 a475d4c8b284be57ed07b69cfe9721cd58a5a76d..869bdfdbe92f6d8ab1f086c4b05afd9f1b7d207a 100644
--- a/base/memory/scoped_ptr.h
+++ b/base/memory/scoped_ptr.h
@@ -84,9 +84,6 @@
#include <stddef.h>
#include <stdlib.h>
-// TODO(dcheng): Temporary, remove this #include since swap is defined in
-// <utility> in C++11.
-#include <algorithm>
#include <iosfwd>
#include <memory>
#include <utility>
« no previous file with comments | « no previous file | media/formats/mp2t/ts_section_psi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698