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

Unified Diff: webkit/quota/quota_types.h

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: webkit/quota/quota_types.h
diff --git a/webkit/quota/quota_types.h b/webkit/quota/quota_types.h
index ce5b4e2f9a1bdf1b70fa1f0d92bb4ece5d160fdc..ec6ab45738252eaba43961add85f2850a86e7168 100644
--- a/webkit/quota/quota_types.h
+++ b/webkit/quota/quota_types.h
@@ -8,11 +8,12 @@
#include <deque>
#include <map>
+#include <set>
#include <string>
#include "base/basictypes.h"
#include "base/callback_old.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
class GURL;

Powered by Google App Engine
This is Rietveld 408576698