From 34f40946dab92acf2c0b25c067e14bc438c1e676 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 4 Oct 2010 00:34:04 +0000 Subject: clang/mac: Fix almost all problems when building all.xcodeproj. BUG=None TEST=None TBR=hans git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61344 0039d316-1c4b-4281-b951-d872f2087c98 --- gfx/size.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfx/size.h') diff --git a/gfx/size.h b/gfx/size.h index bb45032..99896f8 100644 --- a/gfx/size.h +++ b/gfx/size.h @@ -75,8 +75,8 @@ class Size { int height_; }; -} // namespace gfx - std::ostream& operator<<(std::ostream& out, const gfx::Size& s); +} // namespace gfx + #endif // GFX_SIZE_H_ -- cgit v1.1