| Index: chrome/browser/process_singleton.h
|
| diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
|
| index 5d6da9839becd06d9dd5e315edbf267d29231687..cc0ca08de4cb181fc8318fce83eafc848e576912 100644
|
| --- a/chrome/browser/process_singleton.h
|
| +++ b/chrome/browser/process_singleton.h
|
| @@ -83,7 +83,7 @@ class ProcessSingleton : public base::NonThreadSafe {
|
| // of Chrome running with this profile. In general, you should not use this
|
| // function. Instead consider using NotifyOtherProcessOrCreate().
|
| // For non profile-specific method, use
|
| - // upgrade_util::IsBrowserAlreadyRunning().
|
| + // browser_util::IsBrowserAlreadyRunning().
|
| bool FoundOtherProcessWindow() const {
|
| return (NULL != remote_window_);
|
| }
|
|
|