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

Unified Diff: content/browser/cert_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: content/browser/cert_store.cc
diff --git a/content/browser/cert_store.cc b/content/browser/cert_store.cc
index a5ecee8bb50e5d9785d556c41adc85a1c8868beb..44acfe498ef725138f4e09e71ca49d16586705b2 100644
--- a/content/browser/cert_store.cc
+++ b/content/browser/cert_store.cc
@@ -7,7 +7,7 @@
#include <algorithm>
#include <functional>
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
#include "content/browser/renderer_host/render_process_host.h"
#include "content/browser/renderer_host/render_view_host.h"
#include "content/common/notification_service.h"

Powered by Google App Engine
This is Rietveld 408576698