| Index: chrome/common/temp_scaffolding_stubs.h
|
| diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
|
| index f7f2bbba763ace077f0a01595455c3a279afefd2..603e7ca99f172a19cd7e6b765acde9a466321b5e 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.h
|
| +++ b/chrome/common/temp_scaffolding_stubs.h
|
| @@ -83,7 +83,7 @@ class GoogleUpdateSettings {
|
|
|
| class BrowserProcessImpl : public BrowserProcess {
|
| public:
|
| - BrowserProcessImpl(CommandLine& command_line);
|
| + BrowserProcessImpl(const CommandLine& command_line);
|
| virtual ~BrowserProcessImpl();
|
|
|
| virtual void EndSession() { }
|
| @@ -126,7 +126,7 @@ class BrowserProcessImpl : public BrowserProcess {
|
|
|
| class FirstRunBrowserProcess : public BrowserProcessImpl {
|
| public:
|
| - FirstRunBrowserProcess(CommandLine& command_line)
|
| + FirstRunBrowserProcess(const CommandLine& command_line)
|
| : BrowserProcessImpl(command_line) {
|
| }
|
| virtual ~FirstRunBrowserProcess() { }
|
|
|