Index: base/mac/launch_services_util.h |
diff --git a/base/mac/launch_services_util.h b/base/mac/launch_services_util.h |
index d4aa9ffcbebf9f044826abdcd250cfc2e820db96..0c52ca94c52bac63890388c26f91c86d5f93095e 100644 |
--- a/base/mac/launch_services_util.h |
+++ b/base/mac/launch_services_util.h |
@@ -22,7 +22,7 @@ namespace mac { |
// |out_psn|, if not NULL, will be set to the process serial number of the |
// application's main process if the app was successfully launched. |
// Returns true if the app was successfully launched. |
-BASE_EXPORT bool OpenApplicationWithPath(const base::FilePath& bundle_path, |
+BASE_EXPORT bool OpenApplicationWithPath(const FilePath& bundle_path, |
const CommandLine& command_line, |
LSLaunchFlags launch_flags, |
ProcessSerialNumber* out_psn); |