Index: chrome/test/chromedriver/commands.cc |
diff --git a/chrome/test/chromedriver/commands.cc b/chrome/test/chromedriver/commands.cc |
index 2e0c1cdb1b5d0ed1b8c84a166c55b00a7912f4dc..36f403f45d6d3a2ed56dda1bac8b736c6eea7bda 100644 |
--- a/chrome/test/chromedriver/commands.cc |
+++ b/chrome/test/chromedriver/commands.cc |
@@ -7,7 +7,7 @@ |
#include <list> |
#include "base/logging.h" // For CHECK macros. |
-#include "base/stringprintf.h" |
+#include "base/strings/stringprintf.h" |
#include "base/sys_info.h" |
#include "base/values.h" |
#include "chrome/test/chromedriver/capabilities.h" |