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

Unified Diff: cc/base/contiguous_container.h

Issue 2231533003: Remove unneeded base/stl_util.h includes in headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | « base/json/json_value_converter.h ('k') | cc/base/contiguous_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/contiguous_container.h
diff --git a/cc/base/contiguous_container.h b/cc/base/contiguous_container.h
index c876508cff0ba20dba1a6aad811d25595c8265c1..d0285fcf8f00f4720f236f51c61d7d2e8b2ab4b7 100644
--- a/cc/base/contiguous_container.h
+++ b/cc/base/contiguous_container.h
@@ -9,11 +9,11 @@
#include <memory>
#include <utility>
+#include <vector>
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/macros.h"
-#include "base/stl_util.h"
#include "cc/base/cc_export.h"
namespace cc {
« no previous file with comments | « base/json/json_value_converter.h ('k') | cc/base/contiguous_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698