| Index: win8/delegate_execute/delegate_execute_util.h
|
| diff --git a/win8/delegate_execute/delegate_execute_util.h b/win8/delegate_execute/delegate_execute_util.h
|
| index 5f001ff7bc3314dcdfee3e9e58d306713625e4d2..36f15564600dd7b0faaadf40ef605c7e3bfe5f2d 100644
|
| --- a/win8/delegate_execute/delegate_execute_util.h
|
| +++ b/win8/delegate_execute/delegate_execute_util.h
|
| @@ -8,7 +8,9 @@
|
| #include "base/command_line.h"
|
| #include "base/string16.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace delegate_execute {
|
|
|
| @@ -17,7 +19,7 @@ CommandLine CommandLineFromParameters(const wchar_t* params);
|
|
|
| // Returns a CommandLine to launch |chrome_exe| with all switches and arguments
|
| // from |params| plus an optional |argument|.
|
| -CommandLine MakeChromeCommandLine(const FilePath& chrome_exe,
|
| +CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
|
| const CommandLine& params,
|
| const string16& argument);
|
|
|
|
|