Index: chrome/browser/download/download_browsertest.cc |
diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc |
index 2febbcb4451e67be9b125b18218d9a5eeab7e504..12f46ff1d009f3e93c25b47df31f6ddf98268774 100644 |
--- a/chrome/browser/download/download_browsertest.cc |
+++ b/chrome/browser/download/download_browsertest.cc |
@@ -5,13 +5,13 @@ |
#include "base/file_path.h" |
#include "base/file_util.h" |
#include "base/memory/ref_counted.h" |
-#include "base/memory/scoped_temp_dir.h" |
#include "base/path_service.h" |
+#include "base/scoped_temp_dir.h" |
#include "base/test/test_file_util.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/browser_process.h" |
-#include "chrome/browser/download/download_item.h" |
#include "chrome/browser/download/download_file_manager.h" |
+#include "chrome/browser/download/download_item.h" |
#include "chrome/browser/download/download_manager.h" |
#include "chrome/browser/download/download_prefs.h" |
#include "chrome/browser/download/download_shelf.h" |