Index: content/browser/android/child_process_launcher_android.h |
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h |
index 71a6f04c7120ab3567ff81c74bd03ca9ae87bf36..5d4ee7442fb935548dc5e3d2c797fdaf5073fd4d 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); |