| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 3b8732c9f72a6f709289a6f0733555b73cf4650d..bcbb86261b2229b73feb26af5b023d863de88c8d 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -28,7 +28,7 @@ class NotificationService;
|
| // Real implementation of BrowserProcess that creates and returns the services.
|
| class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe {
|
| public:
|
| - BrowserProcessImpl(CommandLine& command_line);
|
| + BrowserProcessImpl(const CommandLine& command_line);
|
| virtual ~BrowserProcessImpl();
|
|
|
| virtual void EndSession();
|
|
|