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

Unified Diff: views/focus/view_storage.cc

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: views/focus/view_storage.cc
diff --git a/views/focus/view_storage.cc b/views/focus/view_storage.cc
index 053eb71b8e979569fb1c3a138c4b3476fbb0ef89..17d3f8ebf0353c3d9a3740365d3680cfdc4a03d3 100644
--- a/views/focus/view_storage.cc
+++ b/views/focus/view_storage.cc
@@ -7,7 +7,7 @@
#include <algorithm>
#include "base/logging.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
namespace views {

Powered by Google App Engine
This is Rietveld 408576698