| Index: chrome/browser/safe_browsing/client_side_detection_service.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/client_side_detection_service.cc (revision 76500)
|
| +++ chrome/browser/safe_browsing/client_side_detection_service.cc (working copy)
|
| @@ -16,7 +16,6 @@
|
| #include "base/task.h"
|
| #include "base/time.h"
|
| #include "chrome/browser/safe_browsing/csd.pb.h"
|
| -#include "chrome/browser/tab_contents/provisional_load_details.h"
|
| #include "chrome/common/net/http_return.h"
|
| #include "chrome/common/net/url_fetcher.h"
|
| #include "chrome/common/net/url_request_context_getter.h"
|
| @@ -25,6 +24,7 @@
|
| #include "chrome/common/render_messages.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| +#include "content/browser/tab_contents/provisional_load_details.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/load_flags.h"
|
|
|