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 adb2e7acc9a1820554ba73d1b3a03ea6b53fcc00..4f32e9697ca8800161149736a159b9381d900f79 100644 |
--- a/win8/delegate_execute/delegate_execute_util.h |
+++ b/win8/delegate_execute/delegate_execute_util.h |
@@ -21,11 +21,11 @@ CommandLine CommandLineFromParameters(const wchar_t* params); |
// from |params| plus an optional |argument|. |
CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe, |
const CommandLine& params, |
- const string16& argument); |
+ const base::string16& argument); |
// Returns a properly quoted command-line string less the program (argv[0]) |
// containing |switch|. |
-string16 ParametersFromSwitch(const char* a_switch); |
+base::string16 ParametersFromSwitch(const char* a_switch); |
} // namespace delegate_execute |