| Index: chrome/browser/ui/webui/downloads_dom_handler.cc
|
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| index 5cc861bb33443ef369b61fd5c650bb910c5d9423..c4af116a3d5e57f9f1fa5a3be639ae27e0e45ce4 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| @@ -36,7 +36,7 @@
|
| #include "ui/gfx/image/image.h"
|
|
|
| #if !defined(OS_MACOSX)
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #endif
|
|
|
| namespace {
|
|
|