diff options
Diffstat (limited to 'content/browser/cert_store.cc')
-rw-r--r-- | content/browser/cert_store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/cert_store.cc b/content/browser/cert_store.cc index a5ecee8..44acfe4 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" |