| Index: chrome/browser/ui/window_sizer.h
|
| ===================================================================
|
| --- chrome/browser/ui/window_sizer.h (revision 73335)
|
| +++ chrome/browser/ui/window_sizer.h (working copy)
|
| @@ -121,7 +121,7 @@
|
| // non-NULL value for |browser|.
|
| static void GetBrowserWindowBounds(const std::string& app_name,
|
| const gfx::Rect& specified_bounds,
|
| - Browser* browser,
|
| + const Browser* browser,
|
| gfx::Rect* window_bounds,
|
| bool* maximized);
|
|
|
| @@ -181,4 +181,5 @@
|
| DISALLOW_COPY_AND_ASSIGN(WindowSizer);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_WINDOW_SIZER_H_
|
| +#endif // CHROME_BROWSER_UI_WINDOW_SIZER_H_
|
| +
|
|
|