| Index: chrome/browser/process_singleton_startup_lock.h
|
| diff --git a/chrome/browser/process_singleton_startup_lock.h b/chrome/browser/process_singleton_startup_lock.h
|
| index 26c00bc9da6741bd6bb867878a9cba57a963e35f..187dd35bce3d95a15b1008331a86f5702665871a 100644
|
| --- a/chrome/browser/process_singleton_startup_lock.h
|
| +++ b/chrome/browser/process_singleton_startup_lock.h
|
| @@ -41,10 +41,10 @@ class ProcessSingletonStartupLock : public base::NonThreadSafe {
|
| bool locked() { return locked_; }
|
|
|
| private:
|
| - typedef std::pair<CommandLine::StringVector, base::FilePath>
|
| + typedef std::pair<base::CommandLine::StringVector, base::FilePath>
|
| DelayedStartupMessage;
|
|
|
| - bool NotificationCallbackImpl(const CommandLine& command_line,
|
| + bool NotificationCallbackImpl(const base::CommandLine& command_line,
|
| const base::FilePath& current_directory);
|
|
|
| bool locked_;
|
|
|