| Index: chrome/browser/safe_browsing/safe_browsing_test.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_test.cc b/chrome/browser/safe_browsing/safe_browsing_test.cc
|
| index 1e245edf0756211fd9b58171caf835ee7ad486c5..d7d1ca8d1b9071e555025433c05f1f949f3ae49a 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_test.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_test.cc
|
| @@ -21,9 +21,9 @@
|
| #include "base/environment.h"
|
| #include "base/path_service.h"
|
| #include "base/process_util.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_split.h"
|
| +#include "base/stringprintf.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/test/test_timeouts.h"
|
| #include "base/threading/platform_thread.h"
|
| @@ -37,10 +37,10 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "content/common/net/url_fetcher.h"
|
| #include "content/public/common/url_fetcher_delegate.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "net/base/host_resolver.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/base/net_log.h"
|
|
|