Index: chrome/browser/component_updater/component_patcher.cc |
diff --git a/chrome/browser/component_updater/component_patcher.cc b/chrome/browser/component_updater/component_patcher.cc |
index 54bc62d80ea32127f86dfb06f1285e5ecf4e7908..de082a74296bc9b10196dfc11706fbfc246d465a 100644 |
--- a/chrome/browser/component_updater/component_patcher.cc |
+++ b/chrome/browser/component_updater/component_patcher.cc |
@@ -20,7 +20,7 @@ namespace { |
base::ListValue* ReadCommands(const base::FilePath& unpack_path) { |
const base::FilePath commands = |
unpack_path.Append(FILE_PATH_LITERAL("commands.json")); |
- if (!file_util::PathExists(commands)) |
+ if (!base::PathExists(commands)) |
return NULL; |
JSONFileValueSerializer serializer(commands); |