Index: chrome/browser/ui/webui/active_downloads_ui.cc |
diff --git a/chrome/browser/ui/webui/active_downloads_ui.cc b/chrome/browser/ui/webui/active_downloads_ui.cc |
index eb804b5f6b95ce2ebadf04593ab2a1e1ec3d95c3..70ba26468ac64139c980cbbbce6ab4059e1a2017 100644 |
--- a/chrome/browser/ui/webui/active_downloads_ui.cc |
+++ b/chrome/browser/ui/webui/active_downloads_ui.cc |
@@ -23,12 +23,12 @@ |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
#include "chrome/browser/chromeos/cros/cros_library.h" |
+#include "chrome/browser/chromeos/extensions/file_manager_util.h" |
#include "chrome/browser/chromeos/media/media_player.h" |
#include "chrome/browser/download/download_prefs.h" |
#include "chrome/browser/download/download_service.h" |
#include "chrome/browser/download/download_service_factory.h" |
#include "chrome/browser/download/download_util.h" |
-#include "chrome/browser/extensions/file_manager_util.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
#include "chrome/browser/ui/browser.h" |