| Index: chrome/browser/process_singleton_modal_dialog_lock.cc
|
| diff --git a/chrome/browser/process_singleton_modal_dialog_lock.cc b/chrome/browser/process_singleton_modal_dialog_lock.cc
|
| index 34011a7b620b520298d4f73729872a49dddcc135..98627c18aeb9c6ab9669a94c14086204c0a25a32 100644
|
| --- a/chrome/browser/process_singleton_modal_dialog_lock.cc
|
| +++ b/chrome/browser/process_singleton_modal_dialog_lock.cc
|
| @@ -54,8 +54,8 @@ ProcessSingletonModalDialogLock::AsNotificationCallback() {
|
| }
|
|
|
| bool ProcessSingletonModalDialogLock::NotificationCallbackImpl(
|
| - const CommandLine& command_line,
|
| - const base::FilePath& current_directory) {
|
| + const base::CommandLine& command_line,
|
| + const base::FilePath& current_directory) {
|
| if (active_dialog_ != NULL) {
|
| set_foreground_window_handler_.Run(active_dialog_);
|
| return true;
|
|
|