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

Unified Diff: chrome/views/controls/tree/tree_view.cc

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/tree/tree_node_model.h ('k') | chrome/views/focus/view_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/controls/tree/tree_view.cc
===================================================================
--- chrome/views/controls/tree/tree_view.cc (revision 15264)
+++ chrome/views/controls/tree/tree_view.cc (working copy)
@@ -7,12 +7,12 @@
#include <shellapi.h>
#include "app/resource_bundle.h"
+#include "base/stl_util-inl.h"
#include "base/win_util.h"
#include "chrome/common/gfx/chrome_canvas.h"
#include "chrome/common/gfx/icon_util.h"
#include "chrome/common/l10n_util.h"
#include "chrome/common/l10n_util_win.h"
-#include "chrome/common/stl_util-inl.h"
#include "chrome/views/focus/focus_manager.h"
#include "chrome/views/widget/widget.h"
#include "grit/theme_resources.h"
« no previous file with comments | « chrome/views/controls/tree/tree_node_model.h ('k') | chrome/views/focus/view_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698