| Index: chrome/browser/ui/views/frame/browser_frame_win.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame_win.h b/chrome/browser/ui/views/frame/browser_frame_win.h
|
| index 835ff3f9689ddb7d3d3751fabe7ebb8174a8ab69..0d5e29bf329815684195dd7d6a2e71e4cb3e8938 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame_win.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame_win.h
|
| @@ -32,7 +32,7 @@ class BrowserFrameWin : public BrowserFrame, public views::WindowWin {
|
|
|
| // This initialization function must be called after construction, it is
|
| // separate to avoid recursive calling of the frame from its constructor.
|
| - void Init();
|
| + void InitBrowserFrame();
|
|
|
| BrowserView* browser_view() const { return browser_view_; }
|
|
|
|
|