| Index: content/shell/shell_download_manager_delegate.cc
|
| diff --git a/content/shell/shell_download_manager_delegate.cc b/content/shell/shell_download_manager_delegate.cc
|
| index 3b14c89f3955a7703a60f66ba0d525298cab30b7..1d6ec99dba5e9cdf1d139b891add11dbf221a571 100644
|
| --- a/content/shell/shell_download_manager_delegate.cc
|
| +++ b/content/shell/shell_download_manager_delegate.cc
|
| @@ -15,10 +15,10 @@
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "content/browser/browser_context.h"
|
| -#include "content/browser/browser_thread.h"
|
| -#include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/download/download_manager.h"
|
| #include "content/browser/download/download_state_info.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "net/base/net_util.h"
|
|
|
| namespace content {
|
|
|