| Index: chrome/browser/chrome_browser_main_linux.h
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main_linux.h (revision 107906)
|
| +++ chrome/browser/chrome_browser_main_linux.h (working copy)
|
| @@ -13,7 +13,8 @@
|
|
|
| class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
|
| public:
|
| - explicit ChromeBrowserMainPartsLinux(const MainFunctionParams& parameters);
|
| + explicit ChromeBrowserMainPartsLinux(
|
| + const content::MainFunctionParams& parameters);
|
|
|
| // ChromeBrowserMainParts overrides.
|
| virtual void ShowMissingLocaleMessageBox() OVERRIDE;
|
|
|