| Index: chrome/browser/browser_main_gtk.h
|
| ===================================================================
|
| --- chrome/browser/browser_main_gtk.h (revision 99756)
|
| +++ chrome/browser/browser_main_gtk.h (working copy)
|
| @@ -13,8 +13,7 @@
|
|
|
| class BrowserMainPartsGtk : public BrowserMainPartsPosix {
|
| public:
|
| - explicit BrowserMainPartsGtk(const MainFunctionParams& parameters)
|
| - : BrowserMainPartsPosix(parameters) {}
|
| + explicit BrowserMainPartsGtk(const MainFunctionParams& parameters);
|
|
|
| virtual void PreEarlyInitialization() OVERRIDE;
|
|
|
|
|