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

Unified Diff: chrome/views/controls/tree/tree_node_model.h

Issue 107001: Move scoped_vector.h and stl_util-inl.h to base/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « chrome/views/controls/tabbed_pane.cc ('k') | chrome/views/controls/tree/tree_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/controls/tree/tree_node_model.h
===================================================================
--- chrome/views/controls/tree/tree_node_model.h (revision 15263)
+++ chrome/views/controls/tree/tree_node_model.h (working copy)
@@ -10,7 +10,8 @@
#include "base/basictypes.h"
#include "base/scoped_ptr.h"
-#include "chrome/common/scoped_vector.h"
+#include "base/scoped_vector.h"
+#include "base/stl_util-inl.h"
#include "chrome/views/controls/tree/tree_model.h"
namespace views {
« no previous file with comments | « chrome/views/controls/tabbed_pane.cc ('k') | chrome/views/controls/tree/tree_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698