Index: chrome/browser/download/download_path_reservation_tracker.cc |
diff --git a/chrome/browser/download/download_path_reservation_tracker.cc b/chrome/browser/download/download_path_reservation_tracker.cc |
index 323033135271b1d7a63420a63da4a5191a052062..554cc122e79256789ec67e9ba1704172c7766ed8 100644 |
--- a/chrome/browser/download/download_path_reservation_tracker.cc |
+++ b/chrome/browser/download/download_path_reservation_tracker.cc |
@@ -12,8 +12,8 @@ |
#include "base/logging.h" |
#include "base/path_service.h" |
#include "base/stl_util.h" |
-#include "base/string_util.h" |
-#include "base/stringprintf.h" |
+#include "base/strings/string_util.h" |
+#include "base/strings/stringprintf.h" |
#include "base/third_party/icu/icu_utf.h" |
#include "chrome/browser/download/download_util.h" |
#include "chrome/common/chrome_paths.h" |