| Index: chrome/browser/chrome_process_singleton.cc
|
| diff --git a/chrome/browser/chrome_process_singleton.cc b/chrome/browser/chrome_process_singleton.cc
|
| index a6824578df89f69f56a14a980c0d41746717f6af..9c45afbb6a33885bee7dd8315d7177296320471d 100644
|
| --- a/chrome/browser/chrome_process_singleton.cc
|
| +++ b/chrome/browser/chrome_process_singleton.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| ChromeProcessSingleton::ChromeProcessSingleton(
|
| const base::FilePath& user_data_dir,
|
| - const ProcessSingleton::NotificationCallback& notification_callback)
|
| + const NotificationCallback& notification_callback)
|
| : startup_lock_(notification_callback),
|
| modal_dialog_lock_(startup_lock_.AsNotificationCallback()),
|
| process_singleton_(user_data_dir,
|
| @@ -16,7 +16,7 @@ ChromeProcessSingleton::ChromeProcessSingleton(
|
|
|
| ChromeProcessSingleton::ChromeProcessSingleton(
|
| const base::FilePath& user_data_dir,
|
| - const ProcessSingleton::NotificationCallback& notification_callback,
|
| + const NotificationCallback& notification_callback,
|
| const ProcessSingletonModalDialogLock::SetForegroundWindowHandler&
|
| set_foreground_window_handler)
|
| : startup_lock_(notification_callback),
|
|
|