| Index: chrome/browser/chrome_browser_main_win.h
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main_win.h (revision 107906)
|
| +++ chrome/browser/chrome_browser_main_win.h (working copy)
|
| @@ -19,7 +19,8 @@
|
|
|
| class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| public:
|
| - explicit ChromeBrowserMainPartsWin(const MainFunctionParams& parameters);
|
| + explicit ChromeBrowserMainPartsWin(
|
| + const content::MainFunctionParams& parameters);
|
|
|
| // BrowserParts overrides.
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
|
|