summaryrefslogtreecommitdiffstats
path: root/content/browser/android/child_process_launcher_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/android/child_process_launcher_android.h')
-rw-r--r--content/browser/android/child_process_launcher_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h
index 71a6f04..5d4ee74 100644
--- a/content/browser/android/child_process_launcher_android.h
+++ b/content/browser/android/child_process_launcher_android.h
@@ -21,7 +21,7 @@ typedef base::Callback<void(base::ProcessHandle)> StartChildProcessCallback;
// The created process handle is returned to the |callback| on success, 0 is
// retuned if the process could not be created.
void StartChildProcess(
- const CommandLine::StringVector& argv,
+ const base::CommandLine::StringVector& argv,
const std::vector<FileDescriptorInfo>& files_to_register,
const StartChildProcessCallback& callback);