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

Unified Diff: webkit/quota/usage_tracker.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: webkit/quota/usage_tracker.cc
diff --git a/webkit/quota/usage_tracker.cc b/webkit/quota/usage_tracker.cc
index ff08e195e8b7384b79feb9cbb12e1c2e3ed69a48..309502bef392dcfe6a2fe4ee49b9b1b728dcc2c4 100644
--- a/webkit/quota/usage_tracker.cc
+++ b/webkit/quota/usage_tracker.cc
@@ -9,7 +9,7 @@
#include <string>
#include "base/message_loop_proxy.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
#include "net/base/net_util.h"
#include "webkit/quota/special_storage_policy.h"

Powered by Google App Engine
This is Rietveld 408576698