| Index: chrome/browser/safe_browsing/protocol_manager.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/protocol_manager.cc (revision 15263)
|
| +++ chrome/browser/safe_browsing/protocol_manager.cc (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/rand_util.h"
|
| +#include "base/stl_util-inl.h"
|
| #include "base/string_util.h"
|
| #include "base/sys_info.h"
|
| #include "base/task.h"
|
| @@ -17,7 +18,6 @@
|
| #include "chrome/browser/safe_browsing/protocol_parser.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
| #include "chrome/common/env_vars.h"
|
| -#include "chrome/common/stl_util-inl.h"
|
| #include "net/base/base64.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/load_flags.h"
|
|
|