From 0a2aeb81a06170cf4d99392b683736c46212f9ef Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Fri, 15 May 2009 21:52:48 +0000 Subject: Linux: Take download shelf and infobar close animations into account during render view sizing. http://crbug.com/11080 Review URL: http://codereview.chromium.org/113322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16193 0039d316-1c4b-4281-b951-d872f2087c98 --- base/gfx/size.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base') diff --git a/base/gfx/size.h b/base/gfx/size.h index a7a471d..bf0aa26 100644 --- a/base/gfx/size.h +++ b/base/gfx/size.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef BASE_GFX_SIZE_H__ -#define BASE_GFX_SIZE_H__ +#ifndef BASE_GFX_SIZE_H_ +#define BASE_GFX_SIZE_H_ #include "build/build_config.h" @@ -73,4 +73,4 @@ inline std::ostream& operator<<(std::ostream& out, const gfx::Size& s) { return out << s.width() << "x" << s.height(); } -#endif // BASE_GFX_SIZE_H__ +#endif // BASE_GFX_SIZE_H_ -- cgit v1.1