diff options
Diffstat (limited to 'chrome/browser/download/drag_download_util.cc')
-rw-r--r-- | chrome/browser/download/drag_download_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/drag_download_util.cc b/chrome/browser/download/drag_download_util.cc index 72804e5..3422f24 100644 --- a/chrome/browser/download/drag_download_util.cc +++ b/chrome/browser/download/drag_download_util.cc @@ -11,7 +11,7 @@ #include "base/task.h" #include "base/string_number_conversions.h" #include "base/utf_string_conversions.h" -#include "chrome/browser/browser_thread.h" +#include "content/browser/browser_thread.h" #include "googleurl/src/gurl.h" #include "net/base/file_stream.h" #include "net/base/net_errors.h" |