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

Unified Diff: chrome/browser/prefs/value_map_pref_store.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: chrome/browser/prefs/value_map_pref_store.cc
diff --git a/chrome/browser/prefs/value_map_pref_store.cc b/chrome/browser/prefs/value_map_pref_store.cc
index 39ee3a120f89aa7d00578a6698fb689c313766db..6eeb79b0257747dbe806a6009a32cd28ee2a507c 100644
--- a/chrome/browser/prefs/value_map_pref_store.cc
+++ b/chrome/browser/prefs/value_map_pref_store.cc
@@ -6,7 +6,7 @@
#include <algorithm>
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
#include "base/values.h"
ValueMapPrefStore::ValueMapPrefStore() {}

Powered by Google App Engine
This is Rietveld 408576698