summaryrefslogtreecommitdiffstats
path: root/base/mac/launch_services_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/mac/launch_services_util.h')
-rw-r--r--base/mac/launch_services_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mac/launch_services_util.h b/base/mac/launch_services_util.h
index d4aa9ff..0c52ca9 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);