| Index: chrome/browser/first_run.h
|
| diff --git a/chrome/browser/first_run.h b/chrome/browser/first_run.h
|
| index 4332b8b2fd11ec204b8b7bdce0a12edc63fa2dfc..676bd4982454b48744e808451ba8c5fe21c2e873 100644
|
| --- a/chrome/browser/first_run.h
|
| +++ b/chrome/browser/first_run.h
|
| @@ -105,7 +105,7 @@ class Upgrade {
|
| // so we don't fetch as we have no IO thread (see bug #1292702).
|
| class FirstRunBrowserProcess : public BrowserProcessImpl {
|
| public:
|
| - FirstRunBrowserProcess(CommandLine& command_line)
|
| + FirstRunBrowserProcess(const CommandLine& command_line)
|
| : BrowserProcessImpl(command_line) {
|
| }
|
| virtual ~FirstRunBrowserProcess() { }
|
|
|