| Index: chrome/browser/safe_browsing/download_protection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
|
| index 385d10823b30361201f2081682133be40a978c5a..0b89eaa2a0e1e7ba3d6c44143c0b1037d64815e6 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/format_macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/message_loop_helpers.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "base/sequenced_task_runner_helpers.h"
|
| #include "base/stl_util.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_util.h"
|
|
|