| Index: content/browser/download/download_file.cc
|
| diff --git a/content/browser/download/download_file.cc b/content/browser/download/download_file.cc
|
| index 147c7fe9ba263618c7026b71cd6b7b48dcce2ef8..a2bfb347974e8fb16223feaf3cc78cb07ed4075b 100644
|
| --- a/content/browser/download/download_file.cc
|
| +++ b/content/browser/download/download_file.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include "base/file_util.h"
|
| #include "base/stringprintf.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/download/download_create_info.h"
|
| #include "content/browser/download/download_manager.h"
|
| +#include "content/public/browser/browser_thread.h"
|
|
|
| namespace {
|
|
|
|
|