Index: chrome/app/delay_load_hook_win.cc |
diff --git a/chrome/app/delay_load_hook_win.cc b/chrome/app/delay_load_hook_win.cc |
index c0f9930f94436230ed9d71ad051eff94d823163a..f85488b43492f08ae03677ae49f691a065b9708b 100644 |
--- a/chrome/app/delay_load_hook_win.cc |
+++ b/chrome/app/delay_load_hook_win.cc |
@@ -12,8 +12,8 @@ |
#include <DelayIMP.h> |
#include "base/logging.h" |
-#include "base/string_util.h" |
-#include "base/stringprintf.h" |
+#include "base/strings/string_util.h" |
+#include "base/strings/stringprintf.h" |
// So long as these symbols are supplied to the final binary through an |
// object file (as opposed to indirectly through a library), these pointers |