summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/commands/webelement_commands.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/commands/webelement_commands.cc')
-rw-r--r--chrome/test/webdriver/commands/webelement_commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/webelement_commands.cc b/chrome/test/webdriver/commands/webelement_commands.cc
index 5ecff82..1bea1de 100644
--- a/chrome/test/webdriver/commands/webelement_commands.cc
+++ b/chrome/test/webdriver/commands/webelement_commands.cc
@@ -561,7 +561,7 @@ Error* ElementValueCommand::DragAndDropFilePaths() const {
// Check the files exist.
for (size_t i = 0; i < paths.size(); ++i) {
- if (!file_util::PathExists(base::FilePath(paths[i]))) {
+ if (!base::PathExists(base::FilePath(paths[i]))) {
return new Error(
kBadRequest,
base::StringPrintf("'%s' does not exist on the file system",