diff options
Diffstat (limited to 'chrome/common/automation_id.cc')
-rw-r--r-- | chrome/common/automation_id.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/automation_id.cc b/chrome/common/automation_id.cc index bd788ed..342cfa2 100644 --- a/chrome/common/automation_id.cc +++ b/chrome/common/automation_id.cc @@ -4,7 +4,7 @@ #include "chrome/common/automation_id.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" #include "base/values.h" using base::DictionaryValue; |