| Index: chrome/browser/safe_browsing/client_side_detection_service.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/client_side_detection_service.cc (revision 87381)
|
| +++ chrome/browser/safe_browsing/client_side_detection_service.cc (working copy)
|
| @@ -16,12 +16,12 @@
|
| #include "base/task.h"
|
| #include "base/time.h"
|
| #include "chrome/common/net/http_return.h"
|
| -#include "chrome/common/net/url_fetcher.h"
|
| #include "chrome/common/safe_browsing/csd.pb.h"
|
| #include "chrome/common/safe_browsing/safebrowsing_messages.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/common/notification_service.h"
|
| +#include "content/common/url_fetcher.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "net/base/load_flags.h"
|
|
|