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

Unified Diff: views/layout/grid_layout.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/layout/grid_layout.cc
diff --git a/views/layout/grid_layout.cc b/views/layout/grid_layout.cc
index bedbd7907baeeb7ebd38c02f51217ce9d7d8d110..55a50ceb1838f664720ff6a76d33579a6814f6ee 100644
--- a/views/layout/grid_layout.cc
+++ b/views/layout/grid_layout.cc
@@ -7,7 +7,7 @@
#include <algorithm>
#include "base/logging.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
#include "ui/gfx/insets.h"
#include "views/layout/layout_constants.h"
#include "views/view.h"

Powered by Google App Engine
This is Rietveld 408576698