| 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"
|
|
|