| Index: chrome/browser/first_run/upgrade_util_win.h
|
| diff --git a/chrome/browser/first_run/upgrade_util_win.h b/chrome/browser/first_run/upgrade_util_win.h
|
| index af0f8446c64afd3117545d8dbe2679707dfdd998..c5a5d5c0d13939c30c405293cffac10b6cff2709 100644
|
| --- a/chrome/browser/first_run/upgrade_util_win.h
|
| +++ b/chrome/browser/first_run/upgrade_util_win.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CHROME_BROWSER_FIRST_RUN_UPGRADE_UTIL_WIN_H_
|
| #define CHROME_BROWSER_FIRST_RUN_UPGRADE_UTIL_WIN_H_
|
|
|
| +namespace base {
|
| class CommandLine;
|
| +}
|
|
|
| namespace upgrade_util {
|
|
|
| @@ -19,7 +21,7 @@ bool SwapNewChromeExeIfPresent();
|
| // the browser. Note that relaunch does NOT exit the existing browser process.
|
| // If this is called before message loop is executed, simply exit the main
|
| // function. If browser is already running, you will need to exit it.
|
| -bool DoUpgradeTasks(const CommandLine& command_line);
|
| +bool DoUpgradeTasks(const base::CommandLine& command_line);
|
|
|
| } // namespace upgrade_util
|
|
|
|
|