summaryrefslogtreecommitdiffstats
path: root/base/gfx
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-25 20:07:56 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-25 20:07:56 +0000
commitc26813bfca74edf2d0f290d0ab4fd7184c84f498 (patch)
tree533f5c4a4a7ca8f8d82899d6c6906cb4fef9d74e /base/gfx
parentc9b47244b8207ec691c702d673346ead6346c3be (diff)
downloadchromium_src-c26813bfca74edf2d0f290d0ab4fd7184c84f498.zip
chromium_src-c26813bfca74edf2d0f290d0ab4fd7184c84f498.tar.gz
chromium_src-c26813bfca74edf2d0f290d0ab4fd7184c84f498.tar.bz2
Fixup some nits from brett
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx')
-rw-r--r--base/gfx/platform_canvas.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/gfx/platform_canvas.h b/base/gfx/platform_canvas.h
index 192d7dc..3219a7a 100644
--- a/base/gfx/platform_canvas.h
+++ b/base/gfx/platform_canvas.h
@@ -9,6 +9,7 @@
#include "build/build_config.h"
namespace gfx {
+
#if defined(OS_WIN)
class PlatformCanvasWin;
typedef PlatformCanvasWin PlatformCanvas;
@@ -16,4 +17,5 @@ typedef PlatformCanvasWin PlatformCanvas;
class PlatformCanvasMac;
typedef PlatformCanvasMac PlatformCanvas;
#endif
-}
+
+} // namespace gfx