Index: content/shell/android/browsertests_apk/content_browser_tests_android.cc |
diff --git a/content/shell/android/browsertests_apk/content_browser_tests_android.cc b/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
index 83f24f6d5f483032950229329d4832ebd3525d9d..e2313ba8ae2a34895ac24a5f3df754a57bdce707 100644 |
--- a/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
+++ b/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
@@ -44,7 +44,7 @@ void ParseArgsFromCommandLineFile(std::vector<std::string>* args) { |
// "/data/local/tmp". |
static const char kCommandLineFilePath[] = |
"/data/local/tmp/content-browser-tests-command-line"; |
- FilePath command_line(kCommandLineFilePath); |
+ base::FilePath command_line(kCommandLineFilePath); |
std::string command_line_string; |
if (file_util::ReadFileToString(command_line, &command_line_string)) { |
ParseArgsFromString(command_line_string, args); |