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

Unified Diff: base/memory/scoped_vector.h

Issue 7342047: Cleanup base/stl_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unneeded include + rebase Created 9 years, 5 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
Index: base/memory/scoped_vector.h
diff --git a/base/memory/scoped_vector.h b/base/memory/scoped_vector.h
index 6e0cf05594687a4f45223186b81d8c064e35a20d..832d9dd04661d3569dc7b4e93d5464cad754d0df 100644
--- a/base/memory/scoped_vector.h
+++ b/base/memory/scoped_vector.h
@@ -9,7 +9,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
// ScopedVector wraps a vector deleting the elements from its
// destructor.
« no previous file with comments | « base/files/file_path_watcher_browsertest.cc ('k') | base/stl_util.h » ('j') | base/stl_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698