| Index: chrome/browser/ui/views/frame/browser_frame_gtk.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame_gtk.h b/chrome/browser/ui/views/frame/browser_frame_gtk.h
|
| index 95e5b6b1d4f65a6d56c356d01c1d616b610ec8f2..109a6a0e6855a75f150a6a64b0907783e492d89f 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame_gtk.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame_gtk.h
|
| @@ -25,7 +25,7 @@ class BrowserFrameGtk : public BrowserFrame,
|
| // initialization function must be called after construction, it is
|
| // separate to avoid recursive calling of the frame from its
|
| // constructor.
|
| - virtual void Init();
|
| + virtual void InitBrowserFrame();
|
|
|
| // Overridden from BrowserFrame:
|
| virtual views::Window* GetWindow();
|
|
|