summaryrefslogtreecommitdiffstats
path: root/content/browser/download
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download')
-rw-r--r--content/browser/download/base_file.h2
-rw-r--r--content/browser/download/download_create_info.h2
-rw-r--r--content/browser/download/download_file_impl.h2
-rw-r--r--content/browser/download/download_item_impl.h2
-rw-r--r--content/browser/download/download_manager_impl_unittest.cc2
-rw-r--r--content/browser/download/download_net_log_parameters.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h
index 037aecc..9016755 100644
--- a/content/browser/download/base_file.h
+++ b/content/browser/download/base_file.h
@@ -18,7 +18,7 @@
#include "content/public/browser/download_interrupt_reasons.h"
#include "crypto/sha2.h"
#include "net/base/net_errors.h"
-#include "net/base/net_log.h"
+#include "net/log/net_log.h"
#include "url/gurl.h"
namespace crypto {
diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
index cbf8711..7bf03ab 100644
--- a/content/browser/download/download_create_info.h
+++ b/content/browser/download/download_create_info.h
@@ -15,7 +15,7 @@
#include "content/browser/download/download_request_handle.h"
#include "content/common/content_export.h"
#include "content/public/browser/download_save_info.h"
-#include "net/base/net_log.h"
+#include "net/log/net_log.h"
#include "ui/base/page_transition_types.h"
#include "url/gurl.h"
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
index 9ff3f85..8d192c2 100644
--- a/content/browser/download/download_file_impl.h
+++ b/content/browser/download/download_file_impl.h
@@ -16,7 +16,7 @@
#include "content/browser/download/base_file.h"
#include "content/browser/download/rate_estimator.h"
#include "content/public/browser/download_save_info.h"
-#include "net/base/net_log.h"
+#include "net/log/net_log.h"
namespace content {
class ByteStreamReader;
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
index b6394f7..50b3dbd 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -20,7 +20,7 @@
#include "content/public/browser/download_destination_observer.h"
#include "content/public/browser/download_interrupt_reasons.h"
#include "content/public/browser/download_item.h"
-#include "net/base/net_log.h"
+#include "net/log/net_log.h"
#include "url/gurl.h"
namespace content {
diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc
index 8b8fb7d..52adff4 100644
--- a/content/browser/download/download_manager_impl_unittest.cc
+++ b/content/browser/download/download_manager_impl_unittest.cc
@@ -32,8 +32,8 @@
#include "content/public/test/mock_download_item.h"
#include "content/public/test/test_browser_context.h"
#include "content/public/test/test_browser_thread.h"
-#include "net/base/net_log.h"
#include "net/base/net_util.h"
+#include "net/log/net_log.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gmock_mutant.h"
#include "testing/gtest/include/gtest/gtest.h"
diff --git a/content/browser/download/download_net_log_parameters.h b/content/browser/download/download_net_log_parameters.h
index 1c12b8d..6d027cf 100644
--- a/content/browser/download/download_net_log_parameters.h
+++ b/content/browser/download/download_net_log_parameters.h
@@ -9,7 +9,7 @@
#include "content/public/browser/download_item.h"
#include "net/base/net_errors.h"
-#include "net/base/net_log.h"
+#include "net/log/net_log.h"
class GURL;