| Index: chrome/browser/process_singleton.h
|
| diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
|
| index cba8abdc6bc47a50eaee6c257f79dd7d45ee5178..5d6da9839becd06d9dd5e315edbf267d29231687 100644
|
| --- a/chrome/browser/process_singleton.h
|
| +++ b/chrome/browser/process_singleton.h
|
| @@ -82,7 +82,8 @@ class ProcessSingleton : public base::NonThreadSafe {
|
| // Used in specific cases to let us know that there is an existing instance
|
| // 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::IsBrowserAlreadyRunning().
|
| + // For non profile-specific method, use
|
| + // upgrade_util::IsBrowserAlreadyRunning().
|
| bool FoundOtherProcessWindow() const {
|
| return (NULL != remote_window_);
|
| }
|
|
|