| Index: chrome/browser/first_run/upgrade_util.cc
|
| diff --git a/chrome/browser/first_run/upgrade_util.cc b/chrome/browser/first_run/upgrade_util.cc
|
| index 7e700aa95c44122a622a4d90a42c083e67625775..7fe942a662093caebdb9bc9e8408782f0f8fb1ad 100644
|
| --- a/chrome/browser/first_run/upgrade_util.cc
|
| +++ b/chrome/browser/first_run/upgrade_util.cc
|
| @@ -9,13 +9,13 @@
|
|
|
| namespace {
|
|
|
| -CommandLine* command_line;
|
| +base::CommandLine* command_line;
|
|
|
| } // namespace
|
|
|
| namespace upgrade_util {
|
|
|
| -void SetNewCommandLine(CommandLine* new_command_line) {
|
| +void SetNewCommandLine(base::CommandLine* new_command_line) {
|
| command_line = new_command_line;
|
| }
|
|
|
|
|