| Index: chrome/browser/download/save_page_browsertest.cc
|
| diff --git a/chrome/browser/download/save_page_browsertest.cc b/chrome/browser/download/save_page_browsertest.cc
|
| index ecaa125368363df280d4c082ff67f24d503dedec..3c0bdb325cef2b6c1d46cc4f4eb891d0e5a0f2ea 100644
|
| --- a/chrome/browser/download/save_page_browsertest.cc
|
| +++ b/chrome/browser/download/save_page_browsertest.cc
|
| @@ -38,15 +38,15 @@
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/test_utils.h"
|
| -#include "content/test/net/url_request_mock_http_job.h"
|
| +#include "net/test/url_request/url_request_mock_http_job.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using content::BrowserContext;
|
| using content::BrowserThread;
|
| using content::DownloadItem;
|
| using content::DownloadManager;
|
| -using content::URLRequestMockHTTPJob;
|
| using content::WebContents;
|
| +using net::URLRequestMockHTTPJob;
|
|
|
| namespace {
|
|
|
|
|